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
Can you create an internal table dynamically?(at run time)
Explain about Recording Function?
visibility section for class level and attributes level
Why do we use abstract class
How to give programe name as input in BDC report of abap ?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?
What are the mandatory fields to be filled for BAPI_CUSTOMER_CREATEFROMDATA1
What is payroll area
What is an interactive report?
Module Pool Programming: Events and Table Control handling.
What are control tables? : abap data dictionary
What function does data dictionary perform?
Difference between Read and Get cursor?
What is the difference between call transaction method and the session method? : abap bdc
What has to be done to the packed fields before submitting to a BDC session.