‎2007 Jul 25 7:19 PM
Hi all,
Is it possible to find out all possible error codes (ls_return) returned from BAPI in case of error ??
Thanks
Pooja
‎2007 Jul 25 7:22 PM
HI,
Yes when you are running a bapi it will return all the messges step wise. irrespective of type error or warning or success.
check the return table after the bapi call.
thanks
Mahesh
‎2007 Jul 25 7:21 PM
Yes. LT_RETURN consists of all error messages related to that particular transacton.
We display these errors at the end of process.
Thanks,
SKJ
Message was edited by:
SKJ
‎2007 Jul 25 7:22 PM
HI,
Yes when you are running a bapi it will return all the messges step wise. irrespective of type error or warning or success.
check the return table after the bapi call.
thanks
Mahesh
‎2007 Jul 25 7:28 PM
I know that ls_return contains the error message but I was list of errors which ls_error could return any point of time.
e.g i want to know table which maintains all possible errors and based on error in data few error moves to the ls_return....
I appreciate for your response and time.
pooja
‎2007 Jul 25 7:32 PM
HI,
Table T100 Contains all the messages and numbers.
thanks
Mahesh
Message was edited by:
I Can Solve It