cancel
Showing results for 
Search instead for 
Did you mean: 

BBP_PD_SC_CREATE

Former Member
0 Kudos

Hi Gurus,

We have a requirement wherein we have to create a shpping cart using a flat file.

I implemented the FM BBP_PD_SC_CREATE and am able to create a shopping cart.

But while executing the FM, i am getting the following error.

050 Partner of type Location is not authorized for this document; check entry

050 Partner of type Requester is not authorized for this document; check entry

050 Partner of type Ship-To Address is not authorized for this document; check entry

Can anyone please help.

Thanks,

Accepted Solutions (0)

Answers (1)

Answers (1)

katie_doody2
Participant
0 Kudos

Hi Sohil, were you able to resolve this? I am running into the same problem. Thanks.

katie_doody2
Participant
0 Kudos

I was able to resolve this error after looking at the last comment in this link.

http://scn.sap.com/thread/574581

The problem was that I needed a partner record for each line item. So, if I attached three partner records for 2 line items. I would need three that referenced line item 1 and three that referenced line item 2.

Thanks.