cancel
Showing results for 
Search instead for 
Did you mean: 

Maintaining the records

Former Member
0 Kudos

Can anybody tell me how to maintain the records after reading them using CRM_ORDER_READ and modifying them? which function module can be used for that?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Claudia,

Thanks for your help. The problem has got solved. Now its getting updated.

Former Member
0 Kudos

Hi,

you can use FM CRM_ORDER_MAINTAIN, CRM_ORDER_SAVE and CRM_ORDER_INITIALIZE to change data of orders.

Regards,

Claudia

Former Member
0 Kudos

Hi Claudia,

Thank you for your reply.

I am using CRM_ORDER_SAVE and CRM_ORDER_COMMIT but still the problem persists. And with the help of CRM_ORDER_MAINTAIN its not getting updated. Actually i need to maintain the records in an excel sheet, the same from which i am reading the data. If you can help me with this.

Thank you.

Former Member
0 Kudos

Hi,

it should be possible to update any order with FM CRM_ORDER_MAINTAIN.

But it can be a little bit confusing using it the first time.

See this thread for help

Regards,

Claudia

Former Member
0 Kudos

Hello,

My Answer to the first issue posted :

The FM CRM_ORDER_MAINTAIN updates the buffers only. After this you need to call the FM CRM_ORDER_SAVE to save the changes.

Regarding the second question "why status is not getting updated" ..

Can you check if any errors are returned by the CRM_ORDER_MAINTAIN after you pass the status parameters ?

Thanks,

Vinay