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 a transport?
What is your approach for writing a bdc program? : abap bdc
What do you mean by pooled tables in sap abap? Also explain what do you mean by table pool? : abap data dictionary
What work you have done in HR module
What are the different types of parameters? : abap modularization
How do you do bdc for a table control? : abap bdc
What is the use of message command in a report? What are the different message types?
What are the internal tables and work area?
What is direct input method ?
How to transfer data into line items using batch input session method? : abap bdc
What are the different types of parameters?
What is the difference between function group and function module?
Difference between function group and function module?
What are the domains and data element?
What is a table attribute?