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: 

Documentation about CRM_ORDER_MAINTAIN

Former Member
0 Kudos
240

Hi All

iam searching bapis about <b>Maintain activity</b>.

i found one bapi like <b>CRM_ORDER_MAINTAIN</b>

but i didn't get any functional documentation about that bapi.

if any one know about that bapi please give me response.....

Thanks and regards

Sumalatha...

2 REPLIES 2

Former Member
0 Kudos
73

Hi,

CRM_ORDER_MAINTAIN is used for modifying contract.

IMPORTING

-


> this gives list of values which is to be modified.

u have to pass values to modified and key for

that particular internal table

CHANGING

-


> specify values to modified

1) CT_INPUT_FIELDS ...this gives the list of field which is to be modified

so u have to specify internal table ,field name and selection key.

2)CT_ORDERADM_H......this for header of the contract.

u specify header detail along with modification.

3) CT_ORDERADM_I........same applies for line item

4) CV_LOG_HANDLE........Application error log

Former Member