FINOC_RULE_SRV_BASE

CDS View

Orgl Change-Rule: Service Doc Item Base

FINOC_RULE_SRV_BASE is a CDS View in S/4HANA. Orgl Change-Rule: Service Doc Item Base. It contains 9 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
FINOC_RULE_SRV_DEFAULT view_entity from Default Rule for Service Document Item
FINOC_RULE_SRV_EXAMPLE view_entity from Customer Rule SRV
FINOC_RULE_SRV_EXAMPLE view_entity union_all Customer Rule SRV

Fields (9)

KeyField CDS FieldsUsed in Views
KEY orgl_change orgl_change 1
KEY service_doc_id service_doc_id 2
KEY service_doc_item_id service_doc_item_id 2
KEY service_doc_type service_doc_type 1
bukrs bukrs 2
kokrs kokrs 2
object_type object_type 2
objnr objnr 2
prctr_old prctr_old 2

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.

-- Orgl Change-Rule: Service Doc Item Base
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FINOC_RULE_SRV_BASE (
    ORGL_CHANGE,
    SERVICE_DOC_ID,
    SERVICE_DOC_ITEM_ID,
    SERVICE_DOC_TYPE,
    BUKRS,
    KOKRS,
    OBJECT_TYPE,
    OBJNR,
    PRCTR_OLD,
    PRIMARY KEY (ORGL_CHANGE, SERVICE_DOC_ID, SERVICE_DOC_ITEM_ID, SERVICE_DOC_TYPE)
);