cancel
Showing results for 
Search instead for 
Did you mean: 

SC : Not updating for account of item

former_member191111
Participant
0 Kudos

Hi,

I am using SRM 5.0 .

I am updating Account table for SC using FM BBP_PD_SC_UPDATE

I am just updaing one custom field of account but it's not getting update .

Thanks,

Sachin

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

First call BBP_PD_SC_UPDATE with the relevant header data and the item data , partner data... with the updated information.

-> you should receive a value E_Changed = 'X'

and a header_guid from the changed version

Afterwards call FM BBP_PD_SC_SAVE with the es_header-guid

reset the buffer

BBP_PROCDOC_RESET_BUFFER

and afterwards

COMMIT WORK AND WAIT

The SC should be updated now.

See teh related threads:

/message/3082368#3082368 [original link is broken]

BR,

Disha.

Pls reward points for useful answers.