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 Inbound EDI Processing

Former Member
0 Likes
652

Hi All,

There is a BAPI for creating Goods Movement BAPI_GOODSMVT_CREATE. I want to use this BAPI for triggering Inbound Processing. I need help configuring the interface for creating goods movement using BAPI.

I have successfully configured the inbound processing using process code WMMB, which triggers function module L_IDOC_INPUT_WMMBXY. But this FM or rather the idoc type WMMBID02 does not have any fields for Catch weight items and I do not want to create any extensions on this IDOC type.

So was wondering if the BAPI BAPI_GOODSMVT_CREATE can be configured for EDI Inbound Processing.

2 REPLIES 2
Read only

Former Member
0 Likes
469

hi,

try to use message type MBGMCR, it calls function module IDOC_INPUT_MBGMCR and

then BAPI_GOODSMVT_CREATE...

regards,darek

Read only

0 Likes
469

Thanks Derek,

I used /CWM/MBGMCR which handles catch weight management.