cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in updating Cost center using BBP_PD_PO_UPDATE

Former Member
0 Kudos

Hi Experts,

In SRM 7.0 system we couldnt able to run the BDC in BBP_POC transaction(in SRM 3.0 it is BBPPO01). I tried using the FM

BBP_PD_PO_UPDATE to update the cost center. But is is not working.

I have used BBP_PD_PO_GETDETAIL

Afterwards BBP_PD_PO_UPDATE ,

BBP_PD_PO_SAVE and BBP_PROCDOC_RESET_BUFFER.

Please give your valuable inputs to solve this issue.

Regards,

RK

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Check the returning messages and see if there are A or E types of messages. If everything's OK, try adding "commit work" at the end of your program.

Former Member
0 Kudos

Hi Jay,

I am getting some messages in the return table of type 'E' but related to currency.

'Enter the Currency' and

'Currency Does not Exists'

How to solve this?

I which table i have to send the currency type? kindly help.

But at the same time i got an another message telling

'Profit center was set to xxxxxxxxxx'.

But this profit center is not reflected in BBP_PD

i need your pointers in this.

Regards,

RK

Former Member
0 Kudos

Set I_PARK = 'X' when you call up BBP_PD_PO_UPDATE and clear I_SAVE. Remember to "commit work" nonetheless. Try to run your report again and see if the update works out for you. If the document can be held, view it on the browser and do a check.