I_IN_TRANSACTIONTYPE

CDS View

Basic CDS view for table IDIN_FIAA_TRN_TY

I_IN_TRANSACTIONTYPE is a CDS View in S/4HANA. Basic CDS view for table IDIN_FIAA_TRN_TY. It contains 1 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_IN_FixedAssetTransaction view inner COMPOSITE CDS view for Fixed Asset Transaction (India)

Fields (1)

KeyField CDS FieldsUsed in Views
AssetTransactionTypeGroup AssetTransactionTypeGroup 1
@AbapCatalog.sqlViewName: 'IINTRANSTYPE'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Basic CDS view for table IDIN_FIAA_TRN_TY'
@ObjectModel.usageType: {
        serviceQuality: #C,
        sizeCategory: #M,
        dataClass: #CUSTOMIZING
}

define view I_IN_TransactionType as select from idin_fiaa_trn_ty {
    //idin_fiaa_trn_ty

    key trn_type as AssetTransactionType, 
    trn_grp as AssetTransactionTypeGroup  
}