I_BusPartIdentificationTP_2
Transactional View for I_BuPaIdentification
I_BusPartIdentificationTP_2 is a Transactional CDS View that provides data about "Transactional View for I_BuPaIdentification" in SAP S/4HANA. It reads from 1 data source (I_BuPaIdentification) and exposes 31 fields with key fields BusinessPartner, BPIdentificationType, BPIdentificationNumber. It has 4 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_BuPaIdentification | BusinessPartnerIdentification | from |
Associations (4)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_BusinessPartnerTP_2 | _BusinessPart | $projection.BusinessPartner = _BusinessPart.BusinessPartner |
| [0..1] | I_Country | _Country | $projection.Country = _Country.Country |
| [0..1] | I_Region | _Region | $projection.Country = _Region.Country and $projection.Region = _Region.Region |
| [0..1] | I_BusPartIdentificationType | _BusPartIdType | $projection.BPIdentificationType = _BusPartIdType.BPIdentificationType and $projection.businesspartnercategory = _BusPartIdType.BusinessPartnerCategory |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| Search.searchable | true | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| EndUserText.label | Transactional View for I_BuPaIdentification | view |
Fields (31)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BusinessPartner | BusinessPartner | Issuing Authority | |
| KEY | BPIdentificationType | BPIdentificationType | ID Type | |
| KEY | BPIdentificationNumber | BPIdentificationNumber | Logical System | |
| BPIdnNmbrIssuingInstitute | BPIdnNmbrIssuingInstitute | Institution | ||
| BPIdentificationEntryDate | BPIdentificationEntryDate | Entry date | ||
| Country | Country | Venue: Ctry/Reg | ||
| Region | Region | Venue Region | ||
| ValidityStartDate | ValidityStartDate | Validity Start Date | ||
| ValidityEndDate | ValidityEndDate | ValidTo | ||
| AuthorizationGroup | AuthorizationGroup | AuthorizGroup | ||
| BPIdnTypeForEditValue | BPIdentificationType | ID Type | ||
| BPIdnNumberForEditValue | BPIdentificationNumber | Logical System | ||
| BusinessPartnerCategory | _BusinessPart | BusinessPartnerCategory | Partner Cat. | |
| IsBusinessPurposeCompleted | _BusinessPartner | IsBusinessPurposeCompleted | Purpose Completed | |
| DataControllerSet | _BusinessPartner | DataControllerSet | Data Ctrlr. Set | |
| DataController1 | _BusinessPartner | DataController1 | Data Controller | |
| DataController2 | _BusinessPartner | DataController2 | Data Controller | |
| DataController3 | _BusinessPartner | DataController3 | Data Controller | |
| DataController4 | _BusinessPartner | DataController4 | Data Controller | |
| DataController5 | _BusinessPartner | DataController5 | Data Controller | |
| DataController6 | _BusinessPartner | DataController6 | Data Controller | |
| DataController7 | _BusinessPartner | DataController7 | Data Controller | |
| DataController8 | _BusinessPartner | DataController8 | Data Controller | |
| DataController9 | _BusinessPartner | DataController9 | Data Controller | |
| DataController10 | _BusinessPartner | DataController10 | Data Controller | |
| _BusinessPartner | _BusinessPartner | |||
| _BusinessPartnerCategory | _BusinessPart | _BusinessPartnerCategory | ||
| _BusPartIdType | _BusPartIdType | |||
| _Region | _Region | |||
| _Country | _Country | |||
| _BuPaIdentificationType | I_BuPaIdentification | _BuPaIdentificationType |
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_BusPartIdentificationTP_2.
-- 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: IBUPAIDTP2
CREATE VIEW I_BusPartIdentificationTP_2 AS
SELECT
BusinessPartner,
BPIdentificationType,
BPIdentificationNumber,
BPIdnNmbrIssuingInstitute,
BPIdentificationEntryDate,
Country,
Region,
ValidityStartDate,
ValidityEndDate,
AuthorizationGroup,
BPIdentificationType AS BPIdnTypeForEditValue,
BPIdentificationNumber AS BPIdnNumberForEditValue,
_BusinessPart.BusinessPartnerCategory AS BusinessPartnerCategory,
_BusinessPartner.IsBusinessPurposeCompleted AS IsBusinessPurposeCompleted,
_BusinessPartner.DataControllerSet AS DataControllerSet,
_BusinessPartner.DataController1 AS DataController1,
_BusinessPartner.DataController2 AS DataController2,
_BusinessPartner.DataController3 AS DataController3,
_BusinessPartner.DataController4 AS DataController4,
_BusinessPartner.DataController5 AS DataController5,
_BusinessPartner.DataController6 AS DataController6,
_BusinessPartner.DataController7 AS DataController7,
_BusinessPartner.DataController8 AS DataController8,
_BusinessPartner.DataController9 AS DataController9,
_BusinessPartner.DataController10 AS DataController10,
_BusinessPart._BusinessPartnerCategory AS _BusinessPartnerCategory,
BusinessPartnerIdentification._BuPaIdentificationType AS _BuPaIdentificationType
FROM I_BuPaIdentification AS BusinessPartnerIdentification
LEFT OUTER JOIN I_BusinessPartnerTP_2 AS _BusinessPart ON BusinessPartner = _BusinessPart.BusinessPartner -- association [0..1]
LEFT OUTER JOIN I_Country AS _Country ON Country = _Country.Country -- association [0..1]
LEFT OUTER JOIN I_Region AS _Region ON Country = _Region.Country AND Region = _Region.Region -- association [0..1]
LEFT OUTER JOIN I_BusPartIdentificationType AS _BusPartIdType ON BPIdentificationType = _BusPartIdType.BPIdentificationType AND businesspartnercategory = _BusPartIdType.BusinessPartnerCategory -- association [0..1]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- 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