cancel
Showing results for 
Search instead for 
Did you mean: 

Possibility to implicty GI On Processing GR (COWBHUWE)

Former Member
0 Kudos

HI

On executing of COWBHUWE for GR is there possibility to enhance and make the GI for BOM's also run Implicit.

Customer requirmetn needs HU confirmation for Production order need GR for the finished production and

followed by GI for the BOM components .

Accepted Solutions (1)

Accepted Solutions (1)

marianoc
Active Contributor
0 Kudos

Hi,

You can automate the GI with the backflush, which will be exucted during the confirmation of your order.

If you still want to do it at the time you execute COWBHUWE, try to work with User Exit MBCF0002.

One option could be to execute the GI using BAPI: BAPI_GOODSMVT_CREATE. This should be done in the Exit MBCF0002.

Kind Regards,

Mariano

Former Member
0 Kudos

Hi Mariano

How to acheive on the Backflush executed.

The Exit MBCF0002 is triggered on GR posting,

BAPI_GOODSMVT_CREATE using it here is tht a good way?

marianoc
Active Contributor
0 Kudos

Hi,

The backflush is activated through the Backflush indicator. This should be setup at component level in the MRP2 view of the material master. (e.g.: for all the materials that are items in a BOM).

Then at the time you make the confirmation through COR6N or CO11N, you will be doing the backflush (consumtion of your components: 261). You can search about backflush and read about it.

Regarding the other question,  MBCF0002 is triggered on GR. Then you should add a logic to call BAPI_GOODSMVT_CREATE and do the GI..

Anyway, if you can manage your requirment with the backflush, that is better because you will be using the standard SAP.

Kind Regards,

Mariano

Answers (0)