Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Explain what is runtime analysis?

1099


How do you process errors in session method ? : abap bdc

1190


What is meant by write lock? : sap abap data dictionary

1097


What is the difference between native sql & open sql? : abap data dictionary

1181


What is meant by exclusive, not cumulative lock? : sap abap data dictionary

1202


How do you restrict the data to be entered in the payroll area? : sap abap hr

1107


Explain about interactive report?

1100


Explain enhancements

1414


What is the difference between data elements and domains? : abap data dictionary

1298


Explain buffering concept usage?

1059


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.

2287


What are the advantages of different types of bdc's?

990


What is foreign key relationship? : abap hr

1152


What are the different functions used in sap script? What are the parameters used in each function?

1229


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.

3060