Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_CUSTOMERCONTRACT_CHANGE: Change Date of canc.doc. in CONTRACT DATA tab

former_member325225
Participant
0 Kudos

Hi,

There's a field called Date of canc.doc. in CONTRACT DATA tab at header and item levels of contract. I have a requirement to change this field using a program. I am using BAPI BAPI_CUSTOMERCONTRACT_CHANGE to update the field. But I am unable to update the field.

Could any one please guide me with the steps (in detail) that I need to follow to update the field.

Looking forward to a solution to my problem.

Thanks,

Jiten

1 REPLY 1

Former Member
0 Kudos

Hi Jiten,

You have to set the update flag as'U' in structure BAPICTRX.

and for the field CANCDOCDAT update with X. the that field will be updated.

Regards

Uma