cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with BBP_PD_PO_SAVE

Former Member
0 Kudos

Hello,

I am facing one problem while saving PO in SRM.

Firstly, i get the po details using FM 'BBP_PD_PO_GETDETAIL'

Then, i update one header field.

Then, i pass the header to the FM 'BBP_PD_PO_UPDATE'

After that i am using 'BBP_PD_PO_SAVE' by passing the guid.

Lastly, I am using 'commit work and wait'.

But, when i check the PO that field is not updated.

I am not getting where things are going wrong..

Please Help...

Thanks...

Accepted Solutions (1)

Accepted Solutions (1)

robin_janke
Contributor
0 Kudos

What guid are you passing to the BBP_PD_PO_SAVE? The update FM generates a new header guid, you need to use that to save the PO.

The no approval means that your workflow customising is not correct, so you are correct in saying the PO will not be saved.

Regards,

Robin

Former Member
0 Kudos

Hi,

In debug mode i have removed all the errors still the field is not getting updated.

Can anyone help pls...

Answers (1)

Answers (1)

Former Member
0 Kudos

what is the message the system issues when you try to save your PO?

Arshad

Former Member
0 Kudos

Hi,

I am not getting any message.

I think when i am using BBP_PD_PO_UPDATE, here in e_message table i am getting some error like 'No approval ....'

I guess due to this the PO is not getting saved.

But, I am not sure.

Thanks..