cancel
Showing results for 
Search instead for 
Did you mean: 

Output Determination in Delivery Header using Dlv Item Field LGORT(Str Loc)

Former Member
0 Kudos

Hello

I am trying to use the "Storage Location" field in the Delivery Output header condition table for V2. I was able to configure table 901 with Shipping point/Storage location.

The problem is the Shipping point is linked to header structure KOMKBV2 & Storage location is linked to item structure KOMPBV2.

Hence, the Storage location is not being determined or available during Output generation. ie. In Determination Analysis the Shipping point appears not the Storage Location as it is on Item level.

I scanned the forum and couldn't any useful reply. Inspite of having the "LGORT" field in Field catalog, do we need to modify RVCOMZ1 to assign the value to the LGORT field. Will it work?

Any idea/suggestion is highly appreciated.

former_member182805
Active Participant
0 Kudos

Dear OP, this is late but were you able to solve this? If so, can you please share the solution here. We have the same requirement where we are generating the output in the delivery header using the storage location fields as one of the key fields.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member182805
Active Participant
0 Kudos

This is late but hopefully, this helps others who are looking for a solution:

1. Add the field LGORT 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.Fill the field added to KOMKBV2 structure in this user exit

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

Hi,

1st of all, find out which PROGRAM & FORM or SMART FORM is assigned to your delivery condition type,

Take the help of ABAP team, and tell u r requirement, definelelt they will make this.

There is no need to add fiels in field catlog,storage location already at item level, just modify program or smart form.

Kapil

Former Member
0 Kudos

Kapil

Thanks for the reply. But, the problem here is determination of Condition value to the field in the Condition table. Also, there is no Pgm or smartform or form in this change. It is the Output determination structure or user-exit change.

Appreciate your effort in answering, but sure it missed the "stumps" by long way, KAPIL DEV.