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

DMEE exit module

former_member196299
Active Contributor
0 Likes
699

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
580

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.

2 REPLIES 2
Read only

Former Member
0 Likes
581

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.

Read only

former_member196299
Active Contributor
0 Likes
580

Thank you

Regards,

Ranjita