i want to print 1 tp 100 in sapscript in a single page in a
vertical manner
1 6
2 7
3 8
. .
. .
how will i do it
Answer Posted / k.nagalakshmi
Hi,
There is two way to print 1 to 100 in your script.
You can first make logic of 1 to 100 in your program and
attached this logic with your internal table and pass this
internal table.
Or u can calculate 1 to 100 in script also by text editor.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is macro? : abap hr
What are null values? : abap data dictionary
What are the different methods of passing data?
What are the check tables and value tables?
What is tcode se16?
The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization
Mention the various databases integrities?
How to insert a line into abap internal tables?
What is interactive reporting?
What are the advantages and disadvantages of ABAP query tool?
What should be the approach for writing a bdc program? : abap bdc
If I want to execute a program only in background not in foreground is there any option for this? : abap bdc
Is main window mandatory in smartforms?
Define the various contents of technical specifications ?
What are the different types of abap reports in sap?