FARR_D_POB

Transparent Table Application Table

Performance Obligations

FARR_D_POB is an SAP database table in S/4HANA. Performance Obligations. It contains 2 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
E_RAPerformanceObligation view from EXTENSION Extension for RA Performance Obligation
I_RAPerfOblgnWithoutAcctAssgmt view from BASIC RA Perf Oblgn Without Acct Assgmt
I_RAPerformanceObligation view from BASIC RA Performance Obligation

Fields (2)

KeyField Data ElementDescription DomainTypeLength
KEY client mandt Client
KEY pob_id farr_pob_id POB

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.

-- Performance Obligations
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FARR_D_POB (
    CLIENT,  -- Client [mandt]
    POB_ID,  -- POB [farr_pob_id]
    PRIMARY KEY (CLIENT, POB_ID)
);