Deprecated
This CDS view is deprecated in S/4HANA. Use C_SrvcBillableItemVH_2 instead. View all deprecated CDS views →

C_SrvcBillableItemVH

DDL: C_SRVCBILLABLEITEMVH SQL: CSRVCBLLBLEITMVH Type: view CONSUMPTION

Value Help for Billable Control

C_SrvcBillableItemVH is a Consumption CDS View that provides data about "Value Help for Billable Control" in SAP S/4HANA. It reads from 1 data source (I_BillableControlText) and exposes 2 fields with key field BillableControl.

Data Sources (1)

SourceAliasJoin Type
I_BillableControlText I_BillableControlText from

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName CSRVCBLLBLEITMVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.dataCategory #VALUE_HELP view
EndUserText.label Value Help for Billable Control view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor C_SrvcBillableItemVH_2 view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view
Consumption.ranked true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY BillableControl BillableControl Billable Control
BillableControlName BillableControlName

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_SrvcBillableItemVH.
-- 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: CSRVCBLLBLEITMVH

CREATE VIEW C_SrvcBillableItemVH AS
SELECT
  BillableControl,
  BillableControlName
FROM I_BillableControlText
;