I_BusPartStandardUsageText

DDL: I_BUSPARTSTANDARDUSAGETEXT SQL: IBPSTDUSAGETXT Type: view BASIC

Texts for I_Businesspartnerstandardusage

I_BusPartStandardUsageText (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_BusPartStandardUsageText is a Basic CDS View that provides data about "Texts for I_Businesspartnerstandardusage" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 3 fields with key fields Language, BusinessPartnerStandardUsage.

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
dd07t dd07t from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IBPSTDUSAGETXT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.representativeKey BusinessPartnerStandardUsage view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.dataCategory #TEXT view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Texts for I_Businesspartnerstandardusage view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Language ddlanguage Language Key
KEY BusinessPartnerStandardUsage domvalue_l Values for Domains: Single Value/Lower Limit
BusPartStandardUsageText ddtext Short Text for Fixed Values

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_BusPartStandardUsageText.
-- 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: IBPSTDUSAGETXT

CREATE VIEW I_BusPartStandardUsageText AS
SELECT
  ddlanguage AS Language,
  domvalue_l AS BusinessPartnerStandardUsage,
  ddtext AS BusPartStandardUsageText
FROM dd07t
;