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
What is the purpose of sum statement?
How to call transaction in session method without recording?
What is match code? : sap abap hr
Do we create table fields with out data elements and domains?
How many types of tables exist and what are they in data dictionary?
How can we handle table control in bdc? : abap bdc
What does an exec sql statement do in abap? What is the disadvantage of using it?
What are the 3 types of function modules in sap?
A subroutine can be terminated unconditionally using exit. State true or false : abap modularization
What are the different types joins?
What is the difference between a structure and a table? : abap data dictionary
What are advantages and disadvantages of logical data base
what precautions or prerequisites do you follow to update a record into database table and how
What are the function modules used to create batch input session? : abap bdc
What are the data types of the abap/4 layer?