cancel
Showing results for 
Search instead for 
Did you mean: 

How to trigger PPF for inbound production

Former Member
0 Kudos

Hi Experts,

we have a requirement in Inbound from production process  to post  goods receipt and create putaway task. The packing will be performed manually which should trigger GR and the create putaway tasks

Please provide pointers how this can be achieved?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ASHU

If you write more in simple with steps. It will be easy,

Means when you want GR and when you want putaway and packing. Your above req is good but if you can post some more inputs it will be very helpful to ans,.

This are two req or one.

to post  goods receipt and create putaway task. The packing will be performed manually which should trigger GR and the create putaway tasks

I can see two req.

AUTO GR and Putaway,

Packing and GR  and Putaway.

and do you want simple putaway or complex with POSC.

Regards

Suraj

Former Member
0 Kudos

Hi Suraj,

Thx for your reply.

The key requirement is as follow

1) complete packing manually ( no pack spec for now)

2) Once the packing is completed it should trigger  GR.

3) Once GR completed , putaway task should be triggered.

We want to avoid POSC and achieve functionality with PPF if possible.

Is it possible?

Former Member
0 Kudos

Hi Ashu

Its possible via PPF action.

How to achieve this find GR PPF action trigger if del is packed.

Pur order >> DEL >>IDN >>ID >>Packing save >>call GR PPF and trigger to send GR message in ecc and update status >>Save >> Trigger auto WT if your require.

check below action and details.

/SCDL/DELIVERY for all delivery-related actions

/SCWM/PDI_01

/SCWM/MSG_PRD_SEND

/SCWM/PDI_01_ WT_CREATE

Regards

Suraj

Former Member
0 Kudos

Hi Suraj,

I tried couple of action definitions like scwm/pdi_auto_gr with schedule condition of scwm_whr_full_packed  and also action definition scwm/prd_in_post_gr_on_save with schedule condition  scwm/aut_gr_post  but I am unable to trigger GR when goods are packed.

Can you propose which action definition shall i use for triggering GR when goods are packed?

Thanks

Ashu

Former Member
0 Kudos

Hi Ashu

As I given logic. you may need to write small logic in function module to check status of del and trigger.

It may be possible you will not write at pack place. it has to perform at del and pack status level.

You have status profile modifi to check GR status and call GR function at same.

Regards

Suraj

Former Member
0 Kudos

Hi Suraj,

We developed Z schedule condition and achieved this. Thx for your inputs.

Former Member
0 Kudos

Good one Ashu

Regards

Suraj

Former Member
0 Kudos

Hi Ashu,

Can you please let know what Standard schedule condition you copied to achieve this and the process, this is a common Requirement for most of the Manufacturing Companys.

Thanks

Former Member
0 Kudos

Hi,

we copied Full Pack ( scwm/whr/full_packed) condition and make changes to read the pack status.