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 |
If a Function module is defined as RFC enabled why the parameters should be pass by value not by reference in sap abap
Explain a report that you recently did?
4 Answers Atos Origin, Cap Gemini, Deloitte, FutureSoft,
what is the work of buffer in sap ?
What is a subroutine?
What are the payroll related Infotypes
In the function module for reading text from the S.O header what needs to be specified?
Tell any 2 standard Bapi function modules used for uploading sales order data ?
What is sapnet?
What are the requirements a dialog program must fulfill?
how to sort numbers in sap-abap using internal tables without using sort technique.
3 Answers NNN, NTT Data, TPCUS,
What are the different message types available in the abap/4 ?
what is difference between set screen and call screen ?