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
Explain what is runtime analysis?
How do you process errors in session method ? : abap bdc
What is meant by write lock? : sap abap data dictionary
What is the difference between native sql & open sql? : abap data dictionary
What is meant by exclusive, not cumulative lock? : sap abap data dictionary
How do you restrict the data to be entered in the payroll area? : sap abap hr
Explain about interactive report?
Explain enhancements
What is the difference between data elements and domains? : abap data dictionary
Explain buffering concept usage?
why to create a custom BAPI if the BAPI already exists? y to find BAPI again? frankly even i dint undstnd tne question properly. if any one come across this q please do anser me.
What are the advantages of different types of bdc's?
What is foreign key relationship? : abap hr
What are the different functions used in sap script? What are the parameters used in each function?
B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.