Hi
I've the following method def:
METHODS : METH1 IMPORTING INPUT1 TYPE I
INPUT2 TYPE REF TO CL_1.
where CL_1 is the class withing where the method is defined.
Question is, what is this kind of definition and whats the use in real time implementation?
thkx
P.S