cancel
Showing results for 
Search instead for 
Did you mean: 

Internal error: 10 , 000010 , CFG_IS_INCONSISTENT_OR_INCOMPLETE ,

Former Member
0 Kudos
7,327

Hello Gurus,

The sales order creation through interface is failing due to the error "Internal error: 10 , 000010 , CFG_IS_INCONSISTENT_OR_INCOMPLETE ,"

We use variant configuration for materials.

Can someone advice the reason and how to clear the error?

View Entire Topic
erichklassen__
Explorer

Even when this question is quite old, I had the same error and found a good way to solve it.

To analyze a configuration issue, save the test data when you call the BAPI from an external system like sap commerce.
After saving the test data inside ERP, run the transaction CUTRC (Configuration Trace).
Turn on the Configuration trace, run your BAPI (f.e. SalesOrder Simulate or Creation) turn off your trace and press trace list.

Then you will see the reason for your failed configuration. (f.e. "No value assigned to [specific charactersticName]")

Additional Infos:
In our project we consume the Variant Configuration and Pricing Service and fill the data we get there in the Order Simulation Bapi. First we thought filling all values to ERP we get from VCP but we faced issues inside ERP within the BAPI. Errors like NOT_ALL_INPUT_PROCESSED and more important the error DBB_REJECTS_CHANGE came up.
To shorten it up... We now only send the characteristics in the BAPI (let author empty in BAPI), which has the type in "U" for Userinput (CsticValueModel.getAssignedValues.getAuthor()).
ERP will then do the rest OOTB.

Hopes this helps...

Nice SAP-NOTE for Inconsistent Configuration:
https://launchpad.support.sap.com/#/notes/1453002

TIE1
Newcomer
0 Kudos
NOT_ALL_INPUT_DATA_PROCESSED_AND_INCONSISTENT