cancel
Showing results for 
Search instead for 
Did you mean: 

Material Master Idoc Issue

Former Member
0 Kudos

Hi,

We often have idocs on error with the following message (this is just an example): The value 167169C36 is not allowed for the field MARA-PRDHA

The problem is that when changing field PRDHA with idoc SAP checks if the current value is existing in table t179.

Would it be possible to change that logic so that not the current value is checked against t179 only the new one which is comming through the idoc

Vijay

Accepted Solutions (1)

Accepted Solutions (1)

former_member212745
Active Contributor
0 Kudos

Hi Vijay,

Product hierarchy is customized through V/76 t-code through which table T179 gets update.

When you are passing any value through IDOC to the field MARA-PRDHA, system checks whether these values(levels) are available in the table T179 or not.

Now system may give error if MARA-PRDHA is defined as mandatory. System will also give error even if PRDHA is not mandatory and you are passing wrong value.

For this, pass correct value or dont pass PRDHA and make it optional

Regards,

Amol

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Any idea?

Vijay