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

BAPI BAPI_QUOTATION_CREATEFROMDATA2

Former Member
0 Likes
1,471

Hi

I am getting the data using the BAPI 'BAPI_ISAORDER_GETDETAILEDLIST' then i am using the above bapi to create the quotation. It is creating the quotation but the problem is it is not updating the net price field and also the order quantity at item. But these fields are there in 'BAPI_ISAORDER_GETDETAILEDLIST' not in the other BAPI. And also the structures are different here.

regards

Shiva

4 REPLIES 4
Read only

Former Member
0 Likes
989

Solved it by self.

Read only

0 Likes
989

HI siva,

I am trying to create a quotation using bapi_quotation_createfromdata2. I am able to create by passing header data, .item data,partner functions. Here our materials are configurable . They contain some characteristics. I have to pass these data from bapi. I got some documentation and i tried. I am unable to create with that data. I am asking you this by seeing your mail. Give me some idea if you worked on this.

Regards,

Madhu.

Read only

0 Likes
989

Hi Madhu,

In BAPI ' BAPI_QUOTATION_CREATEFROMDATA2', I given all manditory parameters ( QUOTATION_HEADER_IN -import parameter and QUOTATION_PARTNERS - tables ).

But If I execute, its returning below messages.

Please enter sold-to party or ship-to party

Sales document was not changed.

Can u please tell me where to specify the sold-to party and ship-to party in this BAPI.

Thanks,

Murali

Read only

Former Member
0 Likes
989

May be its the conversion problem.

check the below link.