I_BusPartScriptPersonAddrTP_2

DDL: I_BUSPARTSCRIPTPERSONADDRTP_2 Type: view_entity TRANSACTIONAL

BP Scripted Person address

I_BusPartScriptPersonAddrTP_2 is a Transactional CDS View that provides data about "BP Scripted Person address" in SAP S/4HANA. It reads from 1 data source (I_BusPartScriptedPersonAddrTP) and exposes 67 fields with key fields BusinessPartner, AddressNumber, AddressRepresentationCode.

Data Sources (1)

SourceAliasJoin Type
I_BusPartScriptedPersonAddrTP I_BusPartScriptedPersonAddrTP projection

Annotations (10)

NameValueLevelField
EndUserText.label BP Scripted Person address view
AccessControl.authorizationCheck #MANDATORY view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.modelingPattern #TRANSACTIONAL_INTERFACE view
Search.searchable true view
Metadata.ignorePropagatedAnnotations true view

Fields (67)

KeyFieldSource TableSource FieldDescription
KEY BusinessPartner BusinessPartner Issuing Authority
KEY AddressNumber AddressNumber Src Address No
KEY AddressRepresentationCode AddressRepresentationCode Address Version
AddrRepCodeForEditValue AddrRepCodeForEditValue Address Version
ValidityStartDate ValidityStartDate Validity Start Date
ValidityEndDate ValidityEndDate Validity End Date
BusinessPartnerAddressUUID BusinessPartnerAddressUUID Business Partner Address
CareOfName CareOfName c/o
AdditionalStreetSuffixName AdditionalStreetSuffixName Street 5
PrfrdCommMediumType PrfrdCommMediumType Comm. Method
POBoxLobbyName POBoxLobbyName PO Box Lobby
AddressTimeZone AddressTimeZone Time Zone
FullName FullName Name
CityName CityName Name
District District District Court
DistrictName DistrictName District
HomeCityName HomeCityName Different City
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
County County Wyoming County
BPCountyText BPCountyText County
FormattedAddress FormattedAddress Address
FormOfAddress FormOfAddress Title Key
Person Person Person/ Farm/ Field
SearchTerm1 SearchTerm1 Search Term 1
SearchTerm2 SearchTerm2 Search Term 2
FirstName FirstName First Name
LastName LastName Last Name
BusinessPartnerBirthName BusinessPartnerBirthName Name at Birth
MiddleName MiddleName Middle Name
AdditionalLastName AdditionalLastName Other Last Name
PersonFullName PersonFullName Full Name
AcademicTitle AcademicTitle Academic Title
AcademicTitle2 AcademicTitle2 2nd Academic
LastNamePrefix LastNamePrefix Prefix Key
LastNameSecondPrefix LastNameSecondPrefix 2nd prefix
BusinessPartnerNicknameLabel BusinessPartnerNicknameLabel Nickname
Initials Initials Initials
NameCountry NameCountry Country/Region
NameFormat NameFormat Name Format
BPFirstNameSearchHelp BPFirstNameSearchHelp Name2/First Nme
BPLastNameSearchHelp BPLastNameSearchHelp Name 1/Last Nme
DataControllerSet DataControllerSet Data Ctrlr. Set
DataController1 DataController1 Data Controller
DataController2 DataController2 Data Controller
DataController3 DataController3 Data Controller
DataController4 DataController4 Data Controller
DataController5 DataController5 Data Controller
DataController6 DataController6 Data Controller
DataController7 DataController7 Data Controller
DataController8 DataController8 Data Controller
DataController9 DataController9 Data Controller
DataController10 DataController10 Data Controller
_BPProtectedAddress _BPProtectedAddress
_AddressRepresentation _AddressRepresentation
AuthorizationGroup AuthorizationGroup AuthorizGroup
IsBusinessPurposeCompleted IsBusinessPurposeCompleted Purpose Completed
BPAddressIsProtected BPAddressIsProtected Sensitivity
_FormOfAddress _FormOfAddress
_AuthorizationGroup _AuthorizationGroup

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_BusPartScriptPersonAddrTP_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.

CREATE VIEW I_BusPartScriptPersonAddrTP_2 AS
SELECT
  BusinessPartner,
  AddressNumber,
  AddressRepresentationCode,
  AddrRepCodeForEditValue,
  ValidityStartDate,
  ValidityEndDate,
  BusinessPartnerAddressUUID,
  CareOfName,
  AdditionalStreetSuffixName,
  PrfrdCommMediumType,
  POBoxLobbyName,
  AddressTimeZone,
  FullName,
  CityName,
  District,
  DistrictName,
  HomeCityName,
  StreetName,
  StreetPrefixName,
  AdditionalStreetPrefixName,
  StreetSuffixName,
  HouseNumber,
  HouseNumberSupplementText,
  Building,
  Floor,
  RoomNumber,
  County,
  BPCountyText,
  FormattedAddress,
  FormOfAddress,
  Person,
  SearchTerm1,
  SearchTerm2,
  FirstName,
  LastName,
  BusinessPartnerBirthName,
  MiddleName,
  AdditionalLastName,
  PersonFullName,
  AcademicTitle,
  AcademicTitle2,
  LastNamePrefix,
  LastNameSecondPrefix,
  BusinessPartnerNicknameLabel,
  Initials,
  NameCountry,
  NameFormat,
  BPFirstNameSearchHelp,
  BPLastNameSearchHelp,
  DataControllerSet,
  DataController1,
  DataController2,
  DataController3,
  DataController4,
  DataController5,
  DataController6,
  DataController7,
  DataController8,
  DataController9,
  DataController10,
  AuthorizationGroup,
  IsBusinessPurposeCompleted,
  BPAddressIsProtected
FROM I_BusPartScriptedPersonAddrTP
;