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

BAPI_GOODSMVT_CREATE

Former Member
0 Likes
548

I am calling this BAPI: BAPI_GOODSMVT_CREATE

with testrun = 'X'.

I do not get any output. I was expecting to see something in the return table with the messages from the simulation.

How does the testrun flag work ?

4 REPLIES 4
Read only

Former Member
0 Likes
507

Try to simulate a wrong test, and verify the return table, I think returns only when has errors.

Read only

0 Likes
507

Bapi will return either a success or a failure.. so BAPI will have a return always.

Read only

0 Likes
507

Hi JJ ,

it differs from case to case , in this case , it will return MBLNR if it havent got any Errors in that process .

if return table is empty means it success

regards

Prabhu

Read only

Former Member
0 Likes
507

I do not get anything in the return table or the doc number.