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: 

Function Module for message "MBGMCR" in outbound process

Former Member
0 Kudos

Hi all,

I want to create an IDoc via EDI when I post a material document. I use messgae type MBGMCR and IDoc type MBGMCR02 and I already configured in partner profile and all about output determination in SAP-IM.

And now I need a function module to process outbound IDoc of posting material document but I couldn't find a function module for processing.

Pls let me know about that.

Thanks for your time.

4 REPLIES 4

former_member188685
Active Contributor
0 Kudos

I don't think you have outbound process code for this, may be you have to proceed with customization(for process code and function module etc. )

if you want this to happend using message control, then you have to go for custom outputtype,custom program to populate the segments and to trigger the idoc in addition to the above..

0 Kudos

Thanks Vijay Babu Dudla,

For nowwhile I already created new process code and all customized output control, but I couldn't find the function module to input in new process code, so I want to know what the function module can process Goods Movement in outbound IDoc.

Thanks for your help.

Former Member
0 Kudos

Hi,

You need to Code your own Z Function Module for this. Copy any standard outbound FM to create your own Z FM, so as to ensure that Interfaces are correct.

Refer to given below threads:

0 Kudos

SAP NOTE: 1919954. This is NOT developed in the standard system

Solution: SAP NOTE 2375134

Resolution Check the user exit EXIT_SAPLMBMB_001 (enhancement MB_CF001) to implement this functionality:

In the attachment you can find a sample code that can be taken as a basis.outbound.txt