what is set cursor and get cursor command in module pool
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
How do you define an internal using types?
What is BDC programming?
Create any functions? How to go about it?
In which time constraint does the infotype records depend on the subtype ? : abap hr
What is Field symbol?
wat are the SAPscript symbol?which of the following is not a SAPscript symbol?
Reuse-ALV-grid control?
What is erp? : sap abap hr
1) What is the difference between TYPE and LIKE ?
explains how to handle the table control in bdc
What are the check tables and value tables?
Can you transport variants of multiple programs in one step?