EHFNDC_RESPUNIT
Responsible Units
EHFNDC_RESPUNIT is an SAP database table in S/4HANA. Responsible Units. It contains 6 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_ResponsibleUnit | view | from | BASIC | Responsible Unit |
Fields (6)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | MANDT | Client | |||
| KEY | responsible_unit | EHFND_CCI_RESPONSIBLE_UNIT | Responsible Unit | |||
| used_in_pss | EHFND_CCI_IS_USED_IN_PSS | Compliance View | ||||
| used_in_dg | EHFND_CCI_IS_USED_IN_DG | Used in DG | ||||
| used_in_sub | EHFND_CCI_IS_USED_IN_SUB | Used in Comp. Subst. | ||||
| authgrp | EHFND_EHS_ESEAUTHGRP | Authorization group |
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.
-- Responsible Units
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE EHFNDC_RESPUNIT (
MANDT, -- Client [MANDT]
RESPONSIBLE_UNIT, -- Responsible Unit [EHFND_CCI_RESPONSIBLE_UNIT]
USED_IN_PSS, -- Compliance View [EHFND_CCI_IS_USED_IN_PSS]
USED_IN_DG, -- Used in DG [EHFND_CCI_IS_USED_IN_DG]
USED_IN_SUB, -- Used in Comp. Subst. [EHFND_CCI_IS_USED_IN_SUB]
AUTHGRP, -- Authorization group [EHFND_EHS_ESEAUTHGRP]
PRIMARY KEY (MANDT, RESPONSIBLE_UNIT)
);
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