P_TRDGCONTROPTIONALITYCATEGORY

CDS View

P_TRDGCONTROPTIONALITYCATEGORY is a CDS View in S/4HANA. It contains 1 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_TrdgContractOptionItemDet view inner BASIC Interface Layer for Trading Contract Optionality Item Detail

Fields (1)

KeyField CDS FieldsUsed in Views
text ACMContractOptionsCategoryName 1
@AbapCatalog.sqlViewName: 'PTRDGCTROPCAT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.type: #INHERITED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@VDM.private: true
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
define view P_TrdgContrOptionalityCategory as select  from /accgo/t_opcatgt
    {
        ///ACCGO/T_OPCATGT

        key opnlty_id,
        key spras,
        text
    } where spras = $session.system_language
                                                     
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"/ACCGO/T_OPCATGT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/