cancel
Showing results for 
Search instead for 
Did you mean: 

Confirmation Idoc MBGMCR01

Former Member
0 Kudos

Hi Experts!

I'm looking for where Idoc with basic type MBGMCR01 is filled when we create a confirmation.

Any idea?

Thanks for the help!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi. It will be filled from the data entered by users in transactions BBPCF02 or BBPCF03 in SRM.

These are transactions "GR/SE for desktop user" and "Central Goods Receipt".

Once the user creates a confirmation in SRM it sends an IDOC of this type into the backend via an ALE model defined in BD64.

If you want to modify the contents you can use BADI BBP_DOC_CHANGE_BADI.

Regards,

Dave.

Former Member
0 Kudos

Thanks a lot for your reply David!!

I'm trying to use implementation of BADI BBP_DOC_CHANGE_BADI (method BBP_CONF_CHANGE). But when I'm creating a confirmation from a PO I don't pass through this Badi (with external break-point setting).

What is the exact place (or event) where data filled by the user are transfered to the idoc... Where idoc with basis type MBGMCR01 is created in SRM?

Idoc transfer from SRM to Backend is OK.

Thanks for the help.

Former Member
0 Kudos

Hi. I am not great on external break points to be honest.

I prefer to use the GUI wherever possible.

If you log into the GUI and set the break point then in another session do a /n to exit easy access, then go to BBPCF02 or BBPCF03 you can use the GUI and it should break fine.

The screens are not nice, but a little bit of trial and error should get you through them.

Regards,

Dave.