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

Create quote iwth CFG values using BAPI

Former Member
0 Likes
835

Dear Experts,

Iam facing problem when creating quotation with deliverable material, I have to pass characteristic values for that material.

When executing iam getting the below error message:

VC config issue for SAP line item:000075

Material:CA1BAS002

ZZ_BUSTYPE:N

ZZ_LICMIPS:1

Internal error: 000075, 000075, CFG_IS_INCONSISTENT_OR_INCOMPLETE,

Error in VBAPKOM 000075

The sales document is not yet complete: Edit data

BAPI used to create quote is 'SD_SALESDOCUMENT_CREATE', CFG values are passed in the structure 'BAPICUVAL'.

Please help me to resolve the issue.

regards

goudham

3 REPLIES 3
Read only

Former Member
0 Likes
647

Hi Goudham,

Check this Note : 603131 - BAPI SD: Incorrect incompleteness messages for "The sales document is not yet complete: Edit data"

Regard's

Smruti

Read only

0 Likes
647

Hi ranjan,

If we resolve  CFG_IS_INCONSISTENT_OR_INCOMPLETE automatically will resolve incomplete log.

please give focus only to above error.

regards

goudham

Read only

kakshat
Product and Topic Expert
Product and Topic Expert
0 Likes
647

Hi Goudham,

I am not aware of your expertise with variant/product configuration but in this module, there are a kind of rules (called dependencies) associated with the product model (material). If there is a conflict between the rules, then the configuration is deemed inconsistent and if there is mandatory characteristic that is blank, a configuration is deemed incomplete. Therefore, to find out the reason behind the error, the dependencies need to be analyzed to figure out how to ensure a complete and consistent configuration.

You should probably ask the product modelers in your team to help you.