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_SALESORDER_SIMULATE

former_member192798
Active Contributor
0 Likes
2,327

I am using the BAPI_SALESORDER_SIMULATE in my program for simulating a sales order. We have two scenarios:-

1. For a material where there are no characteristic values, I am able to simulate the sales order.

2. For a material where there are characteristic values, I am unable to simulate the sales order. I am getting the following error message ---> 'Internal Error: 10, 000010, CFG_IS_INCONSISTENT_OR_INCOMPLETE'. Mentioned hereunder is test data:-

Document type

Sales Organization

Distribution Channel

Division

Sold-to-Party

Ship-to-Party

Item Number

Material code

Quantity

UOM

Roll Width

Roll Diameter

Core (Imperial)

Core Type

Number of rolls per pack/bdl

If the above test data (including the characteristic values) is used in VA01 transaction for manually creating a sales order, I am able to generate the sales order without any error. But while using BAPI_SALESORDER_SIMULATE, I am getting the error message.

Kindly let me know which table needs to be populated and what are the mandatory fields need to be filled in the BAPI table structure for entering the characteristic values of the material such that the simulation is success.

I have already referred Notes but could not go forward. The below is my system information.

SAP_BASIS 620

SAP_APPL 470

Thanks in advance.

4 REPLIES 4
Read only

Former Member
0 Likes
1,724

Did you find a solution to this problem? I am experiencing the same error using BAPI_QUOTATION_CREATEFROMDATA2. It works fine without config, but the following error when entering config:

Internal error: 10, 000010, CFG_IS_INCONSISTENT_OR_INCOMPLETE

Is there some way to discover which part of the config is causing the problem or what is missing?

Read only

0 Likes
1,724

Found a solution, hopefully it will help others. The configuration was failing on the custom dependency checks. In order to see the inconsistency error I applied OSS Note 339120 which allows the document to be saved with variant configuration inconsistencies.

I also found OSS Note 774346 very helpful which provides an overview of the OSS Notes relating to configuration problems.

Best regards

Gareth

Read only

0 Likes
1,724

I have also faced the same problem! I think you have mis-spelled the OSS Note dealing with this issue. The correct number is 399120

Best Regards,

George.

Read only

erichklassen__
Explorer
0 Likes
1,724

I already gave some hints in this thread:
https://answers.sap.com/questions/6108194/internal-error-10--000010--cfgisinconsistentorinco.html?ch...

Short sumup:
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.