cancel
Showing results for 
Search instead for 
Did you mean: 

Output Conditions for Header- with Item criteria

Former Member
0 Kudos

Hi!

We want to set up the Output conditions for delivery note per storage location.

SAP has problems with reading it on the header level- as it is only on LIPS. Is there any easy workaround so it picks up the item field?

Thanks!!

Cheers

Bea

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member182805
Active Participant
0 Kudos

1. Add the field to the communication structure KOMKBV2. This structure contains an Include that is provided for additional fields

2. Add the same field field to the structure KOMB in the include KOMBZ

3. In view V_T681F, you must create the same field with transaction SM31 under key B V2.

4. Program LVCOMU04 contains Perform USEREXIT_KOMKBV2_FILL. This Perform is in program RVCOMFZZ.

Once this is done, add the field to the field catalog, create the condition table with this field, then create an access sequence with the new condition table.

Former Member
0 Kudos

Hello Bea

You may be able to acheive this by doing the following:

1) Add the field 'Storage Location' (LGORT) to the filed catalog for output with the following activities:

SPRO/IMG/Logistics Execution/Shipping/Basic Shipping Functions/Output Control/System Modifications for Output/New Fields

For Output Control

2) Then create a condition table for the new access:

SPRO/IMG/Logistics Execution/Shipping/Basic Shipping Functions/Output Control/Output Determination/Maintain Output

Determination for Outbound Deliveries/Maintain Condition Tables

3) Then add the new condition table to the requisite access sequence:

SPRO/IMG/Logistics Execution/Shipping/Basic Shipping Functions/Output Control/Output Determination/Maintain Output

Determination for Outbound Deliveries/Maintain Access Sequences

Please review OSS note 756688 which says that you need to 'go to the item output screen before saving the document the header output is found'.

It may be worthwhile to remain an output at item level with the same access also.

OSS note: 756688 - Access sequence with item and header fields

Hope this helps.

Former Member
0 Kudos

Create the new Table with storage location and assing the same to the access sequence and out put type and maintain the out put records in the VV21 such that if the delivery satisfied the out put records same will be populated.