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
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Final entry in the BDC Table?
what are customizing?have u created any customizing table? for what purpose?
Does the call transaction method allow multiple transactions to be processed by sap?
what is advantages and disadvantages in call by value and call by reference
10 Answers College School Exams Tests, Wipro,
What is the difference between a pool table and a transparent table?
what is the difference between standard and sorted internal tables? (in performance wise)
what is single screen maintainence?
What secondary index and use of it and how many secondary index we can create?
What do you mean by pooled tables in sap abap? Also explain what do you mean by table pool? : abap data dictionary
I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc
Which transaction code can I use to analyze the performance of abap program?
DO SERVERS IN EVERY COMPANY HAVE A SPECIFIIC NAME CAN I KNOW THE SERVER NAME OF IGATE AND ITS GEOGRAPHICAL LOCATION AND HOW MANY SERVERS DO A COMPANY WILL HAVE FOR SAP