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 the difference between a substructure and an append structure?
What is the table & field to identify the no of items (bottles) stored in one case?
how to update the filed value in SAP in ZAWSYS and create time and date? please tell me the answer
What does an exec sql statement do in abap? What is the disadvantage of using it?
HOW TO TRANSFER VENDOR MASTER DATA FROM LEGACY SYSTEM TO SAP SYSTEM THRU LSMW (IN LSMW, USING DIRECT INPUT PROGRAM:RFBIKR00)
Define infotype ? : abap hr
Can matchcode object contain ids with different update types? : abap data dictionary
What are the fields in a bdc_tab table? : abap bdc
What are extracts?
Explain the difference between domain and data element?
What is a logical database?
Which transaction code is used executing a report (type 1 program)? : abap data dictionary
How are BAPI different from Normal function modules ?
What are lock objects?
Which objects are independent transport objects? : abap data dictionary