Hello,
I am getting dump after entering/saving the Task code in an existing notification.
I created a follow-up action and assigned this in the follow-up Action column of a Task code.
I have added this code in the Tasks... I want to achieve, when user enter a specific task, system trigger the email !!!
I am not sure whether we need to implement some sap note or I have missing something in config.
Please suggest !
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 "IQS1_UPDATE_FOLLOW_UP_ACTIONS" "(FUNCTION)", 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 "QM06_FM_TASK_SEND_PAPER_ATTACH", one of the parameters
needed according to the interface description was not specified.
This parameter was "I_CUSTOMIZING".
How to correct the error
If the error occures in a non-modified SAP program, you may be able to find an interim solution in an SAP Note.
If you have access to SAP Notes, carry out a search with the following keywords:
"CALL_FUNCTION_PARM_MISSING" "CX_SY_DYN_CALL_PARAM_MISSING"
"SAPLIQS1" or "LIQS1U11"
"IQS1_UPDATE_FOLLOW_UP_ACTIONS"
Regards,
Jat