SAP table TGSB (Business Areas)

SAP table TGSB has 2 primary key fields being MANDT,GSBER.

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
GSBER Business Area CHAR 4 0 GSBER
GSBER_KONS Consolidation business area CHAR 4 0 TGSBK GSBER_KONS
GSBER_GLOB Globally unique business area CHAR 4 0 TGSBG GSBER_GLOB

TGSB foreign key relationships

Table Field Check Table Check Field
0 TGSB GSBER_GLOB TGSBG Cross-system business areas MANDT
0 TGSB GSBER_GLOB TGSBG Cross-system business areas GSBER_GLOB
1 TGSB GSBER_KONS TGSBK Consolidation business areas MANDT
1 TGSB GSBER_KONS TGSBK Consolidation business areas GSBER_KONS