C_SalesGroupValueHelp
Sales Group
C_SalesGroupValueHelp is a Consumption CDS View that provides data about "Sales Group" in SAP S/4HANA. It reads from 1 data source (I_SalesOfficeSalesGroup) and exposes 4 fields with key fields SalesOffice, SalesGroup. It has 1 association to related views. It is exposed through 23 OData services (ASQL_F2187A, ASQL_F2200, ASQL_F2601, ...). Part of development package ODATA_SD_S4H_COMMON.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SalesOfficeSalesGroup | SalesAreaSalesGroup | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_SalesGroupText | _Text | $projection.SalesGroup = _Text.SalesGroup |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CSOFFICEGROUPVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ClientDependent | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Sales Group | view | |
| ObjectModel.usageType.dataClass | #ORGANIZATIONAL | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| VDM.viewType | #CONSUMPTION | view | |
| UI.headerInfo.typeName | Sales Group | view | |
| UI.headerInfo.typeNamePlural | Sales Groups | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view |
OData Services (23)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| ASQL_F2187A | ASQL_F2187A | C2 | NOT_RELEASED | |
| ASQL_F2200 | ASQL_F2200 | C2 | NOT_RELEASED | |
| ASQL_F2601 | ASQL_F2601 | C2 | NOT_RELEASED | |
| ASQL_F3480 | ASQL_F3480 | C2 | NOT_RELEASED | |
| ASQL_F3594A | ASQL_F3594A | C2 | NOT_RELEASED | |
| ASQL_F4645 | ASQL_F4645 | C2 | NOT_RELEASED | |
| ASQL_F4920 | ASQL_F4920 | C2 | NOT_RELEASED | |
| ASQL_F5413 | ASQL_F5413 | C2 | NOT_RELEASED | |
| ASQL_F5414 | ASQL_F5414 | C2 | NOT_RELEASED | |
| ASQL_F5677 | ASQL_F5677 | C2 | NOT_RELEASED | |
| ASQL_F5987 | ASQL_F5987 | C2 | NOT_RELEASED | |
| ASQL_F5989 | ASQL_F5989 | C2 | NOT_RELEASED | |
| ASQL_F6739 | ASQL_F6739 | C2 | NOT_RELEASED | |
| ASQL_F6740 | ASQL_F6740 | C2 | NOT_RELEASED | |
| ASQL_F6883 | ASQL_F6883 | C2 | NOT_RELEASED | |
| ASQL_F6884 | ASQL_F6884 | C2 | NOT_RELEASED | |
| ASQL_F7205A | ASQL_F7205A | C2 | NOT_RELEASED | |
| ASQL_F7263 | ASQL_F7263 | C2 | NOT_RELEASED | |
| ASQL_F7264 | ASQL_F7264 | C2 | NOT_RELEASED | |
| ASQL_F7935 | ASQL_F7935 | C2 | NOT_RELEASED | |
| ASQL_F8712 | ASQL_F8712 | C2 | NOT_RELEASED | |
| ASQL_F8947 | ASQL_F8947 | C2 | NOT_RELEASED | |
| UI_TRDGCONTR_MANAGEV4 | UI_TRDGCONTR_MANAGEV4 | V4 | C1 | NOT_RELEASED |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SalesOffice | I_SalesOfficeSalesGroup | SalesOffice | Sales Office |
| KEY | SalesGroup | I_SalesOfficeSalesGroup | SalesGroup | Sales Group |
| SalesGroupName | ||||
| _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_SalesGroupValueHelp.
-- 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_SalesGroupValueHelp AS
SELECT
SalesAreaSalesGroup.SalesOffice AS SalesOffice,
SalesAreaSalesGroup.SalesGroup AS SalesGroup,
SalesAreaSalesGroup._SalesGroup._Text[1:Language=$session.system_language].SalesGroupName AS SalesGroupName
FROM I_SalesOfficeSalesGroup AS SalesAreaSalesGroup
LEFT OUTER JOIN I_SalesGroupText AS _Text ON SalesGroup = _Text.SalesGroup -- association [0..*]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- OData Services in SAP S/4HANA Explained
- Service Bindings and Service Definitions in SAP S/4HANA
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA