C_BusPartGenderValueHelp

DDL: C_BUSPARTGENDERVALUEHELP SQL: CBPGENDERVH Type: view CONSUMPTION Package: MDC_BUPA_BO

Business Partner Gender Value help C- View.

C_BusPartGenderValueHelp is a Consumption CDS View that provides data about "Business Partner Gender Value help C- View." in SAP S/4HANA. It reads from 1 data source (I_BPGenderValueHelp) and exposes 2 fields with key field GenderCodeName. It is exposed through 2 OData services (ASQL_F7204A, ASQL_F7205A). Part of development package MDC_BUPA_BO.

Data Sources (1)

SourceAliasJoin Type
I_BPGenderValueHelp I_BPGenderValueHelp from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName CBPGENDERVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey GenderCodeName view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Business Partner Gender Value help C- View. view

OData Services (2)

ServiceBindingVersionContractRelease
ASQL_F7204A ASQL_F7204A C2 NOT_RELEASED
ASQL_F7205A ASQL_F7205A C2 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY GenderCodeName GenderCodeName Sex
_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_BusPartGenderValueHelp.
-- 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: CBPGENDERVH

CREATE VIEW C_BusPartGenderValueHelp AS
SELECT
  GenderCodeName
FROM I_BPGenderValueHelp
;