/AIF/LANG_VRS_OBJ_EDIT_AIFC

DDL: /AIF/LANG_VRS_OBJ_EDIT_AIFC Type: view_entity

AIFC: ABAP Lang. Vers. of Edited Objects

/AIF/LANG_VRS_OBJ_EDIT_AIFC is a CDS View that provides data about "AIFC: ABAP Lang. Vers. of Edited Objects" in SAP S/4HANA. It reads from 1 data source (/aif/icd_data) and exposes 3 fields with key fields object_type, object_name, object_state.

Data Sources (1)

SourceAliasJoin Type
/aif/icd_data /aif/icd_data from

Annotations (6)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label AIFC: ABAP Lang. Vers. of Edited Objects view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #META view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY object_type
KEY object_name
KEY object_state

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 /AIF/LANG_VRS_OBJ_EDIT_AIFC.
-- 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 /AIF/LANG_VRS_OBJ_EDIT_AIFC AS
SELECT
  cast( 'AIFC' as trobjtype preserving type) AS object_type,
  cast( concat(concat(concat( depl_scenario,ns),ifname),ifver2) as sobj_name ) AS object_name,
  cast( 'A' as as4local preserving type ) AS object_state
FROM /aif/icd_data
;