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


Please Help Members By Posting Answers For Below Questions

What are the events in classical reports?

622


What is the major difference between pool tables and transparent tables?

508


How many secondary indexes can we create in a table?

611


What is logical database? : abap hr

606


What are the types of parameters in the function modules?

656






Explain the sequences of event block?

550


What is example class

878


performance tuning concepts

947


Where the payroll results are stored

1900


Fallback class

1737


In an abap/4 program how do you access data that exists on a presentation server vs on an application server?

626


What are Pull and Push Methods?

1768


Why we are using Macros instead of Function Modules

1611


In select-options, how to get the default values as current month first date and last date by default?

622


What are base tables of an aggregate object? : abap data dictionary

600