I_MAIFDYNFORMAGENTSHADOWTEXT

CDS View

MAIF Dynamic Form Agent - Text

I_MAIFDYNFORMAGENTSHADOWTEXT is a CDS View in S/4HANA. MAIF Dynamic Form Agent - Text. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_MAIFDynamicFormAgentText view_entity union_all COMPOSITE MAIF Dynamic Form Agent - Text
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY

@EndUserText.label: 'MAIF Dynamic Form Agent - Text'

@Metadata.ignorePropagatedAnnotations: true

@ObjectModel: {
  dataCategory: #TEXT,
  representativeKey: 'MAIFDynamicFormAgent',
  usageType: {
    dataClass: #CUSTOMIZING,
    serviceQuality: #A,
    sizeCategory: #M
  }
}

@VDM.viewType: #BASIC

define view entity I_MAIFDynFormAgentShadowText
  as select from /smfnd/yc_dfa01t
{
  key df_agent_id                                                                                                                          as MAIFDynamicFormAgent,
      @Semantics.language: true
  key spras                                                                                                                                as Language,

      @Semantics.text: true
      df_agent_text                                                                                                                        as MAIFDynamicFormAgentName,
      deleted                                                                                                                              as MAIFCustomizingDataIsDeleted,
      cast( replace( replace( concat( $session.client, concat( rpad( df_agent_id, 40, '#' ), spras ) ), '#', ' #' ), '#', '' ) as logkey ) as TableChangeLogKey
}