SAP table PSGUID (GUIDs for Project Definition)

SAP table PSGUID has 2 primary key fields being MANDT,GUID.

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
GUID UUID in X form (binary) RAW 16 0 SYSUUID_X
OBJECT_TYPE Object Type in Project System CHAR 1 0 PS_OBJECT_TYPE
1 Project Definition
2 WBS Element
3 Network
4 Network Activity
5 Activity Element
INT_KEY Internal Key for PS Object CHAR 40 0 PS_GUID_INTERNAL_KEY
EXT_KEY External Key for PS Object CHAR 40 0 PS_GUID_EXTERNAL_KEY
OBJNR Object number CHAR 22 0 * J_OBJNR
ERNAM Name of Person Responsible for Creating the Object CHAR 12 0 ERNAM
ERDAT Date on which the record was created DATS 8 0 ERDAT
DELDAT Deletion date DATS 8 0 PS_DEL_DAT
DELBY User who Deleted the Record CHAR 12 0 PS_DEL_BY