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

Reg: Bapi query!!

Former Member
0 Likes
324

Hi experts,

is it possible to call a standard SAP transaction in a custom BAPI ?? How do we suppress the standard SAP screens if we can call the transaction??

BAPI for creation of material document number by using static inputs like moment type 311, source and destination storage locations.Transaction for material document creation is MiGO.

2 REPLIES 2
Read only

Former Member
0 Likes
304

Hi,

Call the transaction in background mode.......

Thanks,

Aditya.

Read only

Former Member
0 Likes
304

Hi,

You can create material document by the BAPI <b>BAPI_GOODSMVT_CREATE</b>

see the documentaion for more details.

Regards