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 extracts?
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.
What are the Synchronous and asynchronous methods in bdc ?
What is the use of abap data dictionary? : abap data dictionary
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc
Where the payroll results are stored
What is the meaning of abap editor integrated with abap data dictionary? : abap data dictionary
What are the different types of views and their definition?
What are the relational operations that can be performed on view in sap? : abap data dictionary
What are clustered tables?
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?
What are the three hierarchical levels of data types and objects?
What are the parameters in bdc_insert? : abap bdc
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?