cancel
Showing results for 
Search instead for 
Did you mean: 

Bapi or Function Module for Change request Management status update

Former Member
0 Kudos

Hi,

Do we have any Bapi or function module to change the status of Change request Management.

Ex: If the status is in To Be Processed i have to change that status to Authorized using any Bapi or FM.

I have tried with the BAPI crm_icss_change_request but its not updating the status.

Do you have any idea on this???

Regards

Pavan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hello,

the function module is 'SOCM_STATUS_VALUES'

you can find an example of usage of it in the program CRM_SOCM_SERVICE_REPORT

CALL FUNCTION 'SOCM_STATUS_VALUES'

EXPORTING

im_process_type = report_list-process_type

  • IM_LANGU = SY-LANGU

TABLES

status_values = lt_vsocm_stat_propt.

I hope it helps

best regards