FFS_D_PROD_GRP

Transparent Table Application Table

Financial Services Product Group

FFS_D_PROD_GRP is an SAP database table in S/4HANA. Financial Services Product Group. It contains 2 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_FinServicesProductGroup view_entity from BASIC Financial Services Product Group

Fields (2)

KeyField Data ElementDescription DomainTypeLength
KEY client mandt Client
KEY fs_product_group ffs_product_group Product Group (FS)

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.

-- Financial Services Product Group
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FFS_D_PROD_GRP (
    CLIENT,            -- Client [mandt]
    FS_PRODUCT_GROUP,  -- Product Group (FS) [ffs_product_group]
    PRIMARY KEY (CLIENT, FS_PRODUCT_GROUP)
);