SAP table TPEXT (Profile for external procurement)
SAP table TPEXT has 2 primary key fields being MANDT,PROFIL.
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 | |
PROFIL | External procurement profile | CHAR | 7 | 0 | PROFILEXT | ||
KSTAR | Cost Element | CHAR | 10 | 0 | CSKA | KSTAR | |
EKORG | Purchasing organization | CHAR | 4 | 0 | T024E | EKORG | |
EKGRP | Purchasing Group | CHAR | 3 | 0 | T024 | EKGRP | |
MATKL | Material Group | CHAR | 9 | 0 | T023 | MATKL | |
WEMPF | Goods Recipient | CHAR | 12 | 0 | WEMPF | ||
ABLAD | Unloading Point | CHAR | 25 | 0 | ABLAD | ||
FLG_DFTVAL | Default Values for External Material | CHAR | 1 | 0 | FLG_DFTVAL | ||
OPER_SCHED_START | Align to Start Date of Operation | CHAR | 1 | 0 | CC4_SCHED_START |
TPEXT foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 TPEXT | EKGRP | T024 | Purchasing Groups | EKGRP |
1 TPEXT | EKORG | T024E | Purchasing Organizations | EKORG |
0 TPEXT | KSTAR | CSKA | Cost Elements (Data Dependent on Chart of Accounts) | MANDT |
0 TPEXT | KSTAR | CSKA | Cost Elements (Data Dependent on Chart of Accounts) | KTOPL |
1 TPEXT | MATKL | T023 | Material Groups | MATKL |