cancel
Showing results for 
Search instead for 
Did you mean: 

Error while manual testing the FM BBP_PD_SC_CREATE

Former Member
0 Kudos

Hi All,

Currently I am doing a project where I have to upload the shopping cart through Excel file. I am testing the FM BBP_PD_SC_CREATE by manually passing the values. I took help from the thread

/message/3081588#3081588 [original link is broken]

While doing the testing I ended up with couple of errors like

E BBP_PD 551 No organizational data exists on item level

I suspect that these have arrived due to wrong passing of values in different GUID fileds.

My question is how to pass important guids (Header GUID, ITEM Guid, Partner Guid etc) that required by this FM?

In the mentioned thread GUID has been taken as 0000000000000001, 0000000000000002 and allu2026 But my concern is how to pass correct guid as GUID is internal numbering provided by SAP. Is FM GUID_CREATE has to be used if yes than how?

Also I like to mention, while debugging the BBP_DOC_CHECK_BADI, I am getting Item GUID which is system generated and not that which I am passing 0000000000000002.

Please show the path so that I can correctly run the FM BBP_PD_SC_CREATE.

Regards

Praveen Ghosh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi All,

On further analysis I able to execute FM BBP_PD_SC_CREATE by passing GUID values which I got from FM GUID_CREATE. After execution I got header Guid and shopping cart number also but when I tried to look the Shopping cart through bbp_pd , its not showing the details, also i tried to check the status in Table CRMD_ORDERADM_H and table CRM_JEST, its returning no records.

Please guide me what could be the problem.

Regards

Praveen Ghosh