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 for reading an existing quotation

Former Member
0 Likes
2,431

Hello!

I have the following question - which BAPI do I use to read an existing Quotation in the R/3 system?

I have a Java Connector program which lays down a Quotation. After the quotation is laid down, it has to use the generated quotation number to access the quotation and export it into an XML file.

The problem is I have no idea which BAPI can be used for it. I found a couple of threads which suggested BAPI_QUOTATION_GETDETAILBOS which does not exist in my system. I tried using the RFC SD_SALES_DOCUMENT_READ but it isn't what helps me either.

Any help with this would be really helpful.

Bye!

Sameer

Hello!

I have the following question - which BAPI do I use to read an existing Quotation in the R/3 system?

I have a Java Connector program which lays down a Quotation. After the quotation is laid down, it has to use the generated quotation number to access the quotation and export it into an XML file.

The problem is I have no idea which BAPI can be used for it. I found a couple of threads which suggested BAPI_QUOTATION_GETDETAILBOS which does not exist in my system. I tried using the RFC SD_SALES_DOCUMENT_READ but it isn't what helps me either.

Any help with this would be really helpful.

Bye!

Sameer

3 REPLIES 3
Read only

Former Member
0 Likes
1,122

Hi,

You can use either

BAPI_CUSTOMERQUOTATION_CHANGE

or

BAPI_QUOTATION_GETDETAILBOS

both works.

regards,

Anji

Read only

0 Likes
1,122

Hallo Anji,

Thanks for the reply, the Quotation Change is for changing the quotation - I am looking for a BAPI that will only read the quotation and return the details.

As for the GETDETAILBOS, as I already mentioned, I get the message saying that it does not exist in the system.

Bye!

Sameer

Read only

Former Member
0 Likes
1,122

Used the BAPISDORDER_GETDETAILEDLIST.