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

Inconsistent indicator in VA02

Former Member
0 Likes
1,642

Hello,

I am looking for a table or a BAPI that will show if there is any inconsistency in the configurations set in VA02.

When we check VA02 there is a 'X' indicator that shows there are inconsistencies and i need to check in which table this value of the indicator is stored.

-Thanks,

Poonam

1 ACCEPTED SOLUTION
Read only

Flavio
Active Contributor
0 Likes
1,388

Dear Poonam,

the FM CUCB_STATUS_FROM_CONFIGURATION should work for your need, just input the configuration instance (CUOBJ field from VBAP table) of the sales order item, and you will get the configuration status.

I do hope this will help.

Thanks and bye,

Flavio

Hello,

I am looking for a table or a BAPI that will show if there is any inconsistency in the configurations set in VA02.

When we check VA02 there is a 'X' indicator that shows there are inconsistencies and i need to check in which table this value of the indicator is stored.

-Thanks,

Poonam

4 REPLIES 4
Read only

Flavio
Active Contributor
0 Likes
1,389

Dear Poonam,

the FM CUCB_STATUS_FROM_CONFIGURATION should work for your need, just input the configuration instance (CUOBJ field from VBAP table) of the sales order item, and you will get the configuration status.

I do hope this will help.

Thanks and bye,

Flavio

Read only

Former Member
0 Likes
1,388

Hi Flavio,

I am looking at the Inconsistency indicator that appears at runtime when there is a inconsistency in the characteristic values. when there inconsistency the status icon turns yellow. I am trying to capture this value.

Read only

Flavio
Active Contributor
0 Likes
1,388

Hi Hardika,

If you wish to check a sales order item configuration that has been saved as inconsistent, then the above FM should be Okay (instance is the item configuration object, from VBAP):

Thanks and regards,

Flavio

Read only

Former Member
0 Likes
1,388

Hello Flavia,

Thank you so much for your help.

The above FM does help me get the status for the sales order item.

But the issue i am now facing is that, when the order is loaded there are inconsistencies and the status is still in released state. It changes to Yellow/Inconsistent when i manually go to VA02 to check.

So i think the configuration rules are applied when i check into VA02 and the status changes, but then this value i am unable to capture currently using the above FM.

-Thanks,

Hardika