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
where do we store all custom programs in SD module?
Which transaction code can I use to analyze the performance of abap program?
How to Modify Layout set for RVORDER01 for printing sales order confirmation. plz mention the detail coding Tahnks, Rahul
What are the time related infotypes? : abap hr
What is the function module for INDIAN PAYROLL to read table cluster for given cluster table and sequence number?
What are the techniques involved in using SAP supplied programs? Do you prefer to write your own programs to load master data? Why?
What is the difference between get and get late?
what are the two methods of modifying sap standard tables? : abap data dictionary
How do you read files from the application server ? : abap bdc
How can we achieve MVC ?
Explain the Types of Select statements?
What is constructor expression in nw abap 7.4?
What are the data types of the abap/4 layer?
How to insert a line into abap internal tables?
i want to add 2 records to a table but the last field in the table is 1000 char long.Is it possible?if yes how?