sycm_aps_c_project_type_vh

DDL: SYCM_APS_C_PROJECT_TYPE_VH SQL: SYCMVCPRJTYPEKVH Type: view

Value Help for atc check kind

sycm_aps_c_project_type_vh is a CDS View that provides data about "Value Help for atc check kind" in SAP S/4HANA.

Annotations (5)

NameValueLevelField
AbapCatalog.sqlViewName SYCMVCPRJTYPEKVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Value Help for atc check kind view
ObjectModel.resultSet.sizeCategory #XS view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY project_type
text text Project Type

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 sycm_aps_c_project_type_vh.
-- 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.
-- SQL view name: SYCMVCPRJTYPEKVH

CREATE VIEW sycm_aps_c_project_type_vh AS
SELECT
  cast(domain_value as sycm_aps_project_type preserving type) AS project_type,
  text
;