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
How to create a check box/option button in a list?
Define abap/4 layer?
What are the differences between table and structure in data dictionary?
How many default tab strips are there?
Name a few data dictionary objects?
Where are you used type casting?
What are the different types of abap/4 programs?
Explain how do you get output from idoc?
How do you find if a logical database exists for your program requrements?
Did you create help views?
What has to be done to the packed fields before submitting to a BDC session.
What are the ways you can do the tuning?
How to find the return code of a statement in abap programs?
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
What is design pattern? Provide example .Why are we using it?