‎2006 Aug 26 1:26 PM
hi,
i am creating quotation using BAPI_QUOTATION_CREATEFROMDATA .
Using parameters like:
ORDER_HEADER_IN>>>>(DOCTYPE=AG,SELSORG=1000,DISTCHAN=10,DIVISION=00)
ORDER_ITEMS_IN>>>(MATERIAL=M-02,REQQTY=10)
ORDER_PATNERS>>>(PARTNERROLE=AG,PARTNO=0000001000)
I am getting NET_VALUE in ORDER_ITEMS_OUT as "0000000000".
can u tell me whts wrong with .
>> in my view i am not setting proper inputs. can u pls tell proper inputs for QUOTATION CREATION ..
REGRADS
GURU
‎2006 Aug 26 11:18 PM
Hi Guru!
Which exact values are needed for a proper quotation depend on the actual system you are working with. From the syntax you are using: you make a RFC from a non-SAP system.
Try to start with smaller steps:
1) (let) create a quotation online with the SAP transaction (from a consultant)
2) Fill the BAPI in SE37 testmode, save your values of the testframe - until you can create a quotation by BAPI
3) Make the RFC-call.
In case step 3) fails, you probably 'just' have a filling problem like missing leading zeros.
Regards,
Christian
‎2006 Aug 29 7:36 AM
hi,
i am creating quotation using BAPI_QUOTATION_CREATEFROMDATA .
Using parameters like: ORDER_HEADER_IN>>>>(DOCTYPE=AG,SELSORG=1000,DISTCHAN=10,DIVISION=00)ORDER_ITEMS_IN>>>(MATERIAL=M-02,REQQTY=10)ORDER_PATNERS>>>(PARTNERROLE=AG,PARTNO=0000001000)
I am getting NET_VALUE in ORDER_ITEMS_OUT as "0000000000".
can u tell me whts wrong with .
>> in my view i am not setting proper inputs. can u pls tell proper inputs for QUOTATION CREATION ..
REGRADS
GURU
‎2006 Aug 29 5:20 PM
Hi,
some article / site combinations just don't have a valid price, so what's the result with this data in SAP's online transaction.
Maybe you just have a masterdata problem - please try first to find good example data and make a successful BAPI test before you try your interface.
Regards,
Christian