cancel
Showing results for 
Search instead for 
Did you mean: 

Mass update of PO in SRM

Former Member
0 Kudos

Hi,

   I would like to mass update  PO  at item level for the corresponding fields

" No Further Confirmation" and "No Further Invoice"

Is there any procedure to that , and in which table these  are storing along with PO number ,

Please help me ,

Thanks in advance,

Vijay.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

    Now  I am able to update the PO and change the status to Order, But After update If i check the PO both the indicators changed and The PO is in "SAVED" status ,After that by using the FM "BBP_PD_PO_STATUS_CHANGE" I changed the status to "Ordered" .If I check the PO now the indicator "No Further Invoice" is not changed Came to starting stage before update the PO ), I have used commit work and wait  after calling "BBP_PD_PO_STATUS_CHANGE" ,Could anybody please provide me any clue on this .

Thanks,

Vijay.

Former Member
0 Kudos

Resolved by passing

FINAL_INV = 'C'.--> For  No Further invoice

final_entry = 'C'. --> For No further Confirmation

to the Function Module  BBP_PD_PO_UPDATE

Thanks to all for your great suggessions.

Answers (2)

Answers (2)

former_member216093
Contributor
0 Kudos

Hi,

Please check the following link

http://scn.sap.com/message/11124535

Regards,

Ravi

Former Member
0 Kudos

Hi Vijay,

Try using tcode MEMASSPO, or else update using LSMW.

Senthil