‎2009 Sep 02 11:06 AM
Hi All ,
Currently I am working on a requirement where I have to create a DMEE format tree for payments .
And in this the requirement arises the need for mapping a value with the help of exit Modules .
I created the Exit module with the interfaces as in DMEE_EXIT_TEMPLATE and even assigned this FM in the format tree events .
Next when I am running the F110 transaction , I get an error log which describes
" ABAP/4 processor: CALL_FUNCTION_PARM_MISSING " .
I am not sure if the assignment of the exit module in the format tree is correct .
Kindly help me with the solution .
Regards,
Ranjita
Edited by: Ranjita Kar on Sep 3, 2009 11:44 AM
‎2009 Sep 03 8:13 AM
Check the place in DMEE where your function module is assigned. Please check all the mandatory fields of FM i.e. I_TREE_TYPE, I_TREE_ID, I_ITEM, I_PARAM and I_UPARAM are assigned.
‎2009 Sep 03 8:13 AM
Check the place in DMEE where your function module is assigned. Please check all the mandatory fields of FM i.e. I_TREE_TYPE, I_TREE_ID, I_ITEM, I_PARAM and I_UPARAM are assigned.
‎2009 Nov 03 7:31 AM