I_MAIFDYNAMICFORMAGENTSHADOW
MAIF Dynamic Form Agent
I_MAIFDYNAMICFORMAGENTSHADOW is a CDS View in S/4HANA. MAIF Dynamic Form Agent. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_MAIFDynamicFormAgent | view_entity | union_all | COMPOSITE | MAIF Dynamic Form Agent |
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@EndUserText.label: 'MAIF Dynamic Form Agent'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #A,
sizeCategory: #M
}
@VDM.viewType: #BASIC
define view entity I_MAIFDynamicFormAgentShadow
as select from /smfnd/yc_dfa01
{
key df_agent_id as MAIFDynamicFormAgent,
mobile_app as MobileUserApplication,
dfagent_handler as MAIFDynamicFormAgentHandler,
active as MAIFDynamicFormAgentIsActive,
sys_comp as MaintMblApplSystemComponent,
object_type as MAIFDynamicFormObjectType,
obj_grp_tech_etyp as MAIFDynFmObjGrpTechEntityType,
obj_grp_fieldname as MAIFDynFmObjectGroupFieldName,
obj_grp_1_tech_etyp as MAIFDynFmObjGrp1TechEntityType,
obj_grp_1_fieldname as MAIFDynFmObjectGroup1FieldName,
obj_group_optional as MAIFDynFmObjectGroupIsOptional,
no_merge_proc as MAIFDynFmMergingInProcgIsDsbld,
use_template_cache as MAIFDynFormTemplateCacheIsUsed,
update_exch_tab as MAIFDynFmExchTableIsTriggered,
deleted as MAIFCustomizingDataIsDeleted,
changed_by as LastChangedByUser,
changed_ts as LastChangeDateTime,
created_by as CreatedByUser,
created_ts as CreationDateTime,
cast( concat( $session.client, df_agent_id ) as logkey ) as TableChangeLogKey
}