Dear All
I have tried to add one extra field like MVGR1 (Material Group 1) in the KOMG structure. But it is showing an error as follows :
Foreign key KOMG-RKE_WWADV (RKE_WWADV and WWMDI point to different domains)
You assigned two fields from the dependent table and the check table to each other but they have different domains. A foreign key field, however, must have the same domain as the primary key field of the check table.
Change the domain of the field in the dependent table to the domain of the corresponding field in the check table.
Please help me.
Regards
Animesh