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 u have two internal table such as itab1 and itab2.in itab1 has four fields such as f1,f2,f3,f4 and in itab2 has two fields such as f1,f2.then how can u copy data from first internal table to second internal table.
What is an Extended IDOC and It's purpose?
What is the diffrence between Abstract Class and an Interface in OOABAP.
what are the components of bdc?
how many types of data is there ?what is customizing data?
real time report in material management and sales and distribution with codes
Mention what is alv programming in abap?
How to transfer a smartform from Development to Quality Server?
tell me about status codes?
7) What is the purpose of main window in SF n Script?
why sapscripts are client dependent and smartforms are cliet independent,plz give me a brief explanation,thank u.
What is the syntax for ‘call transaction’?