I_ORGANIZATIONALCHANGE

CDS View

Organizational Change

I_ORGANIZATIONALCHANGE is a CDS View in S/4HANA. Organizational Change. It contains 3 fields. 19 CDS views read from this table.

CDS Views using this table (19)

ViewTypeJoinVDMDescription
finoc_hard_dependency_dlv view_entity inner Orgl Change: DLV Hard Dependencies
finoc_hard_dependency_fa view_entity inner Orgl Change: FA Hard Dependencies
FINOC_HARD_DEPENDENCY_RAR view_entity inner Orgl Change: RAR Hard Dependencies
finoc_hard_dependency_soi view_entity inner Orgl Change: SOI Hard Dependencies
FINOC_HARD_DEPENDENCY_WBS view_entity inner Orgl Change: WBS Hard Dependencies
FINOC_RT_CCR_FILL view inner Orgl Change: Fill Runtime for Cost Cntrs
FINOC_RT_CCR_FILL view left_outer Orgl Change: Fill Runtime for Cost Cntrs
FINOC_RT_FA_FILL view inner Orgl Change: Fill Runtime for FixedAsset
FINOC_RT_RAR_FILL view_entity inner Orgl Change: Fill RT Perf. Obligation
FINOC_RT_RAR_FROM_SOI_OR_SRV view_entity inner Orgl Change: RAR from SOI or SRV
FINOC_RT_SOI_FILL view inner Orgl Change: Fill Runtime for Sales Doc
FINOC_RT_WBS_FILL view inner Orgl Change: Fill Runtime for WBS Elmnt
FINOC_RULE_DLV_BASE view_entity inner Orgl Change-Rule: Delivery Document Base
FINOC_RULE_FA_BASE view inner Orgl Change: Fixed Asset Base
FINOC_RULE_PC_BASE view_entity inner Orgl Change: Base Rule for Profit Center
FINOC_RULE_PC_BASE view_entity left_outer Orgl Change: Base Rule for Profit Center
FINOC_RULE_POI_BASE view inner Orgl Change-Rule: Purch. Order Item Base
finoc_rule_soi_base view inner Orgl Change-Rule: Sales Order Item Base
R_OrganizationalChangeTP view_entity from TRANSACTIONAL Organizational Change

Fields (3)

KeyField CDS FieldsUsed in Views
KEY OrganizationalChange OrganizationalChange,orgl_change 7
OrglChangeEffectiveDate effective_date 1
OrglChgLastDateBeforeEffDate OrglChgLastDateBeforeEffDate 1

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.

-- Organizational Change
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_ORGANIZATIONALCHANGE (
    ORGANIZATIONALCHANGE,
    ORGLCHANGEEFFECTIVEDATE,
    ORGLCHGLASTDATEBEFOREEFFDATE,
    PRIMARY KEY (ORGANIZATIONALCHANGE)
);