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
How to call a subroutine in sapscript?
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?
please any one can tell me How to validate the data in Table maintinance generator?how can u validate the table field values if u r entering the data into fields .it shows record is wrong?wher we can done validation in table maitenance generator before getting the data as out ?
What are the pooled and cluster tables?
what are the 2 other types of views, which are not allowed in release 3.0? : abap data dictionary
I need some information regarding Vcentric Test pattern ? with questions.
What is the difference between select statement and provide statement ? : abap hr
Difference between Field groups and internal tables?
How do you retrieve the data for repetitive structures ? : abap hr
can anybody give me functional specification (or table name & field names) of stock analysis report, work in progress report,generating vendor detailed list
What are the two ways of producing a list within a transaction?
List some of the many different ways that the sap standard functionality can be changed by a customer?
What is the function of the correction system?
What is meant by authorization? : sap abap hr
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?