I_AddressManagementURITypeVH

DDL: I_ADDRESSMANAGEMENTURITYPEVH Type: view_entity BASIC Package: S_ADDRESS_VDM

Address Management URI Type

I_AddressManagementURITypeVH (Basic)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Public Edition with built-in and side-by-side extension capabilities.

Cross Applications

I_AddressManagementURITypeVH is a Basic CDS View that provides data about "Address Management URI Type" in SAP S/4HANA. It reads from 1 data source (I_AddressManagementURIType) and exposes 3 fields with key field AddressManagementURIType. It is exposed through 1 OData service (ASQL_F7205A). Part of development package S_ADDRESS_VDM.

SAP Help Documentation

CategoryCDS Views for Business Address Services
Data CategoryValue Help
Purpose
This view provides value help for Address Management URI Type . This view should be used for value help purposes only. If you intend to select the entire business data, use the view I_AddressManagementURIType instead.

View on SAP Help Portal →

SAP API Hub

CategoryBasic
StateC1
Line of BusinessCross Applications
Application ComponentBC-SRV-ADR
CapabilitiesAssociation Target for Defining CDS Entities,Data Source in SQL Select,Data Source for Defining CDS Entities,Data Provider for Value Help,Data Source for Search
Extensible (Key User)No
Extensible (Developer)No
Release State (Key User)Released
Release State (Developer)Released
PackageCross Applications for SAP S/4HANA Cloud Public Edition
Description <p>This view provides value help for Address Management URI Type.</p> <p>This view should be used for value help purposes only. If you intend to select the entire business data, use the view I_AddressManagementURIType instead.</p>

Documentation

Data Sources (1)

SourceAliasJoin Type
I_AddressManagementURIType I_AddressManagementURIType from

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Address Management URI Type view
ObjectModel.dataCategory #VALUE_HELP view
Analytics.technicalName IADMNGURITYPEVH view
ObjectModel.representativeKey AddressManagementURIType view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
Search.searchable true view
VDM.viewType #BASIC view

OData Services (1)

ServiceBindingVersionContractRelease
ASQL_F7205A ASQL_F7205A C2 NOT_RELEASED

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY AddressManagementURIType AddressManagementURIType URI type flag
DomainValue DomainValue Values for Domains: Single Value/Lower Limit
_Text _Text

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_AddressManagementURITypeVH.
-- 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_AddressManagementURITypeVH AS
SELECT
  AddressManagementURIType,
  DomainValue
FROM I_AddressManagementURIType
;