What is the difference between select options and parameters

Answer Posted / sudhakar

select-options store in internal table whereas parameters
will store in single field.

Is This Answer Correct ?    27 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you write a function module in sap?

616


What is a badi?

552


What is a function group? : abap modularization

590


What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization

613


Why do we need enhancements?

629






What are the Synchronous and asynchronous methods in bdc ?

610


Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?

553


Interactive Report that list purchase order details of a vendor. When the user double clicks on material number it shows detail list with fields matkl, meins, brgew, ntgew, gewei.The selection screen consist of sales organisation, distribution channel and material number. plz mention the detail coding Tahnks, Rahul

3259


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

553


What are the different types of view?

599


What are authorization objects and what statement is used to perform an authorization check in an abap program?

561


In sap script how to print bar code in vertical manner

2630


A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary

744


What are the disadvantages of logical databases?

667


– Programming using BAPI : Create Debit Memo Request (DMR) with reference to Sales Order and update the delivery number and PO number in the newly created DMR. Send the spool of the report by E-mail if the E-mail option is enabled. Selection Screen Required:  Sales Org  Delivery type  Sales document type Optional:  Planned Goods movement date  Option to choose E-Mail  E-mail Address  Output device Output Output should display both successful and unsuccessful creation of DMR with the following fields,  Success/Error (S/E)  Sales Document number  Delivery number  New Debit memo request number  Error message Tables TVAK, TVCPA, VBAK, LIKP, LIPS

5526