cancel
Showing results for 
Search instead for 
Did you mean: 

class 'CX_SY_DYN_CALL_PARAM_MISSING',

Former Member
0 Kudos

Hi Experts

i am working on Smartforms, i got dump while calling 'SSF_FUNCTION_MODULE_NAME'.

the dump message is "

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 and

therefore caused a runtime error.

The reason for the exception is:

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

needed according to the interface description was not specified.

This parameter was "I_DUNS".

plse help me to fix the issue.

with regards

Rao

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

Its Simple, You might have forgot to assign a value to non-optiona parameter in the function module interface.

When calling the function module in the print program ( or driver program), Make sure that all manadtory attributes have values assigned.

Cheers,

Riaz

Former Member
0 Kudos

hi

check ur parameter's EXPORTING , IMPORTING , TABLES

u for got to mention "I_DUNS" in one of these .

from SF u will get under which u defined it in SF so put it there .

Regards

Sachin

Former Member
0 Kudos

hi

Please check the tables that ur passing into the function module SSF_FUNCTION_MODULE_NAME. The values passed in the function module are not right.. Please mention the code here to correct the error.

Regards,

Vishwa.