SAP table CEPCT (Texts for Profit Center Master Data)
SAP table CEPCT has 5 primary key fields being MANDT,SPRAS,PRCTR,DATBI,KOKRS.
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 | |
SPRAS | Language Key | LANG | 1 | 0 | T002 | SPRAS | |
PRCTR | Profit Center | CHAR | 10 | 0 | CEPC | PRCTR | |
DATBI | Valid To Date | DATS | 8 | 0 | DATBI | ||
KOKRS | Controlling Area | CHAR | 4 | 0 | CEPC | KOKRS | |
KTEXT | General Name | CHAR | 20 | 0 | KTEXT | ||
LTEXT | Long Text | CHAR | 40 | 0 | LTEXT | ||
MCTXT | Search term for matchcode search | CHAR | 20 | 0 | MCPCT |
CEPCT foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 CEPCT | KOKRS | CEPC | Profit Center Master Data Table | PRCTR |
0 CEPCT | KOKRS | CEPC | Profit Center Master Data Table | DATBI |
0 CEPCT | KOKRS | CEPC | Profit Center Master Data Table | KOKRS |
1 CEPCT | MANDT | T000 | Clients | MANDT |
0 CEPCT | PRCTR | CEPC | Profit Center Master Data Table | PRCTR |
0 CEPCT | PRCTR | CEPC | Profit Center Master Data Table | DATBI |
0 CEPCT | PRCTR | CEPC | Profit Center Master Data Table | KOKRS |
1 CEPCT | SPRAS | T002 | Language Keys (Component BC-I18) | SPRAS |