P_FrcElmntOrgBusinessAddress

DDL: P_FRCELMNTORGBUSINESSADDRESS SQL: PFEORGBUSADDR Type: view BASIC

P_FrcElmntOrgBusinessAddress is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (adrc) and exposes 50 fields with key fields AddressNumber, FrcElmntOrgAddrFromDate, Nation.

Data Sources (1)

SourceAliasJoin Type
adrc FrcElmntOrgBusinessAddress from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName PFEORGBUSADDR view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
VDM.private true view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view

Fields (50)

KeyFieldSource TableSource FieldDescription
KEY AddressNumber adrc addrnumber
KEY FrcElmntOrgAddrFromDate adrc date_from
KEY Nation adrc nation
FrcElmntOrgAddrToDate adrc date_to
FrcElmntOrgAddrTitle adrc title
FrcElmntOrgAddrName1 adrc name1
FrcElmntOrgAddrName2 adrc name2
FrcElmntOrgAddrName3 adrc name3
FrcElmntOrgAddrName4 adrc name4
FrcElmntOrgAddrCareOfName adrc name_co
CityName adrc city1
FrcElmntOrgAddrDistrict adrc city2
HomeCityName adrc home_city
RegionalStructureGrouping adrc regiogroup
PostalCode adrc post_code1
FrcElmntOrgAddrPOBoxPostalCode adrc post_code2
CompanyPostalCode adrc post_code3
POBox adrc po_box
FrcElmntOrgPOBoxNonDelivRsn adrc dont_use_p
FrcElmntOrgIsPOBoxWthoutNmbr adrc po_box_num
FrcElmntOrgAddrPOBoxCityName adrc po_box_loc
FrcElmntOrgAddrPOBoxRegion adrc po_box_reg
FrcElmntOrgAddrPOBoxCountry adrc po_box_cty
TransportZone adrc transpzone
StreetName adrc street
FrcElmntOrgAddrNonDelivReason adrc dont_use_s
HouseNumber adrc house_num1
FrcElmntOrgHsNmbrSuplmntText adrc house_num2
FrcElmntOrgAddrStreetName2 adrc str_suppl1
FrcElmntOrgAddrStreetName3 adrc str_suppl2
FrcElmntOrgAddrStreetName4 adrc str_suppl3
FrcElmntOrgAddrLocationName adrc location
Building adrc building
Floor adrc floor
RoomNumber adrc roomnumber
CountryCode adrc country
LanguageCode adrc langu
Region adrc region
AddressSearchText1 adrc sort1
AddressSearchText2 adrc sort2
CommunicationMediumType adrc deflt_comm
FrcElmntOrgAddrTelephoneNumber adrc tel_number
FrcElmntOrgAddrTelExtension adrc tel_extens
AddressFaxNumber adrc fax_number
FrcElmntOrgAddrFaxNumberExtn adrc fax_extens
AddressTimeZone adrc time_zone
FrcElmntOrgAddrTaxJurisdiction adrc taxjurcode
FrcElmntOrgAddrPOBoxLobbyName adrc po_box_lobby
DeliveryServiceTypeCode adrc deli_serv_type
FrcElmntOrgAddrDelivSrvcNumber adrc deli_serv_number
@AbapCatalog.sqlViewName: 'PFEORGBUSADDR'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM: {
    viewType : #BASIC,
    private  : true
}
@ObjectModel : {
    usageType : {
        dataClass       : #MASTER,
        serviceQuality  : #A,
        sizeCategory    : #L
    }
}
define view P_FrcElmntOrgBusinessAddress
  as select from adrc as FrcElmntOrgBusinessAddress
{
  key FrcElmntOrgBusinessAddress.addrnumber       as AddressNumber,
  key FrcElmntOrgBusinessAddress.date_from        as FrcElmntOrgAddrFromDate,
  key FrcElmntOrgBusinessAddress.nation           as Nation,
      FrcElmntOrgBusinessAddress.date_to          as FrcElmntOrgAddrToDate,
      FrcElmntOrgBusinessAddress.title            as FrcElmntOrgAddrTitle,
      FrcElmntOrgBusinessAddress.name1            as FrcElmntOrgAddrName1,
      FrcElmntOrgBusinessAddress.name2            as FrcElmntOrgAddrName2,
      FrcElmntOrgBusinessAddress.name3            as FrcElmntOrgAddrName3,
      FrcElmntOrgBusinessAddress.name4            as FrcElmntOrgAddrName4,
      FrcElmntOrgBusinessAddress.name_co          as FrcElmntOrgAddrCareOfName,
      FrcElmntOrgBusinessAddress.city1            as CityName,
      FrcElmntOrgBusinessAddress.city2            as FrcElmntOrgAddrDistrict,
      FrcElmntOrgBusinessAddress.home_city        as HomeCityName,
      FrcElmntOrgBusinessAddress.regiogroup       as RegionalStructureGrouping,
      FrcElmntOrgBusinessAddress.post_code1       as PostalCode,
      FrcElmntOrgBusinessAddress.post_code2       as FrcElmntOrgAddrPOBoxPostalCode,
      FrcElmntOrgBusinessAddress.post_code3       as CompanyPostalCode,
      FrcElmntOrgBusinessAddress.po_box           as POBox,
      FrcElmntOrgBusinessAddress.dont_use_p       as FrcElmntOrgPOBoxNonDelivRsn,
      FrcElmntOrgBusinessAddress.po_box_num       as FrcElmntOrgIsPOBoxWthoutNmbr,
      FrcElmntOrgBusinessAddress.po_box_loc       as FrcElmntOrgAddrPOBoxCityName,
      FrcElmntOrgBusinessAddress.po_box_reg       as FrcElmntOrgAddrPOBoxRegion,
      FrcElmntOrgBusinessAddress.po_box_cty       as FrcElmntOrgAddrPOBoxCountry,
      FrcElmntOrgBusinessAddress.transpzone       as TransportZone,
      FrcElmntOrgBusinessAddress.street           as StreetName,
      FrcElmntOrgBusinessAddress.dont_use_s       as FrcElmntOrgAddrNonDelivReason,
      FrcElmntOrgBusinessAddress.house_num1       as HouseNumber,
      FrcElmntOrgBusinessAddress.house_num2       as FrcElmntOrgHsNmbrSuplmntText,
      FrcElmntOrgBusinessAddress.str_suppl1       as FrcElmntOrgAddrStreetName2,
      FrcElmntOrgBusinessAddress.str_suppl2       as FrcElmntOrgAddrStreetName3,
      FrcElmntOrgBusinessAddress.str_suppl3       as FrcElmntOrgAddrStreetName4,
      FrcElmntOrgBusinessAddress.location         as FrcElmntOrgAddrLocationName,
      FrcElmntOrgBusinessAddress.building         as Building,
      FrcElmntOrgBusinessAddress.floor            as Floor,
      FrcElmntOrgBusinessAddress.roomnumber       as RoomNumber,
      FrcElmntOrgBusinessAddress.country          as CountryCode,
      FrcElmntOrgBusinessAddress.langu            as LanguageCode,
      FrcElmntOrgBusinessAddress.region           as Region,
      FrcElmntOrgBusinessAddress.sort1            as AddressSearchText1,
      FrcElmntOrgBusinessAddress.sort2            as AddressSearchText2,
      FrcElmntOrgBusinessAddress.deflt_comm       as CommunicationMediumType,
      FrcElmntOrgBusinessAddress.tel_number       as FrcElmntOrgAddrTelephoneNumber,
      FrcElmntOrgBusinessAddress.tel_extens       as FrcElmntOrgAddrTelExtension,
      FrcElmntOrgBusinessAddress.fax_number       as AddressFaxNumber,
      FrcElmntOrgBusinessAddress.fax_extens       as FrcElmntOrgAddrFaxNumberExtn,
      FrcElmntOrgBusinessAddress.time_zone        as AddressTimeZone,
      FrcElmntOrgBusinessAddress.taxjurcode       as FrcElmntOrgAddrTaxJurisdiction,
      FrcElmntOrgBusinessAddress.po_box_lobby     as FrcElmntOrgAddrPOBoxLobbyName,
      FrcElmntOrgBusinessAddress.deli_serv_type   as DeliveryServiceTypeCode,
      FrcElmntOrgBusinessAddress.deli_serv_number as FrcElmntOrgAddrDelivSrvcNumber

}
where
  FrcElmntOrgBusinessAddress.addr_group = 'DFP1'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"ADRC"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/