I_AdditionalCustomerGroup5Text

DDL: I_ADDITIONALCUSTOMERGROUP5TEXT SQL: ISDADDLCUSTGRP5T Type: view BASIC

Additional Customer Group 5 - Text

I_AdditionalCustomerGroup5Text is a Basic CDS View that provides data about "Additional Customer Group 5 - Text" in SAP S/4HANA. It reads from 1 data source (tvv5t) and exposes 5 fields with key fields AdditionalCustomerGroup5, Language.

Data Sources (1)

SourceAliasJoin Type
tvv5t tvv5t from

Annotations (16)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey AdditionalCustomerGroup5 view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
EndUserText.label Additional Customer Group 5 - Text view
VDM.viewType #BASIC view
Analytics.dataExtraction.enabled true view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName ISDADDLCUSTGRP5T view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #FULL view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY AdditionalCustomerGroup5 kvgr5 Customer Grp 5
KEY Language spras Off. Language
AdditionalCustomerGroup5Name bezei TrContType name
_AdditionalCustomerGroup5 _AdditionalCustomerGroup5
_Language _Language

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_AdditionalCustomerGroup5Text.
-- 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: ISDADDLCUSTGRP5T

CREATE VIEW I_AdditionalCustomerGroup5Text AS
SELECT
  kvgr5 AS AdditionalCustomerGroup5,
  spras AS Language,
  bezei AS AdditionalCustomerGroup5Name
FROM tvv5t
;