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 se01, se09 and se10?
What is an update type with reference to a match code id? : abap data dictionary
In se11 -->Tech. settings --> Data class. If I save table as Mater data OR Transaction data, what effect will it has for 'Storage' in Database after activation. or In Database how it will store in both the cases.
What are indexes? : abap hr
Update function modules are classified as either v1 or v2. Which type of update is performed first and in what mode (asynchronously, synchronously or locally) can each type be processed in?
What are the uses of table pool or table cluster.
The data of a view is not physically stored, but derived from one or more tables (t/f) : abap data dictionary
Explain what is a logical database?
How to find Kernal badi ?
How to transfer data into line items using batch input session method? : abap bdc
Does the bdc-insert function allow multiple transactions to be processed by sap? : abap bdc
Is it possible to pass data to and from include programs explicitly? : abap modularization
What is occurs in internal table?
What happens if only one of the commands set screen and leave screen is used without using the other?
How will you link form with the event driven in sap scripts?