I_BPGenderValueHelpText

DDL: I_BPGENDERVALUEHELPTEXT SQL: IBPGENDERVHTXT Type: view BASIC

Business Partner Gender Value help text

I_BPGenderValueHelpText (Basic)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Private Edition with built-in and side-by-side extension capabilities.

Database & Data Management

I_BPGenderValueHelpText is a Basic CDS View that provides data about "Business Partner Gender Value help text" in SAP S/4HANA. It reads from 1 data source (tb995t) and exposes 3 fields with key fields GenderCodeName, Language.

SAP API Hub

StateC1
Line of BusinessDatabase & Data Management
Application ComponentAP-MD-BP
PackageDatabase & Data Management for SAP S/4HANA Cloud Private Edition

Documentation

Data Sources (1)

SourceAliasJoin Type
tb995t tb995t from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IBPGENDERVHTXT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
EndUserText.label Business Partner Gender Value help text view
Search.searchable true view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
VDM.viewType #BASIC view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey GenderCodeName view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY GenderCodeName gender Gender of Business Partner (Person)
KEY Language spras Off. Language
GenderCodeNameText gtext Gender of Business Partner

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_BPGenderValueHelpText.
-- 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: IBPGENDERVHTXT

CREATE VIEW I_BPGenderValueHelpText AS
SELECT
  gender AS GenderCodeName,
  spras AS Language,
  gtext AS GenderCodeNameText
FROM tb995t
;