SAP table SECCODE (Section Code)
SAP table SECCODE has 3 primary key fields being MANDT,BUKRS,SECCODE.
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 | |
BUKRS | Company Code | CHAR | 4 | 0 | T001 | BUKRS | |
SECCODE | Section Code | CHAR | 4 | 0 | SECCO | ||
BPLACE | Business Place | CHAR | 4 | 0 | J_1BBRANCH | J_1BBRANC_ | |
RGOFFICE | Local Tax Office | CHAR | 3 | 0 | RGOFFICE | RGOVOFFICE | |
TAXOFFICE | District Tax Office | CHAR | 3 | 0 | TAXOFFICE | TAXOFF | |
ADRNR | Address Number | CHAR | 10 | 0 | * | AD_ADDRNUM |
SECCODE foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 SECCODE | BPLACE | J_1BBRANCH | Business Place | BUKRS |
0 SECCODE | BPLACE | J_1BBRANCH | Business Place | BRANCH |
0 SECCODE | BPLACE | J_1BBRANCH | Business Place | BUPLA_TYPE |
1 SECCODE | BUKRS | T001 | Company Codes | BUKRS |
0 SECCODE | RGOFFICE | RGOFFICE | Local Tax Offices | MANDT |
1 SECCODE | TAXOFFICE | TAXOFFICE | District Tax Offices | MANDT |