I_BusinessPartnerGroupType

DDL: I_BUSINESSPARTNERGROUPTYPE SQL: IBPGROUPTYPE Type: view BASIC Package: MDC_BUPA_BO

Basic view for Business Partner Group Types

I_BusinessPartnerGroupType (Basic)

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

BusinessPartnerGroupType · Database & Data Management

I_BusinessPartnerGroupType is a Basic CDS View (Dimension) that provides data about "Basic view for Business Partner Group Types" in SAP S/4HANA. It reads from 1 data source (tb025) and exposes 2 fields with key field BusinessPartnerGroupType. It has 1 association to related views. It is exposed through 2 OData services (ASQL_F7204A, ASQL_F7205A). Part of development package MDC_BUPA_BO.

SAP API Hub

CategoryBasic
StateC1
Line of BusinessDatabase & Data Management
Application ComponentAP-MD-BP-RAP
CapabilitiesData Source for Data Extraction
Extensible (Key User)No
Extensible (Developer)No
Release State (Key User)Released
Release State (Developer)Released
PackageDatabase and Data Management for SAP S/4HANA Cloud Public Edition

Documentation

Data Sources (1)

SourceAliasJoin Type
tb025 tb025 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_BusinessPartnerGroupTypeText _Text $projection.BusinessPartnerGroupType = _Text.BusinessPartnerGroupType

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName IBPGROUPTYPE view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.sapObjectNodeType.name BusinessPartnerGroupType view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Basic view for Business Partner Group Types 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 BusinessPartnerGroupType partgrptyp Group type
_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 I_BusinessPartnerGroupType.
-- 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: IBPGROUPTYPE

CREATE VIEW I_BusinessPartnerGroupType AS
SELECT
  partgrptyp AS BusinessPartnerGroupType
FROM tb025
LEFT OUTER JOIN I_BusinessPartnerGroupTypeText AS _Text ON BusinessPartnerGroupType = _Text.BusinessPartnerGroupType  -- association [0..*]
;