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

In BAPI PO CREATION How to handled errors datas

Former Member
0 Likes
304

Hi friends ,

In BAPI PO CREATION upload the datas How to handle/capture errors datas.?

arun

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
287

Hi,

After completion of the program IT_RETURN table will have all the messages in it.

Loop the IT_RETURN internal table and display the data.

Regards

Sudheer

Hi friends ,

In BAPI PO CREATION upload the datas How to handle/capture errors datas.?

arun

1 REPLY 1
Read only

Former Member
0 Likes
288

Hi,

After completion of the program IT_RETURN table will have all the messages in it.

Loop the IT_RETURN internal table and display the data.

Regards

Sudheer