2010 Oct 04 10:46 PM
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
2010 Oct 05 4:14 AM
Hi leejeffries,
DATA: l_layout TYPE SLIS_LAYOUT_ALV .
l_layout-no_colhead = 'X' . " To exclude column headers in Output
Thanks..
2010 Oct 05 7:55 AM
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
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |