cancel
Showing results for 
Search instead for 
Did you mean: 

Quotation Create

danilo_cardoso
Participant
0 Kudos

Hello guys, how you doing?

I' m trying to create a Quotation (BUS2202).

I'm using BBP_PROCDOC_CREATE. This FM is running well, it is creating the quotation, but, it is not creating the Partners and even Conditions for it.

I tried to use BAPI_QUOTEC_CREATE, but, this FM doesn't contains Partners and Conditions Tables.

I tried too use BBP_PROCDOC_UODATE, but, it is not works as well.

Anybody here already had this problem?

Thanks in advance.

Danilo Cardoso

SRM 5.0

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The FM you mentioned should work. Or you can try BBP_PD_QUOT_CREATE. The partners of a quotation consists of only the bidder and the contact person of the quotation creator. It is not very trivial how to fill the parameters for the FM especially those tables. So if you have a UI to create the quotation, make a break point at BBP_PD_QUOT_CREATE or BBP_PD_QUOT_UPDATE and observe how those parameters are filled.

danilo_cardoso
Participant
0 Kudos

Hi Jay Yang.

Thanks for your answer.

I'm going to test again and after that i will post my result.

Regards.

Danilo

danilo_cardoso
Participant
0 Kudos

Hi.

I resolved the problem.

I'd forgot to fill the structure I_READ_FLAGS, after fill it, the FM worked.

Thanls again.

DC