In Interactive How you see 5 to 9th sec -list?
Answer Posted / aditya
i think you can use sy-lsind.
say if u want to view the 5th list.
if sy-lsind=5.
statement....
endif.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
out bound process code for quotation?
What is the use of program rsbdcsub? : abap bdc
What is PS structure
In events, start-of-selection is a default event. When we have to use this event explicitly? Why?
What is a match code? : abap data dictionary
Why bapi need then bdc ? : abap bdc
What do is landscape in sap project, I think its related to no. Of servers used, pls correct me if I am wrong, or what it is? : sap abap hr
Structures can contain data only during the runtime of a program (t/f) : abap data dictionary
What is the first thing you do after vendor setup is complete?
How many structures can be created in a Ztable ?
How do you process errors in session method ? : abap bdc
Does sap handle multiple languages?
how to see the table output?
What will you code in start-of-selection & end-of-selection ?
Explain the differences between se01, se09 and se10?