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: 

Data Extraction AL11: Standard Header lines of file

Former Member
0 Kudos

Hi Experts,

when I save my data in AL11 file, I have 3 lines information in the header of the file:

  • Directoy: ...
  • Name: ...
  • Black line

When I export this file in local (.txt), the standard header lines still exists in my local file, but I don't want to.

Do you know, how can I remove it automatically ?

Thank you very much.

Rachid.

1 ACCEPTED SOLUTION

Phillip_Morgan
Contributor

Hello Rachid,

You are downloading the file from the AL11 screen through System->List->save...

Is that right?

I think the only way is to create a program to download it using open dataset, read and then gui_download.

Or use transaction CG3Y   (but there may be size limits...)

1 REPLY 1

Phillip_Morgan
Contributor

Hello Rachid,

You are downloading the file from the AL11 screen through System->List->save...

Is that right?

I think the only way is to create a program to download it using open dataset, read and then gui_download.

Or use transaction CG3Y   (but there may be size limits...)