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

Tab delimited with no headers using layout specified ALV

Former Member
0 Likes
575

Hi guys, wondering if you can help me

Using the ALV (In the same manner you can in SQ01), how do you make it so that you can download a tab delimited txt file, with no headers, that uses the columns you specify in the layout?

I can either have the tab delimited txt but with all 20 columns, or the layout specified but with headers

Thanks for any help you can give me

Lee

Hi guys, wondering if you can help me

Using the ALV (In the same manner you can in SQ01), how do you make it so that you can download a tab delimited txt file, with no headers, that uses the columns you specify in the layout?

I can either have the tab delimited txt but with all 20 columns, or the layout specified but with headers

Thanks for any help you can give me

Lee

2 REPLIES 2
Read only

awin_prabhu
Active Contributor
0 Likes
451

Hi leejeffries,


DATA: l_layout TYPE SLIS_LAYOUT_ALV .
l_layout-no_colhead = 'X' .  " To exclude column headers in Output

Thanks..

Read only

Former Member
0 Likes
451

If I go to List -> Export -> Local File, I get all of the headings like

05.10.2010 Dynamic List Display 1

-


-


MSN

Material

Plnt

Node

MRPCn

Type

OpAc

Hand

Act. Start

Act.start

Act.finish

Act.finish

StdVal

-


And the separator is column width in spaces and a |

If I click the "Download the displayed results to a file button", I get no headers and tab delimited, which is good, but don't get the layout shown

If I use local file in SQ01 though it works, which makes me think it is possible somehow

Thanks

Lee