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

Can we implement page break functionality in application server

Former Member
0 Likes
282

Hi,

We are generating a report in apps(AL11) and from there an FTP process bring this report from AL11 to some other legacy system to display this.

Now this legacy sytem is expecting some formating of this from SAP side.

They want a page break after every 24 lines.I'm not sure we can do this in apps(AL11). As per my knowledge we do this page break in SAP output screen only but not in AL11.

If any one have any idea or how can we implement this page break in our application server report.

1 REPLY 1
Read only

Former Member
0 Likes
256

Hi,

I think this can be done when u building the data to downloaded to the application server.

Use the below attribute - FORM_FEED from the class - CL_ABAP_CHAR_UTILITIES (SE24).

Call the above attibute to give a Page Break after certain lines......

U have some more attributes whch will be usefull for building the data for application server.

Regards,

Bhargava