do 4 times.
sy-tabix,sy-index.
end do.
what is the output ?
Answer Posted / raghuveer
do 4 times will give the following values:
sy-index = 4.
sy-tabix = 1(default value).
sy-index will work only in do and while, where as sy-tabix
will works only in loop...endloop.
| Is This Answer Correct ? | 5 Yes | 9 No |
Post New Answer View All Answers
Explain about interactive report?
How move-corresponding works
Reports: Event functionality.
out bound process code for quotation?
Filter badi and multiple used badi? Will the sequence matter of the badi implementation in case of multiple used badi?
What is the transaction for recording bdc ? : abap bdc
Where do you use help views?
How can a lock object be called in the transaction?
What is evaluation path, where do we do it and why? : sap abap hr
Abstract class and interface, multiple inheritance, live example
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
What takes most time in SAP script programming?
What are base tables of an aggregate object?
Why do we use abstract class
What is the difference between Check and Continue?