Application Development 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: 
SAP Community Downtime Scheduled for This Weekend

DMEE EXIT MODULE

Former Member
0 Kudos
89

Hi,

I am doing an outbound payment file using DMEE.

i need to convert amount to amount in text (string).

we have a function module SPELL_AMOUNT.

when i select the option exit module for the element is defined and use SPELL_AMOUNT Function module. after i perform chekc it is displaying error.

could any any guide me the total process of using EXIT modules in DMEE.

Regards,

Jeff

1 REPLY 1

Former Member
0 Kudos
55

hi,

You have to create a function module using the DMEE_EXIT_TEMPLATE function like template (same parameters), inside this function you can use funcion Spell_amount. you have to write the new function module in exit function field in source tab.

Regards.