cancel
Showing results for 
Search instead for 
Did you mean: 

How to change position for items in shopping cart

Former Member
0 Kudos

Hello,

I am creating shopping cart using flat file. But i am not able to change the position for items i.e. both items contain position as 0000000001.

Following are the item details of shopping cart which is created through portal. (from tcode BBP_PD)

Items:

Pos Type Quantity Unit Ordered_Prod Description Gross price

0000000001 1 EA keyboard 100,00

0000000002 1 EA CPU 1.000,00

Following are the item details of shopping cart which is created using flat file & BAPI BBP_PD_SC_CREATE.(from tcode BBP_PD)

Items:

Pos Type Quantity Unit Ordered_Prod Description Gross price

0000000001 1 EA MONITOR 1,00

0000000001 1 EA MONITOR 1,00

Position is not getting changed for item 2 & only first record is getting uploaded 2 times. My code is creating Shopping cart number .

Please tell me how to change position of each item.

Thanks & regards,

Edited by: Ketkee Bhale on Sep 14, 2011 3:57 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Moderator message - Cross post locked

Rob