cancel
Showing results for 
Search instead for 
Did you mean: 

DMEE - space

Former Member
0 Kudos

Hi,

I've created a payment medium form in DMEE, which is fields separated by delimiter type.

Bank requires to have filler (spaces) for some fields, however, I tried all methods still not able to fill in any space for a blank field, SAP trim out all the spaces in the output form.

Any idea how to do? Thanks in advance.

Accepted Solutions (0)

Answers (6)

Answers (6)

0 Kudos

Hi all,

if you need to separate two values with one space, combine the values as atoms separated by the space. The parent element of the atoms should have Mapping Procedure "Own Mapping (atoms)" and Atom Handling 02 (Concatenate values in element with spaces).

It works in both DMEE and DMEEX tools same way.

Best regards,

Antonin

s_praj
Discoverer
0 Kudos

Hi,

You may try implementing the BADI DMEE_OUTPUT_POSTPROCESSING in which if you change the length of records in the table output file lines, it will add spaces at the end.

For example, if you have content of 20 characters and you need 4 spaces then set the length to 24, it will ammend spaces at the end.

Thanks,

Prajakta

Former Member
0 Kudos

on the element attributes tab, there is a parameter called Atom Handling, select option 02 'Concatenate values in element with spaces'.

ravichandran_iyer
Active Contributor
0 Kudos

In the field properties, check the field 'Target Offset' in the Attributes tab. You set the number of characters space you want. Also check the Status field if it is blank (set to standard) and check the output.

Ravi.

Former Member
0 Kudos

no solution..

Former Member
0 Kudos

Hi there,

Follow the steps below:

-Double click on element for which you need space

-Now goto ATTRIBUTES->Conv.Function->select 'Right Justified'

This should solve your reqirment.

Cheers,

Kalyan