SAP table EOPGROUP (Operand Groups)

SAP table EOPGROUP has 2 primary key fields being MANDT,OPGROUP.

If you're only analyzing data from a single SAP instance you may omit field MANT in your relationships as it will we the same across the entire dataset. On the other hand, if you're combining data from multiple SAP instances you need to take MANDT into account.

Field Description Data Type Length Decimals Checktable Data Element
MANDT Client CLNT 3 0 * MANDT
OPGROUP Operand group CHAR 10 0 OPGROUP
TOPOPGROUP Upper-level operand group that contains the operand group CHAR 10 0 EOPGROUP TOPOPGROUP
OPGROUPLEVEL Level of the operand group NUMC 1 0 OPGROUPLEVEL
0 Top level
1 First level
2 Second level

EOPGROUP foreign key relationships

Table Field Check Table Check Field
0 EOPGROUP TOPOPGROUP EOPGROUP Operand Groups MANDT
0 EOPGROUP TOPOPGROUP EOPGROUP Operand Groups OPGROUP