cancel
Showing results for 
Search instead for 
Did you mean: 

DME engine - SEPA format - fixed length in atom

Former Member
0 Kudos

I am adding bank specific tag to the standard SAP SEPA_CT format.

This tag contains a data element consisting of 5 atoms that should be concatenated ( atomhandling = 01). 1 of the atoms has a field length of 20. The SAP field contains a value of 9 positions. The last 11 positions should be blank. In the atom I use conversion rule CL = left justified. But in this case the output of the field is 9 positions. Although the length has been specified as being 20.

Does anybody have an idea on how to solve this ?

as a last option I will create an exit modules but i would like to avoid this if possible.

Thanks

Mike

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member222075
Participant
0 Kudos

Hi

The can add the extra spaces as follows:

In the transaction DMEE --> Head --> Format attributes --> Field type = <blank>

Best regards

Jean Daniel