Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CALL_FUNCTION_PARM_MISSING?

Former Member
0 Likes
668

HI All,

I am using the function module 'RP_CALC_DATE_IN_INTERVAL"

When i tried to execute the program it' giving the below error.

The exception which is assigned to class 'CX_SY_DYN_CALL_PARM_MISSING', was not caught in procedure "IF_EX_HR_GB_PAE_BADI~EXIT_ADJUST_GBAE4" "(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 exception is :

When calling the function module "RP_CALC_DATE_IN_INTERVAL",  one of the parameters needed according to the interface description was not specified.

This parameter was "DAYS".

Please suggest on this. It's bit urgent.

Thanks in advance.

2 REPLIES 2
Read only

Former Member
0 Likes
509

Hi!,

Make sure you are providing all the parameters needed by this function module.

The parameters DATE, DAYS, MONTHS and YEARS are NOT optional.  If you are providing all this parameters please post the code where you are calling that function module.

Best regards,

Read only

gouravkumar64
Active Contributor
0 Likes
509

Hi,

addition to that,have a look at sap notes 872791 also.

Thanks

Gourav.