Application Development 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: 

Capture errors while doing MIGO transaction occurs in a dialog box

Former Member
0 Kudos

Hi Experts

I am using BDC for Goods receipt MIGO transaction. While posting error if there is any error occurs in a dialog box. Call transaction method returns all errors to internal table type BDCMSGCOLL. Since system does not have any input for that dialog box it returns the error text as " NO BATCH INPUT FOR THE SCREEN ".

Is there any way (FM or ACTION) i can capture the error text in dialog box into my program and display the correct message to user instead of "NO BATCH INPUT" message.

Thanks

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hello N ,

y dont u make use of BAPI to create material documents ?

BAPI_GOODSMVT_CREATE, search in SDN , u will get sample progams as well.

and go thru its documentation as welll.

regards

Prabhu

1 REPLY 1

Former Member
0 Kudos

hello N ,

y dont u make use of BAPI to create material documents ?

BAPI_GOODSMVT_CREATE, search in SDN , u will get sample progams as well.

and go thru its documentation as welll.

regards

Prabhu