P_FUCBC_MTD_ASSGMT

DDL: P_FUCBC_MTD_ASSGMT Type: view_entity BASIC Package: FINS_UCB_CUST

FUCBC_MTD_ASSGMT Method Assignment

P_FUCBC_MTD_ASSGMT is a Basic CDS View that provides data about "FUCBC_MTD_ASSGMT Method Assignment" in SAP S/4HANA. It reads from 1 data source (fucbc_mtd_assgmt) and exposes 5 fields with key fields Ledger, CompanyCode, ComponentBreakdownMethod. Part of development package FINS_UCB_CUST.

Data Sources (1)

SourceAliasJoin Type
fucbc_mtd_assgmt fucbc_mtd_assgmt from

Annotations (4)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
VDM.private true view
VDM.viewType #BASIC view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Ledger ledger Ledger
KEY CompanyCode company_code Company Code
KEY ComponentBreakdownMethod ucb_method Breakdown Method
ValidityStartDate valid_from Validity Start Time
ValidityEndDate valid_to Validity End Time

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view P_FUCBC_MTD_ASSGMT.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW P_FUCBC_MTD_ASSGMT AS
SELECT
  Ledger,
  company_code AS CompanyCode,
  ucb_method AS ComponentBreakdownMethod,
  valid_from AS ValidityStartDate,
  valid_to AS ValidityEndDate
FROM fucbc_mtd_assgmt
;