cancel
Showing results for 
Search instead for 
Did you mean: 

Different delivery address in multiple line items of SC

Former Member
0 Kudos

Hi All,

Requirement: If we have different delivery address in multiple line items of SC, the first line item delivery address should be replaced by other line items.

I would like to know the relation between first line item in the shopping cart and its correspnding delivery address?

I have compared the guid of first line item (BBP_PD) and guid of shipping address (second guid not partner guid) which were not same.

Any alternatives we have.

Thanks and Regards,

/N

Accepted Solutions (0)

Answers (1)

Answers (1)

peter_novoth
Active Contributor
0 Kudos

Hi Naveen,

I guess you would like to change the delivery adress in the BBP_DOC_CHANGE_BADI.

Here you can identify the delivery adress (partner function 00000027) line item by the field P_GUID. This P_GUID in the partner table (ET_PARTNER-P_GUID) consists the GUID of the SC line item (ET_ITEM-GUID).

When you know the line item GUID, you can find the SC line item number in the item table (ET_ITEM-NUMBER_INT) and you can see which is the first, second... line item of the SC.

Regards,

Peter