cancel
Showing results for 
Search instead for 
Did you mean: 

Updating CRM Documents..

Former Member
0 Kudos

Hi All,

My requirement is to change CRM document header and Item, using ABAP Code.

Is there any FM for doing this ?.. or else should I manually update the header and item tables ?..

Any Help / Hint will be Appreciated,

Thanks in Advance, Sudeep..

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sudeep,

There are many BADIs available to update the header and item details.

CRM_ORDER_MAINTAIN is the function module, which lets u change the header and item.

If you can be more specific with ur requirement, like what u wish to change and which moment, may be we can help u out.

Regards,

Shalini Chauhan

Message was edited by:

Shalini Chauhan

Former Member
0 Kudos

Hi Shalini,,,

I have created a service request using FM: 'CRM_ICSS_SRVREQ_CREATE'

via my own web application ( BSP Application ), which dispalys these details at the frontend.

If one user modify some of the fields of the document at the UI level

"eg: user changes the status of the document.

I want to bring them into CRM Tables.. I know that it is possible through updating CRM tables manually!. but I would like to know if there is any sort of FM or better option for doing the same.

Thanks & Regards, Sudeep..