Application Development and Automation 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: 
Read only

File with vertical format output

Former Member
0 Likes
561

Hey folks,

I ahve a requirement where i have to prduce a file of verticla format like

I have to extract the data from SAP and produce flat files of vertical format.

01 XXXX

01 yyyyy

01 55555

02 rturr

etc.

Is there any FM to do tat.

Thanks in advance.

Regards

Rocky

Edited by: Alvaro Tejada Galindo on Feb 12, 2008 5:32 PM

Hey folks,

I ahve a requirement where i have to prduce a file of verticla format like

I have to extract the data from SAP and produce flat files of vertical format.

01 XXXX

01 yyyyy

01 55555

02 rturr

etc.

Is there any FM to do tat.

Thanks in advance.

Regards

Rocky

Edited by: Alvaro Tejada Galindo on Feb 12, 2008 5:32 PM

3 REPLIES 3
Read only

Former Member
0 Likes
539

Rocksy - why don't you give your posts a better subjects? IF you just say "General" on them all, you'll find that a lot of people skip over them.

Rob

Read only

Former Member
0 Likes
539

That looks very "horizontal" for me.

Depends, you want to do it in the application server?

If you want to do it in a local drive just use FM Gui_download with write_field_separator = 'X'

Read only

0 Likes
539

Hey folks,

I have a requirement where i have produce flat files from SAP and download onto the presentation server, can somebody give me a sample code for understanding it.

Regards

Rock