cancel
Showing results for 
Search instead for 
Did you mean: 

In Sap Script, to display headings (sub) in item list

Former Member
0 Kudos

Hi Friends,

I am writing sap script, in that main window i have sub titles like Date, Invoice no, amount etc. due to more records its spreading across the next page. in next next page i want show once again the same sub headings like Date, Invoice no, Amount etc.

please help me how to do that.

Thanks

Shankar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Create another Window of the same dimensions as that of the main Window. Write all your headings in that window or you can create separate small windows for these headings and define the dimensions.

These windows will overlap on the main window and will be visible on every page.

Reward if Helpful!!!

Answers (2)

Answers (2)

valentin_catalin2
Active Participant
0 Kudos

Hi,

I'm not sure I understood very well your question.

Take a look also to sapscript command TOP / ENDTOP. This can also resolve your problem (this command is activating a text which will be printed on each new page):

<a href="http://help.sap.com/saphelp_47x200/helpdata/en/d1/80319c454211d189710000e8322d00/frameset.htm">TOP - ENDTOP SAP Help</a>

BR,

Valentin

Former Member
0 Kudos

Just declare one header window in each page before main-window containing the subheadings. Put the header window and main window on each page after the first page. This will solve your problem.

Regards,

Mallick