cancel
Showing results for 
Search instead for 
Did you mean: 

CHARM Runtime error - CALL_FUNCTION_PARM_MISSING: SERVICE_I

Former Member
0 Kudos

Hello,

When I execute some actions in CHARM, I receive the runtime error CALL_FUNCTION_PARM_MISSING

Error analysis

An exception occurred that is explained in detail below.

The exception, which is assigned to class 'CX_SY_DYN_CALL_PARAM_MISSING', was not caught in

procedure "CRM_ORDER_EXEC_SMART_FORM" "(METHOD)", nor was it propagated by a RAISING clause.

Since the caller of the procedure could not have anticipated that the exception would occur, the current program is terminated.

The reason for the exception is:

When calling the function module "/1BCDWB/SF00000050", one of the parameters

needed according to the interface description was not specified.

This parameter was "SERVICE_I".

I was not able to find an OSS note about the issue. Can you please help me?

Thanks

François

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

I needed to send an e-mail to a specific e-mail address instead of sending it to a Business Partner in a Partner Functon of my Service Message (=Partner Dependent).

In the Processing Details of my action (SPRO, 'conditions for actions'), I entered the e-mail address, but always got a dump on execution.

Replacing the method CRM_ORDER_EXEC_SMART_FORM with CRM_SRVORDER_EXEC_SMART_FORM did the trick.

Thanks,

Karl

Former Member
0 Kudos

I got it!

Method CRM_SRVORDER_EXEC_SMART_FORM has to be used intstead of CRM_ORDER_EXEC_SMART_FORM

simple as that

Former Member
0 Kudos

This was helpful!

Thank you