C_ABOPCustomSortVH

DDL: C_ABOPCUSTOMSORTVH Type: view_entity CONSUMPTION Package: ATP_BOP_SETUP_VDM

Value Help for the Custom Sort Name

C_ABOPCustomSortVH is a Consumption CDS View that provides data about "Value Help for the Custom Sort Name" in SAP S/4HANA. It reads from 1 data source (I_ABOPCustomSortVH) and exposes 9 fields with key field ABOPCustomSortName. It is exposed through 1 OData service (ASQL_F2158). Part of development package ATP_BOP_SETUP_VDM.

Data Sources (1)

SourceAliasJoin Type
I_ABOPCustomSortVH I_ABOPCustomSortVH from

Annotations (8)

NameValueLevelField
EndUserText.label Value Help for the Custom Sort Name view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
ObjectModel.representativeKey ABOPCustomSortName view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
Analytics.technicalName CABOPCUSTSORTVH view

OData Services (1)

ServiceBindingVersionContractRelease
ASQL_F2158 ASQL_F2158 C2 NOT_RELEASED

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY ABOPCustomSortName ABOPCustomSortName Sequence Name
ABOPCustomSortUUID ABOPCustomSortUUID Cust. Sort Seq. UUID
ABOPSortAttribute ABOPSortAttribute Sort Attribute
ABOPSortAttributeFldPathUUID ABOPSortAttributeFldPathUUID Product Allocation Characteristic Catalog Path UUID
CreationDateTime CreationDateTime Timestamp
CreatedByUser CreatedByUser User Name
LastChangeDateTime LastChangeDateTime Timestamp
LastChangedByUser LastChangedByUser User Name
_Text _Text

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 C_ABOPCustomSortVH.
-- 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 C_ABOPCustomSortVH AS
SELECT
  ABOPCustomSortName,
  ABOPCustomSortUUID,
  ABOPSortAttribute,
  ABOPSortAttributeFldPathUUID,
  CreationDateTime,
  CreatedByUser,
  LastChangeDateTime,
  LastChangedByUser
FROM I_ABOPCustomSortVH
;