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: 

Need to replace space with @ in DMEE file

Former Member
0 Kudos

Hi I Have a program for payment summary but unable to find that where to replace special character for DME file. Could any one give suggestion on this so it will very helpfull for me

Regards,

Harish

4 REPLIES 4

VijayCR
Active Contributor
0 Kudos

Hello Rajasekaran,

     Use REGEX statements to replace the string 'SPACE' with '@'.

Thanks,

Vijay Simha CR

Venkat_Sesha
Advisor
Advisor
0 Kudos

Check the Below Mentioned Function Modules for the Special Characters conversions from AL11 File.

NLS_STRING_CONVERT_FROM_SYS

NLS_STRING_CONVERT_TO_SYS

Example : Use BC45 in the Import paramter of the second Function Module and now copy that 1/4th symbol into first. Basically it does Hexa Conversion.

Hope this helps

Former Member
0 Kudos

Hi

This can be achieved by configuration or this can be done by configuration.

0 Kudos

Not sure if the last post is a solution or an additional question, but in any case this can easly be done in BADI DMEE_BADI_01.