SAP table T370 (Start Values for PM Master Data Transactions)

SAP table T370 has 2 primary key fields being MANDT,TCODE.

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 T000 MANDT
TCODE Transaction Code CHAR 20 0 TSTC TCODE
PROGRAMM ABAP Program Name CHAR 40 0 TRDIR PROGNAME
AKTYP Activity Category in Transaction (Add/Change/Display) CHAR 1 0 AKTTYP
A Display
H Add
V Change
BLDGR Screen group CHAR 2 0 BLDGR
PANEL Name of the current screen display CHAR 4 0 PANEL
PMTYP Maintenance object type CHAR 1 0 PMTYP

T370 foreign key relationships

Table Field Check Table Check Field
0 T370 MANDT T000 Clients MANDT
1 T370 PROGRAMM TRDIR Generated Table for View NAME
0 T370 TCODE TSTC SAP Transaction Codes TCODE