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


Please Help Members By Posting Answers For Below Questions

What are the payroll related infotypes? : abap hr

779


What are the disadvantages of logical databases?

884


What is the differrences between structure and table in data dictionary in abap? : abap hr

926


What is the difference between function group and function module?

738


How will you define posting procedures?

1109


Difference between call by value and call by reference? : abap data dictionary

828


What primary key and foreign key relationship

1084


What are the two methods for modifying sap standard tables?

993


What are the functional areas? User groups?

826


What is the structure of bdcmsgcoll? : abap bdc

988


What are extracts?

760


Explain the advantage of structures?

732


What are field groups?

784


What are the modes in which any update tasks work?

836


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.

1130