cancel
Showing results for 
Search instead for 
Did you mean: 

Access sequence with Delivery type and Plant

Former Member
0 Kudos

Hi ,

We have a requirement where we want to propose o/p based on Delivery type and Plant combination for the purpose we created access seq based on Delivery type and plant.

Delivery type is Header level and Plant is item level , so when we do this confiugration the o/p type is not getting proposed as it's not able to determine the Plant vlaue ( as this a item level value)

Is there any way to achieve this, other than putting plant in requiment check .

Kind regards,

Sameer

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can acheive this by adding Plant to the Communication Structure in the following ways..

1. Include field WERKS in communication structure KOMKBV2. This

structure contains an Include that is provided for additional fields.

Add the field with the name WERKS in Include KOMKBZ4.

2. In structure KOMB in Include KOMBZ, you have to add the same field

(same procedure as for item 1).

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.

Modify this Program to pass the plant field to the communication structure.

there are standard internal tables available here toget the value of the plant. do not take it from LIPS.. LIPS may not have the value at that time,

5. After you have made these modifications, you must create a new

condition table and an access sequence containing the new field. If a

new access sequence and condition table was created before the

communication structure was modified, it must be deleted again.

Items 1 to 5 must be carried out in the specified sequence.

also, this might work for you only if you have a process where the Items belonging from the same plant are in the delivery.. if you have multiple plants then it might not work.

Thanks

Srini

Former Member
0 Kudos

Hi Srini,

Thanks for the information.

Kind Regards,

Sameer