I_BusPartScriptedOrgAddrGovTP

DDL: I_BUSPARTSCRIPTEDORGADDRGOVTP Type: view_entity TRANSACTIONAL

Bus Part Org Addr Version Gov - TP

I_BusPartScriptedOrgAddrGovTP is a Transactional CDS View that provides data about "Bus Part Org Addr Version Gov - TP" in SAP S/4HANA. It reads from 1 data source (I_BusPartScriptedOrgAddrGov) and exposes 62 fields with key fields BusinessPartnerUUID, BusinessPartnerAddressUUID, BPScriptedOrgAddrDrftUUID, MasterDataChangeProcess, MDChgProcessSrceSystem. It has 4 associations to related views.

Data Sources (1)

SourceAliasJoin Type
I_BusPartScriptedOrgAddrGov I_BusPartScriptedOrgAddrGov from

Associations (4)

CardinalityTargetAliasCondition
[1..1] I_BusinessPartnerGovTP _BusinessPartnerGov $projection.BusinessPartnerUUID = _BusinessPartnerGov.BusinessPartnerUUID and $projection.MasterDataChangeProcess = _BusinessPartnerGov.MasterDataChangeProcess and $projection.MDChgProcessSrceSystem = _BusinessPartnerGov.MDChgProcessSrceSystem and $projection.MDChgProcessSrceObject = _BusinessPartnerGov.MDChgProcessSrceObject
[0..1] I_AddressRepresentation _AddressRepresentation $projection.AddressRepresentationCode = _AddressRepresentation.AddressRepresentationCode
[0..1] I_BusinessPartnerFormOfAddress _FormOfAddress $projection.FormOfAddress = _FormOfAddress.FormOfAddress
[0..*] I_BPAddressCheckStatusText _CheckStatusText $projection.CityFileTestStatus = _CheckStatusText.CityFileTestStatus

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Bus Part Org Addr Version Gov - TP view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view

Fields (62)

KeyFieldSource TableSource FieldDescription
KEY BusinessPartnerUUID
KEY BusinessPartnerAddressUUID
KEY BPScriptedOrgAddrDrftUUID
KEY MasterDataChangeProcess MasterDataChangeProcess Process ID
KEY MDChgProcessSrceSystem MDChgProcessSrceSystem Source System
KEY MDChgProcessSrceObject MDChgProcessSrceObject Source ID
KEY AddressNumber AddressNumber Src Address No
KEY AddressRepresentationCode AddressRepresentationCode Address Version
AddrRepresentationCodeForEdit AddressRepresentationCode Address Version
MDChgProcessStep MDChgProcessStep Step Number
BusinessPartner BusinessPartner Issuing Authority
ValidityStartDate ValidityStartDate Validity Start Date
ValidityEndDate ValidityEndDate ValidTo
CareOfName CareOfName c/o
AdditionalStreetSuffixName AdditionalStreetSuffixName Street 5
CorrespondenceLanguage CorrespondenceLanguage Language
PrfrdCommMediumType PrfrdCommMediumType Comm. Method
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
DeliveryServiceTypeCode DeliveryServiceTypeCode Delvry Serv Type
DeliveryServiceNumber DeliveryServiceNumber Delivery Service No.
AddressTimeZone AddressTimeZone Time Zone
CityFileTestStatus CityFileTestStatus Check Status
FullName FullName Name
CityName CityName Name
DistrictName DistrictName District
HomeCityName HomeCityName Different City
PostalCode PostalCode Postal Code
CompanyPostalCode CompanyPostalCode Company Post Cd
StreetName StreetName Text
StreetPrefixName StreetPrefixName Street 2
AdditionalStreetPrefixName AdditionalStreetPrefixName Street 3
StreetSuffixName StreetSuffixName Street 4
HouseNumber HouseNumber House Number
HouseNumberSupplementText HouseNumberSupplementText Supplement
Building Building Building code
Floor Floor Floor
RoomNumber RoomNumber Room Number
Country Country Venue: Ctry/Reg
Region Region Venue Region
BPCountyText BPCountyText County
BusinessPartnerName1 BusinessPartnerName1 Name
BusinessPartnerName2 BusinessPartnerName2 Name 2
BusinessPartnerName3 BusinessPartnerName3 Name 3
BusinessPartnerName4 BusinessPartnerName4 Name 4
TaxJurisdiction TaxJurisdiction Tax Jurisdiction
TransportZone TransportZone Transport Zone
FormOfAddress FormOfAddress Title Key
SearchTerm1 SearchTerm1 Search Term 1
SearchTerm2 SearchTerm2 Search Term 2
MasterDataIsCurrent MasterDataIsCurrent Truth Value
_BPProtectedAddress _BPProtectedAddress
_BusinessPartnerGov _BusinessPartnerGov
_BusinessPartnerAddressGov _BusinessPartnerAddressGov
_AddressRepresentation _AddressRepresentation
_FormOfAddress _FormOfAddress
_CheckStatusText _CheckStatusText

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_BusPartScriptedOrgAddrGovTP.
-- 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 I_BusPartScriptedOrgAddrGovTP AS
SELECT
  cast ( hextobin('00000000000000000000000000000000') as sysuuid_x ) AS BusinessPartnerUUID,
  cast ( hextobin('00000000000000000000000000000000') as sysuuid_x ) AS BusinessPartnerAddressUUID,
  cast ( hextobin('00000000000000000000000000000000') as sysuuid_x ) AS BPScriptedOrgAddrDrftUUID,
  MasterDataChangeProcess,
  MDChgProcessSrceSystem,
  MDChgProcessSrceObject,
  AddressNumber,
  AddressRepresentationCode,
  AddressRepresentationCode AS AddrRepresentationCodeForEdit,
  MDChgProcessStep,
  BusinessPartner,
  ValidityStartDate,
  ValidityEndDate,
  CareOfName,
  AdditionalStreetSuffixName,
  CorrespondenceLanguage,
  PrfrdCommMediumType,
  POBox,
  POBoxIsWithoutNumber,
  POBoxPostalCode,
  POBoxLobbyName,
  POBoxDeviatingCityName,
  POBoxDeviatingRegion,
  POBoxDeviatingCountry,
  DeliveryServiceTypeCode,
  DeliveryServiceNumber,
  AddressTimeZone,
  CityFileTestStatus,
  FullName,
  CityName,
  DistrictName,
  HomeCityName,
  PostalCode,
  CompanyPostalCode,
  StreetName,
  StreetPrefixName,
  AdditionalStreetPrefixName,
  StreetSuffixName,
  HouseNumber,
  HouseNumberSupplementText,
  Building,
  Floor,
  RoomNumber,
  Country,
  Region,
  BPCountyText,
  BusinessPartnerName1,
  BusinessPartnerName2,
  BusinessPartnerName3,
  BusinessPartnerName4,
  TaxJurisdiction,
  TransportZone,
  FormOfAddress,
  SearchTerm1,
  SearchTerm2,
  MasterDataIsCurrent
FROM I_BusPartScriptedOrgAddrGov
LEFT OUTER JOIN I_BusinessPartnerGovTP AS _BusinessPartnerGov ON BusinessPartnerUUID = _BusinessPartnerGov.BusinessPartnerUUID AND MasterDataChangeProcess = _BusinessPartnerGov.MasterDataChangeProcess AND MDChgProcessSrceSystem = _BusinessPartnerGov.MDChgProcessSrceSystem AND MDChgProcessSrceObject = _BusinessPartnerGov.MDChgProcessSrceObject  -- association [1..1]
LEFT OUTER JOIN I_AddressRepresentation AS _AddressRepresentation ON AddressRepresentationCode = _AddressRepresentation.AddressRepresentationCode  -- association [0..1]
LEFT OUTER JOIN I_BusinessPartnerFormOfAddress AS _FormOfAddress ON FormOfAddress = _FormOfAddress.FormOfAddress  -- association [0..1]
LEFT OUTER JOIN I_BPAddressCheckStatusText AS _CheckStatusText ON CityFileTestStatus = _CheckStatusText.CityFileTestStatus  -- association [0..*]
;