T500P
Personalbereiche
T500P is an SAP database table in S/4HANA. Personalbereiche. It contains 15 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_FrcElmntOrgPersonnelArea | view | from | BASIC | Interface View for Personnel Area |
| I_HCMPersonnelArea | view_entity | from | BASIC | HCM Personnel Area |
Fields (15)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | mandt | Client | |||
| KEY | persa | persa | Personnel area | |||
| molga | molga | HCM Local. | ||||
| bukrs | bukrs | Company Code | ||||
| name1 | pbtxt | PA text | ||||
| name2 | name2 | Name 2 | ||||
| stras | stras | Street/House | ||||
| pfach | pfach | PO Box | ||||
| pstlz | pstlz | Postal Code | ||||
| ort01 | ort01 | City | ||||
| land1 | land1 | Country/Reg. | ||||
| regio | regio | Region | ||||
| counc | counc | County Code | ||||
| cityc | cityc | City Code | ||||
| adrnr | adrnr | Address |
Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.
-- Personalbereiche
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE T500P (
MANDT, -- Client [mandt]
PERSA, -- Personnel area [persa]
MOLGA, -- HCM Local. [molga]
BUKRS, -- Company Code [bukrs]
NAME1, -- PA text [pbtxt]
NAME2, -- Name 2 [name2]
STRAS, -- Street/House [stras]
PFACH, -- PO Box [pfach]
PSTLZ, -- Postal Code [pstlz]
ORT01, -- City [ort01]
LAND1, -- Country/Reg. [land1]
REGIO, -- Region [regio]
COUNC, -- County Code [counc]
CITYC, -- City Code [cityc]
ADRNR, -- Address [adrnr]
PRIMARY KEY (MANDT, PERSA)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA