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

How to produce Material output message when use bapi function?

Former Member
0 Likes
426

Dear Experts :

I use bapi BAPI_GOODSMVT_CREATE to receive stock.

I find the output message can't create automatically even when I have set the type in MR21.

Hope someone can teach me how to produce the message when I create the material document by BAPI function.

Thanks a lot.

2 REPLIES 2
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
391

Hi,

The messages are stored in the return table of the bapi.

You can search in SCN or Google for BAPI error handling.

Read only

Former Member
0 Likes
391

ok