Hi Experts,
I would like know if there are some differences between :
CALL METHOD me->myMethod
EXPORTING
field = value.
and
me->myMethod(
EXPORTING
field = value
).
Performance ? Best pratices ? One of both obsolete ?
Many thx!
Rachid.
Hi Experts,
I would like know if there are some differences between :
CALL METHOD me->myMethod
EXPORTING
field = value.
and
me->myMethod(
EXPORTING
field = value
).
Performance ? Best pratices ? One of both obsolete ?
Many thx!
Rachid.