Dear SAP Gurus,
I am using the following method.
I would like to find the class on which one the method is available
Do you how is it possible to find the class corresponding to this method ?
CALL METHOD P_R_REQUEST->get_TGT
RECEIVING
R_TGT = I_TGT.
Cheers