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 / manisha
plz look into the logic rather than the syntax in the
following code :
Loop_1 : i = from 1 to 100
write : i, ' ', (i+5).
j = i%5.
if j equal to 0.
i = i+5.
end if.
end of loop_1.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is a table pool?
Difference between Field groups and internal tables?
Suppose there is check box along with the rows. The requirement is, select the require check boxes and press a used defined button to save all these checked row data to another table. How can you do it?
What do you mean by pooled tables in sap abap? Also explain what do you mean by table pool? : abap data dictionary
What is table pool?
Can we create a gui status in a program from the object browser?
Define alv programming in abap?
What are the client dependant objects in abap / sap?
What is the difference between Check and Continue?
How many types of buffering? : abap data dictionary
What is the difference between skip and reserve?
Rp_provide_from_last contains how many parameters ? : abap hr
What are the uses of interactive reporting?
What is a currency factoring technique?
What are the different database integrities?