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 payroll related infotypes? : abap hr
What are the disadvantages of logical databases?
What is the differrences between structure and table in data dictionary in abap? : abap hr
What is the difference between function group and function module?
How will you define posting procedures?
Difference between call by value and call by reference? : abap data dictionary
What primary key and foreign key relationship
What are the two methods for modifying sap standard tables?
What are the functional areas? User groups?
What is the structure of bdcmsgcoll? : abap bdc
What are extracts?
Explain the advantage of structures?
What are field groups?
What are the modes in which any update tasks work?
There is a situation where there is a field "MATERIAL DESCRIPTION" in say 20 display only transaction. You want that whenever user opens any of these transaction, this particular field is masked with ****. But table does not holds ****. It holds the actual value. What are different ways of doing it? Which is the best way.