Skip to Content
0
Former Member
Feb 23, 2009 at 02:33 PM

BBP_PD_CTR_UPDATE and BBP_PD_CTR_SAVE

124 Views

Hi Experts!! I am facing an issue.

I am trying to set a custom fields on the contract line item to X once a given event happens. I am calling BBP_PD_CTR_UPDATE and then BBP_PD_CTR_SAVE but nothing happens.

I am calling BBP_PD_CTR_UPDATE with the following parameters:

EXPORTING

i_header = " GUID of the contract"

i_save = 'X'

IMPORTING

ES_HEADER = wa_ES_HEADER

TABLES

i_item = it_item (filled with the ITEM's GUID that we need to change)

We then call BBP_PD_CTR_SAVE with the GUID imported by the previous function module.

Nothing happens though. When I check on the contract item the flag is not set.

thanks a lot in advance!