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 FOR TCODE MB0A

former_member269988
Participant
0 Likes
1,005

Dear,

Please need some help. I was trying to use the bapi BAPI_GOODSMVT_CREATE for MB0A transaction, but could not identify which code to use the MB0A and not the MB01, as necessary utililizar input supply.

(via also tried SHDB but have screens that are presented rarely)

Does anyone have any other solution?

Thanks

1 ACCEPTED SOLUTION
Read only

guilherme_frisoni
Contributor
0 Likes
787

Wilson,

first of all try to identify how to use transaction MIGO the same way you need in MB0A.

After that, fill BAPI_GOODSMVT_CREATE with the same information as in MIGO.

You need to fill GOODSMVT_CODE with a code available in table T158G, but make sure the movement type you are using has this transaction availabe in OMJJ configuration.

Let's say you pass GOODSMVT_CODE = '01', in OMJJ you need transaction MB01 available for that movement.

Regards,

Frisoni

2 REPLIES 2
Read only

guilherme_frisoni
Contributor
0 Likes
788

Wilson,

first of all try to identify how to use transaction MIGO the same way you need in MB0A.

After that, fill BAPI_GOODSMVT_CREATE with the same information as in MIGO.

You need to fill GOODSMVT_CODE with a code available in table T158G, but make sure the movement type you are using has this transaction availabe in OMJJ configuration.

Let's say you pass GOODSMVT_CODE = '01', in OMJJ you need transaction MB01 available for that movement.

Regards,

Frisoni

Read only

0 Likes
787

This message was moderated.