Hello Folks
How can we get the return message from function modules where there
is no return table associated? I am using a FM 'CCAP_ECN_CREATE', CCAP_REVLEVL_MAINTAIN etc. None of these has a return table associated to fetch the return message. Any ideas are appreciated
Thanks
Ricky
Hi Ricky,
Mainly, return strucutures are used with BAPI modules. Most regular FM use the system variable sy-subrc for return codes. You can look in transaction se37 under exceptions to see the exceptions codes associated with sy-subrc for any given FM.
thanks.
Jamie
Add a comment