In Interactive How you see 5 to 9th sec -list?
Answer Posted / veena
No, Its impossible to go from 5th list to 9th list.
ABAP only allows backward direction not forward direction.
we use sy-lsind for only moving backward direction.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between free and refresh?
Explain get cursor field?
Explain the differences between interactive and drill down reports?
What are the difference between tables and structures? : abap data dictionary
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
Have you set up a back ground job? How to create a background job without a variant ? : abap bdc
How can you access the function code from menu painter?
What is repository info. Systems? : abap data dictionary
What is the basic difference internal tables and database tables? : abap data dictionary
Where do you create indexes in abap?
how do you call third selection screen ?
What is a subroutine?
What are the events in abap/4 language? : abap hr
What are uses of foreign key?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary