Hi to all abap guru's my question is how to print the page
numbers like 2 4 6 on all pagess in smart forms
means 2 on first page
4 on second page
thanks in advance
Answer Posted / leo
declare a global variable pg_no.
write a command-node like:-
pg_no = sfsy-page * 2.
(dont forget to set input/output parameter as "PG_NO")
now place a sec window with: &pg_no&
--------------------
pls suggest if any alternatives/corrections
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is table pool?
Is main window mandatory in smartforms?
What are the steps to execute session method?
What are the functional modules used in sequence in bdc? : abap bdc
What are the events used in abap in the order of execution?
What is the difference between semi-monthly and Bi-weekly payroll area
there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?
How to creat transactions? : abap data dictionary
If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary
How to display if the value entered contains records or not?
How can we access the correction and transport system? : abap data dictionary
How can we use / display table in a screen?
How to debug a sapscript?
What are the functional modules used in sequence in bdc? : abap hr
Can we display a list in a pop-up screen other than full-size stacked list?