Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

NEED HELP ON QUOTATION CREATION

Former Member
0 Likes
473

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

3 REPLIES 3
Read only

christian_wohlfahrt
Active Contributor
0 Likes
423

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

Read only

0 Likes
423

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

Read only

christian_wohlfahrt
Active Contributor
0 Likes
423

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