Skip to Content
0
Former Member
Jan 17, 2012 at 11:31 AM

Issue with Custom Field updation through BAPI FM

98 Views

Hi All,

I am going to update some custom filelds in BUt050. So for these custom fields, I want to fill buffer memory so that I can track the changes through buffer. So I was calling FM BAPI_BUPR_CONTP_CHANGE and passing following parameters.

businesspartner = < bp number>

contactperson = < Contact Number>

validfromdate = '00010101'

validuntildate = '99991231'

centraldata = blank

centraldata_x = blank

I am keeping central data blank as there is no standard field to update.

But it is returning me a message that no changes are made.

can any one has any idea how can I send custom field change in buffer?