FAC_ASTTRANSACTIONTYPEVH

DDL: FAC_ASTTRANSACTIONTYPEVH SQL: FACASTTRANSTPVH Type: view

Value help for fixed asset

FAC_ASTTRANSACTIONTYPEVH is a CDS View that provides data about "Value help for fixed asset" in SAP S/4HANA. It reads from 1 data source (I_AssetTransactionType) and exposes 2 fields with key field AssetTransactionType.

Data Sources (1)

SourceAliasJoin Type
I_AssetTransactionType I_AssetTransactionType from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName FACASTTRANSTPVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Value help for fixed asset view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
Search.searchable true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY AssetTransactionType AssetTransactionType Trans.Type
AdditionalMasterDataText

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 FAC_ASTTRANSACTIONTYPEVH.
-- 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.
-- SQL view name: FACASTTRANSTPVH

CREATE VIEW FAC_ASTTRANSACTIONTYPEVH AS
SELECT
  AssetTransactionType,
  _Text[1: Language = $session.system_language].AssetTransactionTypeName AS AdditionalMasterDataText
FROM I_AssetTransactionType
;