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

ABAP Query

Former Member
0 Likes
341

Hi,

We have an ABAP query in ECP which pulls the data. It is saved as a file on server. But the file has header at each page which is not desirable. It should be only at the top of page. Please let me know how can we go about changing it. Do I have to change ABAP code or change some where in query.

Thaanks.

Oscar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
318

You need to Filter that contenet after the READ.

Any Text/Keyword to identify the TOP of page, then You search for that and ignore those lines.

1 REPLY 1
Read only

Former Member
0 Likes
319

You need to Filter that contenet after the READ.

Any Text/Keyword to identify the TOP of page, then You search for that and ignore those lines.