SAP table PFM_TSUBPROJ (Additional data funds - project and subproject)
SAP table PFM_TSUBPROJ has 4 primary key fields being MANDT,PROJ,SUBPROJ,BEGDA.
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 | |
PROJ | Project | CHAR | 5 | 0 | PFM_TPROJ | PFM_01PROJECTO | |
SUBPROJ | Subproject | CHAR | 5 | 0 | PFM_01SUBPROJECTO | ||
BEGDA | Start Date | DATS | 8 | 0 | BEGDA | ||
ENDDA | End Date | DATS | 8 | 0 | ENDDA | ||
DESCR | Description | CHAR | 50 | 0 | PFM_01DESCRICAO50 |
PFM_TSUBPROJ foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 PFM_TSUBPROJ | MANDT | T000 | Clients | MANDT |
1 PFM_TSUBPROJ | PROJ | PFM_TPROJ | Additional data funds - project | MANDT |
1 PFM_TSUBPROJ | PROJ | PFM_TPROJ | Additional data funds - project | PROJ |
1 PFM_TSUBPROJ | PROJ | PFM_TPROJ | Additional data funds - project | BEGDA |