In Interactive Report : How to come from Secondary List 10
to secondary list 4? what is the Program code?
Answers were Sorted based on User's Feedback
Answer / bvsuman
from list index 10 to come bck to list index 4 we can use the code as follows.....put some function code button on application or menu tool bar then code as below
case 'FNCODE'.
when CLICK
CHECK LSIND = 10.
LSIND = 4.
endcse.
I GUESS this work ..check it out
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / karthi
case sy-lsind.
when '10'.
sy-lsind = '1'.
endcase.
Is This Answer Correct ? | 0 Yes | 3 No |
performance tuning concepts
Why do we use FOR ALL ENTRIES and what is the pre-requisite
Give 3 scenario of reporting due to which you require reporting help of ABAP consultant?
which layout sets you used?
What is database utility?
what is 'X' parameter in BAPI?
The standard symbols in SAP script are stored in which table?
what is tablemaintanance generator ? how to create it?
What is search help exit? : sap abap data dictionary
What is the difference between field string and internal table?
What are the different OK Codes that can be used in batch input processing?
what is OSS notes..what it contains?