cancel
Showing results for 
Search instead for 
Did you mean: 

transfer object reference from one class method to another class method

Former Member
0 Kudos

Hi,

How do i transfer the aboject reference that i have created in one class to another class method.

Thanks & regards,

Ronita

Accepted Solutions (0)

Answers (1)

Answers (1)

Sm1tje
Active Contributor
0 Kudos

I'm not quite sure if I understand, but I would say, use the reference as import parameter when calling this other method, or...?