In Interactive Report : How to come from Secondary List 10
to secondary list 4? what is the Program code?
Answer Posted / karthi
case sy-lsind.
when '10'.
sy-lsind = '1'.
endcase.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Explain the systems fields used for interactive lists and lists?
What are the advantages of abap query tool?
What are the types of table fields in the sap abap?
What is payroll driver ? : abap hr
What is a persistent class?
Write the bdc table structure? : abap bdc
Hi guy.. i have to face an interview in a couple of day.. so can you please give me some good and tough question on abap.
What is the function of a data element? : abap data dictionary
What is the difference between select statement and provide statement ? : abap hr
Explain get cursor field?
What are smart forms?
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?
how to update the filed value in SAP in ZAWSYS and create time and date? please tell me the answer
What is the difference between a structure and a table?
Can I execute user exits? If yes, how?