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 |
When value table becomes check table?
How do you copy the script from source alert?
when we use the SELECT statement along with FOR ALL ENTRIES then what type of validations we have do before executing this statement
2 Answers Cap Gemini, Mphasis, TCS,
What is SQL Trace, how would you carried out performance analysis of ABAP code using SQL Trace? Give the steps?
what is the default event that is triggers in report?
9 Answers TCS, Unilogic Software, Unilogic Technologies,
i am new for sapabap. i want to about sapabap it is easy to learn or not ple give me answer. i am feeling about programing. ple give me answer.
What does the insert statement in extract datasets do? : abap modularization
How will you find manager of an employee
CAN U TELL ME ATTRIBUTES OF BOTH DOMAIN AND DATAELEMNT SCREEN?
Can we call a subroutine in a script? If so, how?
How would you define the exponents for a type ‘f’ field?
What are the standard macros do we use in HR ABAP