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 are the payroll related infotypes? : abap hr
Can we use flow logic control key words in abap/4 and vice-verse?
Of the two call transaction and session method, which is faster?
Name the abap/4 modularization techniques?
What is the different type of projects? : sap abap hr
Why do we use dynamic where conditions?
Concepts of OO ABAP and why we are using it?
What is the difference between get and get late?
How to determine the attributes of an internal table?
What is the difference between upload and ws_upload ? : abap bdc
What is the difference between getting and get late?
What is personnel sub are
How do you send files to the legacy systems from sap and vice versa? How does one know that the legacy files have come on to the sap server you are working on? : abap bdc
How many types of size categories and data classes are there? : abap data dictionary
What are the different window types in sapscript?