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

Sales document with configuration

jiri_faltin2
Explorer
0 Likes
1,086

Hi experts,

I need to create sales quotation with congiguration using FM BAPI_QUOTATION_CREATEFROMDATA2. Everytime I get error message CFG_IS_INCONSISTENT_OR_INCOMPLETE.

Do you have any help or experience? I browsed a lot of OSS Notes with guide how to fill structures and tables for this FM to create sales document with variant, but it doesn't work

Thanks&regards,

Jirka

Hi experts,

I need to create sales quotation with congiguration using FM BAPI_QUOTATION_CREATEFROMDATA2. Everytime I get error message CFG_IS_INCONSISTENT_OR_INCOMPLETE.

Do you have any help or experience? I browsed a lot of OSS Notes with guide how to fill structures and tables for this FM to create sales document with variant, but it doesn't work

Thanks&regards,

Jirka

2 REPLIES 2
Read only

Former Member
0 Likes
971

Hi Jirka,

Please execute function module BAPI_SALESORDER_SIMULATE for an existing quotation. This will give you an idea on what fields to populate.

Read only

erichklassen__
Explorer
0 Likes
971

I already gave some hints in this thread:
https://answers.sap.com/answers/13871628/view.html

Short sum up:
Use transaction CUTRC (configuration Trace) and see the reason for your issue.

SAP Note https://launchpad.support.sap.com/#/notes/1453002 could be also quite helpful.