cancel
Showing results for 
Search instead for 
Did you mean: 

SD Quotation Creation BAPI

Former Member
0 Kudos

Hi Everyone,

I'm creating Quotation thru a "Z" program by calling the BAPI "BAPI_QUOTATION_CREATEBOS".

All paramteras are passed thru the flat file table and successfully got created.

When I look into the Costing Model values, they are still empty.

Kindly Help.

Gokul.N

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

When I look into the Costing Model values, they are still empty.

what is costing module values?????

Please describe your requirement so we can guide you on proper way.

kapil

Former Member
0 Kudos

Hi Kapil,

We have created a Costing model with few characteristics.

Its accepting When I'm manually entering the values for the Characteristics thru VA21.

But when I am creating the Quotation thru BAPI, Quotation got created but the values are not populated for the characteristics. The Data for the BAPI is from the Flat file.

Thanks,

Gokul.N

Former Member
0 Kudos

Hi,

Check what costing values you mentioning manually that should be in FLAT FILE.

If your costing values are in flat file and not populated after creation of quotation through BAPI then it means problem in either file reading or in file uploading through BAPI.

Check BAPI u are using.

kapil

Former Member
0 Kudos

Hi Gokul,

Try using BAPI_QUOTATION_CREATEFROMDATA or BAPI_QUOTATION_CREATEFROMDATA2.

Fields and structures that needs to be populated may be different. Make sure you map it correctly to your flat file.

Regards,

Amit