/SAPAPO/ASB_PRF

Transparent Table Control Table (SAP+Cust)

Customizing: ASB Configuration Profile

/SAPAPO/ASB_PRF is an SAP database table in S/4HANA. Customizing: ASB Configuration Profile. It contains 10 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_AdvncdPlngConfignProfile view_entity from BASIC Configuration Profile for ASB app

Fields (10)

KeyField Data ElementDescription DomainTypeLength
KEY mandt MANDT Client
KEY asbpro_id /SAPAPO/ASB_CONFIG_PRF ASB Config. Prf.
KEY help_id /SAPAPO/ASB_CUST_ID Cust. ID
defsetings /SAPAPO/ASB_DEF_FLG Default Settings
datum SYDATUM Current Date
uzeit SYUZEIT Time
ersda ERSDA Created On
ernam ERNAM Created By
laeda LAEDA Last Change
aenam AENAM Changed By

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.

-- Customizing: ASB Configuration Profile
-- Category TRANSPARENT · Delivery class E
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE /SAPAPO/ASB_PRF (
    MANDT,       -- Client [MANDT]
    ASBPRO_ID,   -- ASB Config. Prf. [/SAPAPO/ASB_CONFIG_PRF]
    HELP_ID,     -- Cust. ID [/SAPAPO/ASB_CUST_ID]
    DEFSETINGS,  -- Default Settings [/SAPAPO/ASB_DEF_FLG]
    DATUM,       -- Current Date [SYDATUM]
    UZEIT,       -- Time [SYUZEIT]
    ERSDA,       -- Created On [ERSDA]
    ERNAM,       -- Created By [ERNAM]
    LAEDA,       -- Last Change [LAEDA]
    AENAM,       -- Changed By [AENAM]
    PRIMARY KEY (MANDT, ASBPRO_ID, HELP_ID)
);