cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

not able to update PO in SRM 7.0

Former Member
0 Likes
166

Hello,

I am not able to update PO using BBP_PD_PO_UPDATE.

The way I am using all FM's in my program is as below

1. BBP_PD_PO_GETDETAIL

2. BBP_PD_PO_UPDATE - Importing parameter lv_changed returning value X but not saving the data

3 BBP_PD_PO_SAVE - Paasing GUID as GUID returned in UPDATE FM

4. COMMIT WORK AND WAIT.

any pointers to solve my problem

Thanks,

Arun.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Always check the ET_MESSAGES when calling the update. If there are "A" type of messages, it's not going to update. If there are "E" type of messages, depending on your "SAVE" or "HOLD" flag, it might not update either.