C_BusinessPartnerAddressGovTP
BP Address Governance
C_BusinessPartnerAddressGovTP is a Consumption CDS View that provides data about "BP Address Governance" in SAP S/4HANA. It reads from 1 data source (I_BusinessPartnerAddressGovTP) and exposes 60 fields with key fields BusinessPartnerUUID, BusinessPartnerAddressUUID, MasterDataChangeProcess, MDChgProcessSrceSystem, MDChgProcessSrceObject.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_BusinessPartnerAddressGovTP | I_BusinessPartnerAddressGovTP | projection |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| Metadata.allowExtensions | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| Search.searchable | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| EndUserText.label | BP Address Governance | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view |
Fields (60)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BusinessPartnerUUID | BusinessPartnerUUID | UUID | |
| KEY | BusinessPartnerAddressUUID | BusinessPartnerAddressUUID | UUID | |
| KEY | MasterDataChangeProcess | MasterDataChangeProcess | Process ID | |
| KEY | MDChgProcessSrceSystem | MDChgProcessSrceSystem | Source System | |
| KEY | MDChgProcessSrceObject | MDChgProcessSrceObject | Source ID | |
| KEY | AddressNumber | AddressNumber | Src Address No | |
| MDChgProcessStep | MDChgProcessStep | Step Number | ||
| BusinessPartner | BusinessPartner | Issuing Authority | ||
| ValidityStartDate | ValidityStartDate | Validity Start Date | ||
| ValidityEndDate | ValidityEndDate | ValidTo | ||
| AddressValidityStartDate | AddressValidityStartDate | |||
| AddressValidityEndDate | AddressValidityEndDate | |||
| CareOfName | CareOfName | c/o | ||
| StreetPrefixName | StreetPrefixName | Street 2 | ||
| AdditionalStreetPrefixName | AdditionalStreetPrefixName | Street 3 | ||
| HouseNumber | HouseNumber | House Number | ||
| StreetName | StreetName | Text | ||
| HouseNumberSupplementText | HouseNumberSupplementText | Supplement | ||
| StreetSuffixName | StreetSuffixName | Street 4 | ||
| AdditionalStreetSuffixName | AdditionalStreetSuffixName | Street 5 | ||
| HomeCityName | HomeCityName | Different City | ||
| DistrictName | DistrictName | District | ||
| PostalCode | PostalCode | Postal Code | ||
| CityName | CityName | Name | ||
| Country | Country | Venue: Ctry/Reg | ||
| CountryNamelocalized | ||||
| Region | Region | Venue Region | ||
| RegionNamelocalized | ||||
| AddressTimeZone | AddressTimeZone | Time Zone | ||
| TimeZoneTextlocalized | ||||
| TransportZone | TransportZone | Transport Zone | ||
| TransportZoneDescription | _TransportZone | TransportZoneDescription | ||
| TaxJurisdiction | TaxJurisdiction | Tax Jurisdiction | ||
| CompanyPostalCode | CompanyPostalCode | Company Post Cd | ||
| DeliveryServiceTypeCode | DeliveryServiceTypeCode | Delvry Serv Type | ||
| DeliveryServiceText | _DeliveryService | DeliveryServiceText | ||
| DeliveryServiceNumber | DeliveryServiceNumber | Delivery Service No. | ||
| POBox | POBox | PO Box | ||
| POBoxIsWithoutNumber | POBoxIsWithoutNumber | PO Box w/o No. | ||
| POBoxPostalCode | POBoxPostalCode | PO Box Postal Code | ||
| POBoxLobbyName | POBoxLobbyName | PO Box Lobby | ||
| POBoxDeviatingCityName | POBoxDeviatingCityName | PO Box City | ||
| POBoxDeviatingRegion | POBoxDeviatingRegion | PO Region | ||
| POBoxDeviatingCountry | POBoxDeviatingCountry | PO Box C/R | ||
| CorrespondenceLanguage | CorrespondenceLanguage | Language | ||
| LanguageName | _Language | LanguageName | Name | |
| PrfrdCommMediumType | PrfrdCommMediumType | Comm. Method | ||
| CommunicationMediumTypeNamelocalized | ||||
| CityFileTestStatus | CityFileTestStatus | Check Status | ||
| CityFileTestStatusNamelocalized | ||||
| sstring260 | ||||
| sstring260 | ||||
| CompleteAddress | CompleteAddress | |||
| StandardUsage | StandardUsage | TRUE | ||
| BusPartAddrLanguageIsHidden | _BusinessPartnerGov | BusPartAddrLanguageIsHidden | TRUE | |
| BusPartGroupDataIsHidden | _BusinessPartnerGov | BusPartGroupDataIsHidden | TRUE | |
| BusPartOrgDataIsHidden | _BusinessPartnerGov | BusPartOrgDataIsHidden | TRUE | |
| BusPartPersonDataIsHidden | _BusinessPartnerGov | BusPartPersonDataIsHidden | TRUE | |
| _BPProtectedAddress | _BPProtectedAddress | |||
| _StandardAddrUsage | _StandardAddrUsage |
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_BusinessPartnerAddressGovTP.
-- 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.
CREATE VIEW C_BusinessPartnerAddressGovTP AS
SELECT
BusinessPartnerUUID,
BusinessPartnerAddressUUID,
MasterDataChangeProcess,
MDChgProcessSrceSystem,
MDChgProcessSrceObject,
AddressNumber,
MDChgProcessStep,
BusinessPartner,
ValidityStartDate,
ValidityEndDate,
AddressValidityStartDate,
AddressValidityEndDate,
CareOfName,
StreetPrefixName,
AdditionalStreetPrefixName,
HouseNumber,
StreetName,
HouseNumberSupplementText,
StreetSuffixName,
AdditionalStreetSuffixName,
HomeCityName,
DistrictName,
PostalCode,
CityName,
Country,
_Country._Text.CountryName : localized AS CountryNamelocalized,
Region,
_Region._RegionText.RegionName : localized AS RegionNamelocalized,
AddressTimeZone,
_TimeZone._TimeZoneText.TimeZoneText : localized AS TimeZoneTextlocalized,
TransportZone,
_TransportZone.TransportZoneDescription AS TransportZoneDescription,
TaxJurisdiction,
CompanyPostalCode,
DeliveryServiceTypeCode,
_DeliveryService.DeliveryServiceText AS DeliveryServiceText,
DeliveryServiceNumber,
POBox,
POBoxIsWithoutNumber,
POBoxPostalCode,
POBoxLobbyName,
POBoxDeviatingCityName,
POBoxDeviatingRegion,
POBoxDeviatingCountry,
CorrespondenceLanguage,
_Language.LanguageName AS LanguageName,
PrfrdCommMediumType,
_CommType._Text.CommunicationMediumTypeName : localized AS CommunicationMediumTypeNamelocalized,
CityFileTestStatus,
_CheckStatusText.CityFileTestStatusName : localized AS CityFileTestStatusNamelocalized,
virtual AddressLine1Text : abap.sstring( 260 ) AS sstring260,
CompleteAddress,
StandardUsage,
_BusinessPartnerGov.BusPartAddrLanguageIsHidden AS BusPartAddrLanguageIsHidden,
_BusinessPartnerGov.BusPartGroupDataIsHidden AS BusPartGroupDataIsHidden,
_BusinessPartnerGov.BusPartOrgDataIsHidden AS BusPartOrgDataIsHidden,
_BusinessPartnerGov.BusPartPersonDataIsHidden AS BusPartPersonDataIsHidden
FROM I_BusinessPartnerAddressGovTP
;
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