What are the input parameters to be passed to the
BAPI 'BAPI_QUOTATION_CREATEFROMDATA'
Answer / satish
Hi,
for BAPI you need to Pass in the export parameter
1) Sales order Header data- this is a structure(like Doc
type,Sales Organisation,Dist. Channel,Division,Purchase
Order,Date.(mandatory)
i) and you have pass the check box field 'X' for all
these above fields.
these below tables should be passed as internal tables to
the tables parameter of the BAPI as
SOITEM , and check box for this field SOITEM_CHECK,
SOPARTNER data, SCHD line data and check box field
SCHD_CHECK text data SOTEXTDATA.
Is This Answer Correct ? | 0 Yes | 1 No |
How do you find if a logical database exists for your program requirements?
How is conversion of data types done between abap/4 & db layer? : abap data dictionary
What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary
Is there any BAPI to retrieve list of customers and their sales areas i.e., Cust No, Distr Channel and Division for all the customers.
what data types allows length specification ?
What is the last entry in all bdc tables? : abap bdc
wat is the difference between ALE & EDI?
What is schema and transaction code
What is the function of the transport system and workbench organizer? : abap data dictionary
How do you Export a session ?
what are various ways of triggering a new page in reports ?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain?