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
Can a domain, assigned to a data element be changed?
Use SET PF_STATUS which is in the FM reuse_alv_grid_display to set the button
If I have put commit in badi implementation class after update, is it allowed? Also if some standard functionality already implemented an update and now i m doing update and if it fails, what will be the impact of commit?
What are the classifications of the sap abap data classes?
SAP query how to use end users?
What are the 3 types of function modules in sap?
What are the advantages and disadvantages of ABAP query tool?
What are the differences between interactive and drill down reports?
How do you execute the payroll
How to create any functions? How to go about it?
Explain different types of locks?
What is the difference between collect and sum?
Explain what is step-loop? Explain all the steps?
What is the difference between skip and reserve?
Example of table cluster and cluster tables.