what is set cursor and get cursor command in module pool
Answer Posted / bandivenkateswarlu
set cursor is used to pass the data from abap program to
abap memory
get cursor is used to pass the data from the abap memory to
the abap program.
syntax: set parametes (pid) vairable (variable).
get parameter (pid)
| Is This Answer Correct ? | 6 Yes | 29 No |
Post New Answer View All Answers
What are the differences between session method and call transaction method? : abap bdc
What are the two statements which are required in an abap program to output an icon using a write statement?
Different types of locks?
Give 3 scenario of reporting due to which you require reporting help of ABAP consultant?
How can one distinguish between different kinds of parameters? : abap modularization
What is the differrences between structure and table in data dictionary in abap? : abap hr
Why cant we use Normal function module for data transfer?
Explain what is sequence of event triggered in report?
Differentiate between transparent tables, cluster tables and pooled tables
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?
Why do we need enhancements?
Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?
What is sql trace? : abap data dictionary
How will you insert record in a sorted table
What are aggregated objects : abap data dictionary