What are the input parameters to be passed to the
BAPI 'BAPI_QUOTATION_CREATEFROMDATA'
Answer Posted / 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 |
Post New Answer View All Answers
Why is pretty printer user in abap?
Which one is better joins or views and why?
What is a data dictionary? : sap abap data dictionary
what is the exact code that shoud be implimented in sap note
In order to upload purchase order details, how you handle multiple values for a single field?
What are the different types of sapscript symbols?
how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?
How do you execute the payroll
What are dml commands in abap?
How to convert normal function module to bapi?
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subarc after perform?
What is the collect statement?
What is the disadvantage of using exec sql statement in abap?
How did you test the form you developed? How did you taken print?
What are the different window types in sapscript?