Hi
How to define a parameter of a method which will receive reference from another class.
eg:
class dept.
public section.
method add_employee importing im_add_employee type ....
i want to define above method so that it should receive reference of the class employee.
Thank you.