/APE/I_RemoteArchConfigure

DDL: /APE/I_REMOTEARCHCONFIGURE Type: view BASIC

Configure Text of Remote Arch Document

/APE/I_RemoteArchConfigure is a Basic CDS View that provides data about "Configure Text of Remote Arch Document" in SAP S/4HANA. It reads from 1 data source (/ape/archconf) and exposes 4 fields.

Data Sources (1)

SourceAliasJoin Type
/ape/archconf /ape/archconf from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName /APE/B_ARCHCONF view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Configure Text of Remote Arch Document view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #BASIC view

Fields (4)

KeyFieldSource TableSource FieldDescription
config_type config_type Configuration Type
config_key config_key Char
proc_id_uuid proc_id_uuid
version_uuid version_uuid

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 /APE/I_RemoteArchConfigure.
-- 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 /APE/I_RemoteArchConfigure AS
SELECT
  config_type,
  config_key,
  proc_id_uuid,
  version_uuid
FROM /ape/archconf
;