cancel
Showing results for 
Search instead for 
Did you mean: 

Error using BBP_PD_SC_CREATE - Buffer table not up to date

Former Member
0 Kudos

Hi Everyone,

We have a custom report that uses BBP_PD_SC_CREATE to create an SRM shopping cart. We have the program working if we just create a shopping cart header record but once we try to add lines we get the following error: Buffer table not up to date

Here is the code:

As stated before if we clear out i_item, i_account, i_partner and i_orgdata and run the program we get a successfully cart created with only a header record, so the basics are there. I am assuming this could be a data problem but not sure the best approach to find the field causing the problem.

Regards,

Joe

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

A soon as I post the message I find the issue.

I had incorrect data in w_orgdata which caused the buffer error.

Regards,

Joe