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_TEMPLATE_ABA interface for this function implemented incorrectly

Former Member
0 Likes
1,411

Hi,

IN my project ( using ECC 6.0 ) I have implemented a exit on amount field to convert it from cents to dollars. I used DMEE_EXIT_TEMPLATE_ABA and copied it to ZDMEE_EXIT_TEMPLATE_ABA . After doing this I put in my code in ZDMEE_EXIT_TEMPLATE_ABA between function ... end function and generated it. After doing this I attached this function module to the field in PAYM tree for outgoing file. Now when I do a syntax check at the tree level it gives me a log and error stating "You have assigned the exit module ZDMEE_EXIT_TEMPLATE_ABA to node Amount (cents). However, the interface for this function module is not one of the predefined interfaces.

I have no clue why it gives me this error even after having constructed my Z module using the provided template.

I have done similar implementation with ECC5.0 and it has worked successfully.

Any suggestions and solutions helping is solving the issue will be apprecited and rewarded.

Message was edited by:

manish salvi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
855

Sorry, I meant DMEE_EXIT_TEMPLATE_EXTEND_ABA

Andrew

3 REPLIES 3
Read only

Former Member
0 Likes
855

In ECC6 there is also DMEE_EXIT_TEMPLATE_EXTENDED with an extra parameter - try using that one to base your exit on.

Andrew

Read only

0 Likes
855

Hi Andrew,

I don't think that would help as that template is to be used if we hvae extended the file.

I have done some Debugging and found some possible coding issue with standard SAP code. I have raised a message with SAP and will update this thread if I get some solution form them.

Read only

Former Member
0 Likes
856

Sorry, I meant DMEE_EXIT_TEMPLATE_EXTEND_ABA

Andrew