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: 

WMMBXY and WMMBID02

Former Member
0 Kudos

Hi ,

I have an Idoc number . Now my task is to find out from which program this Idoc has been triggered .

The message type of the Idoc is WMMBXY and the Idoc type is WMMBID02 . Can anyone please help me to identify the program from which it is triggered .

Reagrds,

Vijay .

1 ACCEPTED SOLUTION

ferry_lianto
Active Contributor
0 Kudos

Hi Vijay,

I could be triggered in one of the user exits.

For example, EXIT_SAPLMBMB_001.

Please search the following FM where are being used in the program. This FM can be used to generate WMMBID02 IDoc.

L_IDOC_SEGMENT_CREATE

L_IDOC_SEND

MASTER_IDOC_DISTRIBUTE

Hope this will help.

Regards,

Ferry Lianto

5 REPLIES 5

ferry_lianto
Active Contributor
0 Kudos

Hi Vijay,

Is this an inbound IDoc?

If it is then please check FM L_IDOC_INPUT_WMMBXY.

This FM is called from partner profile (WE20) with process code WMMB.

Regards,

Ferry Lianto

0 Kudos

Hi Ferry ,

This is an outbound Idoc . Can you please guide me to identify from where it is getting triggered ? Probably what are the places from which it can be triggered .

Regards,

Vijay .

ferry_lianto
Active Contributor
0 Kudos

Hi Vijay,

I could be triggered in one of the user exits.

For example, EXIT_SAPLMBMB_001.

Please search the following FM where are being used in the program. This FM can be used to generate WMMBID02 IDoc.

L_IDOC_SEGMENT_CREATE

L_IDOC_SEND

MASTER_IDOC_DISTRIBUTE

Hope this will help.

Regards,

Ferry Lianto

0 Kudos

Hi Ferry ,

Thanks a lot for your solutions .

Regards,

0 Kudos

Hi Ferry,

I am using the same message type is WMMBXY and IDOC type WMMBDI02 for creating the outbound idoc for goods receipt. my problem is how to create the outbound idoc for same using any function module or any BAPI is used to create outbound idoc , please forward me the same.

looking forward for your help.

regards,

Venkat.