Hi Guys,
Can anybody tell me how to delete the partner assigned to WBS elements using PM_PARTNER_DELETE_PARVW.
Below is the code.but i was NOT able to DELETE the by using the BELOW CODE.
Is there any other alternative.
CALL FUNCTION 'PM_PARTNER_DELETE_PARVW'
EXPORTING
OBJNR = 'PR00001103'
PARNR = '000050260281'
PARVW = 'ZA'
.
CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
EXPORTING
WAIT = 'X'
IMPORTING
RETURN = WA_RETURN.
.
APPEND WA_RETURN TO ET_RETURN.
Thanks,
Gopi.