Skip to Content
0
Former Member
Jun 11, 2009 at 05:02 PM

The exception, assigned to the class 'CX_SY_DYN_CALL_PARAM_NOT_FOUND

358 Views

Hello All

I am using FM for module pool table control, and to make some non editable I declare

DATA: LV_EXCL_CUA_FUNCT LIKE VIMEXCLFUN.

CONSTANTS: C_AEND(4) TYPE C VALUE 'AEND'.

but when I pass this value to the FM ''VIEW_MAINTENANCE_CALL' it show a run time error.

An exception occurred. This exception will be dealt with in more detail

below. The exception, assigned to the class 'CX_SY_DYN_CALL_PARAM_NOT_FOUND',

was not caught, which

led to a runtime error. The reason for this exception is:

Function module "VIEW_MAINTENANCE_CALL" was called

with the parameter "EXCL_CUA_FUNCT".

This parameter is not defined.

but I have already define "EXCL_CUA_FUNCT parameter.

can any one solve my problem my given you what logic I was build in the module pool program.

<< Please only post the relevant portions of your code >>

Regards

S.P

Edited by: Rob Burbank on Jun 11, 2009 1:07 PM