PSM_D_AVC_PRF_AS
PSM Availability Control Profile Assignment
PSM_D_AVC_PRF_AS is an SAP database table in S/4HANA. PSM Availability Control Profile Assignment. It contains 5 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_PubSecCtrlObjProfileCurDate1 | view | inner | BASIC | PSM AVC Profile to Current Date (All From Years) |
Fields (5)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | client | mandt | Client | |||
| KEY | company_code | bukrs | Company Code | |||
| KEY | year_from | psm_bdgt_cnsmpn_year | Year of Budget Consumption | |||
| KEY | budget_scenario | psm_s4c_budget_scenario | Budgeting Scenario | |||
| profile | fco_avc_profile | Availy Ctrl Prfl |
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.
-- PSM Availability Control Profile Assignment
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE PSM_D_AVC_PRF_AS (
CLIENT, -- Client [mandt]
COMPANY_CODE, -- Company Code [bukrs]
YEAR_FROM, -- Year of Budget Consumption [psm_bdgt_cnsmpn_year]
BUDGET_SCENARIO, -- Budgeting Scenario [psm_s4c_budget_scenario]
PROFILE, -- Availy Ctrl Prfl [fco_avc_profile]
PRIMARY KEY (CLIENT, COMPANY_CODE, YEAR_FROM, BUDGET_SCENARIO)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA