In Interactive Report : How to come from Secondary List 10
to secondary list 4? what is the Program code?
Answer Posted / 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 |
Post New Answer View All Answers
Have you set up a back ground job ? How to create a background job without a variant ?
How can we use / display table in a screen?
Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?
What is get cursor field?
How do you populate data into a multiple line field?
The loop-endloop on extract datasets can be used without any kind of errors. State true or false. : abap modularization
What will happen when we use fully buffered in abap?
What does an exec sql statement do in abap? What is the disadvantage of using it?
How can end-of-selection be used?
How will u handle the situation – In a report using function module to generate a IDOC, How will u handle the error IDOC in the same report ?
What does the insert statement in extract datasets do? : abap modularization
Give few names of pooled tables in sap ?
Abstract class and interface, multiple inheritance, live example
What is processing class, where we do them and why? : sap abap hr
What are the types of data types in the sap abap?