cancel
Showing results for 
Search instead for 
Did you mean: 

Buffer table not up to date - BBP_PD_PO_SAVE Function Module

former_member348740
Participant
0 Kudos

Hi SRM Experts,

I am trying to develop custom program for uploading POs into SRM and got struck at the time of BBP_PD_PO_SAVE function Module.

I followed the follwoing steps:

Step 1: Creating PO with BBP_PD_PO_CREATE - this step executed successfully.

Step 2: Trying to save PO data into SRM with BBP_PD_PO_SAVE - this step I am getting error message "Buffer table not up to date".

CALL FUNCTION 'BBP_PD_PO_SAVE'

EXPORTING

  • IV_WORKITEM_ID =

  • IV_USERTYPE =

IV_HEADER_GUID = wa_header-guid

  • IV_CREATE_HIST_VERSION =

.

wa_header-guid - PO GUID which is created in first step.

Please let me know any suggestions or solution on this.

Thanks,

Koyya

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Koyya,

Try to use function module BBP_PROCDOC_RESET_BUFFER before calling BBP_PD_PO_CREATE.

Regards.

former_member348740
Participant
0 Kudos

Hi Kezia,

Thanks a lot for suggestion. I used function module BBP_PROCDOC_RESET_BUFFER before calling BBP_PD_PO_CREATE as per your sugeestion. Still I am getting the same error message as "Buffer Table not up to date".

Kindly let me know is there any suggestion.

Thanks,

Koyya

former_member655569
Participant
0 Kudos

Hi Koyya ,

I am also doing the same in our project . But i am able to save the PO using BBP_PD_PO_SAVE Function Module .

If you are getting this error means , then you check the all guids mapping part .

Check all item guids ...have mentioned same parent guid

same to account deatils and partner data also.

Thank you ,

Bharathi

former_member348740
Participant
0 Kudos

Hi Bharathi,

Thanks a lot for your response.

SRM is creating PO successfully and replicating to back end (SAP ecc) when I used COMMIT WORK AND WAIT after BBP_PD_PO_CREATE. I am trying to use BBP_PD_PO_SAVE after BBP_PD_PO_CREATE.

Thanks,

Koyya