cancel
Showing results for 
Search instead for 
Did you mean: 

Solman - difference between CRM_ORDER_MAINTAIN and CRM STATUS_CHANGE_INTERN

Former Member
0 Kudos

Hello All,

Via abap code I would like to change the status of an incident / ticket from "new" to "in process". I would like your support to understand if it would be correct to use the CRM_ORDER_MAINTAIN or CRM STATUS_CHANGE_INTERN function modules and if there are any differences between the two FMs.

Thanks in advance for your kind support.

Regards,

Giovanni

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Barbara,

Thank You very much for your reply and for clarification.

Regards,

Giovanni

former_member189541
Active Participant
0 Kudos

Hello Giovanni,

That are two completely different function modules.
With CRM_STATUS_CHANGE_INTERN a System Status is set or deleted.
CRM_ORDER_MAINTAIN is used for all changes of a CRM One Order document (e.g. incident in a SAP Solution Manager system).
In general with CRM_ORDER_READ the documents are read, with CRM_ORDER_MAINTAIN changed and with CRM_ORDER_SAVE saved.

You may also check out the blogs on these function modules in the SAP Community.

Regards,
Barbara