what is set cursor and get cursor command in module pool
Answer Posted / amith
Set Cursor is used to place cursor on a particul input
field,or a particular line in an output list.
Get cursor can be used to find out the position of the
cursor where the action has occured.This can be used most
of the time when ever you doubble click on use f2 function.
| Is This Answer Correct ? | 31 Yes | 6 No |
Post New Answer View All Answers
What is the last entry in all bdc tables? : abap bdc
How is conversion of data types done between abap/4 & external level?
What are the advantages and disadvantages of different types of bdc's?
What is pretty printer?
What is generic buffering?
What is database view ? : sap abap data dictionary
What are datasets in abap?
What are field groups?
What is an interactive report? What is the obvious difference of such report compared with classical type reports?
What do is landscape in sap project, I think its related to no. Of servers used, pls correct me if I am wrong, or what it is? : sap abap hr
What are system fields for secondary lists?
What is collective search help? : sap abap data dictionary
Can we handle two transaction codes in the same program using call transaction bdc input method? : abap bdc
How to read files and process BDC's automatically ?
Difference between sy-tabix and sy-index? Can you check sy-subrc after perform?