‎2008 Jul 23 4:30 PM
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
‎2008 Jul 23 4:34 PM
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.
‎2008 Jul 23 4:34 PM
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.