cancel
Showing results for 
Search instead for 
Did you mean: 

Triggering output upon GR in inbound delivery

Former Member
0 Kudos

Hi all,

I want to trigger HU label as soon as i do GR on inbound delivery and on (ii)GI on outbound delivery.

For this i set condition records in VV61 and then i assign requirement 1(Delivery GI posted) in SPRO->LOGISTICS GENERAL->HANDLING UNIT MANAGEMENT->OUTPUT->MAINTAIN OUTPUT DETERMINATION PROCEDURE->assign requirement 1

HU label output is triggering automatically upon GI in outbound delivery (VL02N)...but upon GR in inbound delivery(VL32N) HU label output is not triggering

as soon as i remove assignment of requirement 1, HU output is triggering on inbound delivery creation...means my other settings are fine..only thing is that i want output upon GR in inbound delivery...which is not happening..

i tried will all other combination like changing the application from V2 to E1 for requirment 1, keeping application blank for requirment 1. i also tried requirement 35

what can be the problem..

Regards

Rahul

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Actually if someone can help with which requirement routines to be set or if any custo is to be done...to enable HU label output trigger as soon as GR is posted for inbound delivery in VL32N..

Rahul

Former Member
0 Kudos

Check the below config also..

SPRO - Logistics Execution - Shipping - Basic Shipping Functions - Output Control - Maintain Output Determination for Inbound Deliveries.

Also not sure, if we have a requirement for goods receipt. But certainly requirement 1 will not work, as that is for PGI of outbound.

Create a new requirement for Application E1, let's say 901 and put the code like below and attach to the output condition.

FORM KOBED_901.

if komkbe1-wbstk <> 'C'.

sy-subrc = 4.

exit.

endif.

ENDFORM.