I_JntIntrstBillgSubclassVH

DDL: I_JNTINTRSTBILLGSUBCLASSVH SQL: IJIBSUBCLVH Type: view BASIC

JIB Subclass

I_JntIntrstBillgSubclassVH is a Basic CDS View that provides data about "JIB Subclass" in SAP S/4HANA. It reads from 1 data source (I_JntIntrstBillgSubclass) and exposes 7 fields with key fields CompanyCode, JntIntrstBillgClass, JntIntrstBillgSubClass.

Data Sources (1)

SourceAliasJoin Type
I_JntIntrstBillgSubclass I_JntIntrstBillgSubclass from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName IJIBSUBCLVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label JIB Subclass view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey JntIntrstBillgSubClass view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
AbapCatalog.preserveKey true view
Search.searchable true view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode CompanyCode Receiver Company Code
KEY JntIntrstBillgClass JntIntrstBillgClass JIB/JIBE Class
KEY JntIntrstBillgSubClass JntIntrstBillgSubClass JIB/JIBE SbClsA
_CompanyCode _CompanyCode
_JntIntrstBillgClass _JntIntrstBillgClass
JntIntrstBillgSubClassText
_JntIntrstBillgSubclassT _JntIntrstBillgSubclassT

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 I_JntIntrstBillgSubclassVH.
-- 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: IJIBSUBCLVH

CREATE VIEW I_JntIntrstBillgSubclassVH AS
SELECT
  CompanyCode,
  JntIntrstBillgClass,
  JntIntrstBillgSubClass,
  _JntIntrstBillgSubclassT[1:Language = $session.system_language].JntIntrstBillgSubClassText AS JntIntrstBillgSubClassText
FROM I_JntIntrstBillgSubclass
;