Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

possible error from BAPI

Former Member
0 Likes
661

Hi all,

Is it possible to find out all possible error codes (ls_return) returned from BAPI in case of error ??

Thanks

Pooja

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
633

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

4 REPLIES 4
Read only

Former Member
0 Likes
633

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

Read only

Former Member
0 Likes
634

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

Read only

0 Likes
633

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

Read only

0 Likes
633

HI,

Table T100 Contains all the messages and numbers.

thanks

Mahesh

Message was edited by:

I Can Solve It