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: 

How to remove header in application server (AL11)

Former Member
0 Kudos

Dear Experts,

I have developed program to download xml data in application server(AL11). While downloading data by default its creating header in the xml file. Because of the header i am unable open in xml file . The format which i am getting is

Directory : / temp

Name : plant.xml

_____________________________________________________________________________________

<xml version = 1.0 encoding utf-8>

<tab>

<header>

<material>100000</material>

<plant>5000</plant>

</tab>

Pls anyone help me out regarding this.

Thanks

Ramesh Manoharan.

4 REPLIES 4

Former Member
0 Kudos

Hi ,

For downloading the file from AL11 , U use the transaction "CG3Y"

Thanks

Shambhu

0 Kudos

Hi,

Thanks. My doubt is while downloading data is there any way to avoid the top of page in that xml file.

Thanks

Ramesh Manoharan

0 Kudos

That is why CG3Y was suggested. If you are downloading the file from AL11 using save-->list, you will get even the header. CG3Y is the standard transaction for downloading data from application server to presentation server in which the header wont be downloaded

0 Kudos

Hi

Thanks for your reply. My requirement is .net developer reading that xml file directly through application server. While reading

because of top of page its giving error.

Thanks

Ramesh