2013 Jan 16 3:00 PM
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.
2013 Jan 16 4:16 PM
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,
2013 Jan 17 5:22 AM
Hi,
addition to that,have a look at sap notes 872791 also.
Thanks
Gourav.