I have 1 basic list and 9 secondary list in interactive report. If i am in 5th list, how can i come directly to the basic list?
Answers were Sorted based on User's Feedback
Answer / sathish kumar
MAX we can go for 20 SECONDARY LIST AND ONE BASIC LIST TOTAL 21
sy-lisel : contains data of the selected line.
sy-lsind : contains the level of report (from 0 to 21)
if sy-lsind = '5'.
sy-lsind = 1.
endif.
Is This Answer Correct ? | 14 Yes | 1 No |
what objects can be generated by the batch input recorder?
The loop-endloop on extract datasets can be used without any kind of errors. State true or false. : abap modularization
how to block selection scree
When would you use a BAPI rather than an IDOC
Report zabc. Top-of-page. Write : 'Hello'. End-of-page. What is the output of the program.
6 Answers Enteg Technologies, Myne,
Explain the advantage of structures?
Can you use if then else, perform ..etc statements in sap script?
How to find out the no of implementations done for a badi
Why do we use Process On Value Request(POV) event instead of data element,search help in module pool.
What are the advantages and disadvantages of different types of bdc's?
what is ASAP methodology? How many phases are there? what is the percentage of each phase?
how to debug background jobs?