‎2007 Aug 01 10:53 PM
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
‎2007 Aug 02 5:55 AM
‎2007 Aug 02 5:41 AM
In ECC6 there is also DMEE_EXIT_TEMPLATE_EXTENDED with an extra parameter - try using that one to base your exit on.
Andrew
‎2007 Aug 02 5:49 AM
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.
‎2007 Aug 02 5:55 AM