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: 

DMEE tree format tab delimited - How?

former_member699400
Active Participant
0 Kudos

All

I have to configure (trx DMEE) a 'data medium exchange' format that is going to be used for outgoing payments.

One of the requirements is that it has to be 'tab delimited'. On the tab 'Format attributes' in trx DMEE you specifiy if fields have fixed length or that fields are separated by a delimiter. Additionally you specifiy what the delimiter is ..

Does someone know how I have to specifiy that the delimiter is the 'tab'-character?

PS: sorry if it was wrong forum to post my question.

thanks ahead,

Mindaugas

2 REPLIES 2

former_member699400
Active Participant
0 Kudos

there are 3 symbols tor defining the delimiter...

regards,

M.

0 Kudos

sap help sais, that delimiter information could be defined by DDIC structure... maybe anyone has an idea about such kind of DDIC structures?..

one of possible solutions:

need to write Z function module wich returs TAB as character and use it where delimiter is needed, here is source code:

c_value = cl_abap_char_utilities=>horizontal_tab.

Regards,

M.

Edited by: Mindaugas Kazlauskas on May 22, 2008 9:13 AM