Skip to Content
0
Former Member
Jun 25, 2010 at 08:58 AM

Download recods with '|' delimieter

103 Views

Hi all,

I need to download records with delimieter '|' as txt file.

I used FM 'SAP_CONVERT_TO_TEX_FORMAT' to convert internal record to text with delemieter '|'.

But it works fine, but spaces between fields are truncated. So alignment in downloaded file is not identical.

ex: 000001|aaaa|12/09/2010

000002|bbb|21/09/2010

But should be.

000001|aaaa|12/09/2010

000002|bbb |21/09/2010

Is any other FM avilable do the exactly same as above.

Thanks in advance.

Shruthi