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 |
How many include can be included in the table??
how to print a logo in script
What is SY-LOOPC and SY-STEPL?
What is generic area buffering in abap?
What is the keyword used to access a program from global memory?
1/ How do u apprach if error occur in sending idocs ? 2/ where u assigned process code ?
How to transfer legacy data into base tables by scheduling a time frame using bdc?
What are vale table check table? What's the difference between the two? Explain with simple example taking table.
In start of selection, if we perform validation, what happens ?
how to create lock object
What are the commands used for interactive reports?
Explain different types of locks?