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
Can we access static attribute from instance method
What are the different methods of bdc? : abap bdc
How do you find the information on the current screen? : abap bdc
What is modularization and its benefits? : abap modularization
What is system-land-scape of your project?
What are types of select statements?
What is primary index?
What is the maximum number of structures that can be included in a table or structure
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
Define abap/4 layer?
What is the difference between sy-tabix and sy-index? Where it is used?
What is the meaning of abap/4 editor integrated with abap/4 data dictionary?
Can multiple abap systems connect to abap database?
What are the different types of mode (run code) in call transaction method?
What are spa/gpa parameters (sap memory)?