I_LOGACCMOBJECTTYPEACTIVE

CDS View

Check is active for Object Type

I_LOGACCMOBJECTTYPEACTIVE is a CDS View in S/4HANA. Check is active for Object Type. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
A_LogAccMObjectTypeActive view from COMPOSITE API for Object Type Check
I_ChangeMasterLogAccMActive view from BASIC Change Number LogAccM Active
I_DocumentInfoRecordAccMActv view from BASIC Document Info Record LogAccM Active
I_ProdStrucLogAccMActive view from COMPOSITE Logistics Acc Control Management Active
@AbapCatalog.sqlViewName: 'IACMOBJTYPEACT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true

@AccessControl.authorizationCheck: #PRIVILEGED_ONLY

@ClientHandling.algorithm: #SESSION_VARIABLE

@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #CUSTOMIZING

@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC

@EndUserText.label: 'Check is active for Object Type'
define view I_LogAccMObjectTypeActive
  as select from /plmb/auth_ot_ac
{
  key obj_type as LogAccMObjectType,
      active   as LogAccMObjectTypeIsActive
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"/PLMB/AUTH_OT_AC"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/