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 |
In selection screen I have three fields- Plant, Material No, and Material group.If i insert plant how do i get the material no and material group based on plant dynamically?
Can a filed occur in several field groups?
How to create any functions? How to go about it?
I just wanted to know that when I am recruiting somebody, I am generating his personal no also. Then I want to give him training also. Now I just want to create 2 scenarios to clear my doubts? : sap abap hr
Can you call a subroutine of one program from another program?
Difference between function group and function module?
What is payroll driver ? : abap hr
What is modularization and its benefits? : abap modularization
Explain the advantages of logical databases?
Difference between transparent tables and pooled tables ?
How to change the development class of any object?
What is the use of program rsbdcsub? : abap bdc