cancel
Showing results for 
Search instead for 
Did you mean: 

Dele PO in SRM 4.00

Former Member
0 Kudos

Hi,

we are trying to develop a program that can delete PO items in SRM and R3, we are excecuting the FM BBP_PD_PO_DB_DELETE_MULTI in the following way:

l_otd-guid = '479D144AA4FB3608E10000000A021B2A'.

append l_otd.

CALL FUNCTION 'BBP_PD_PO_DB_DELETE_MULTI'

EXPORTING

IV_SAVE_ON_DB = 'X'

TABLES

it_objects_to_delete = l_otd

ET_DELETED_OBJECTS = l_delted

et_messages = l_messg

after running this program the PO Item is not deleted

do I need to execute another thing ?

may be some commit function or any thing else to complete the delete ?

Tanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

ok, I've found th way to do that

Just follow the next squence of FM

BBP_PD_PO_UPDATE

BBP_PD_PO_SAVE

BBP_PROCDOC_RESET_BUFFER

BBP_PD_PO_STATUS_CHANGE_WF

commit work and wait.

Former Member
0 Kudos

Gerardo,

are you trying to delete Backend PO. Were you implementing SRM under Classic Scenario and generating PO in R3 Backend. And using the FM to delete Backend PO.

Thanks

Abdul