I_MAIFDYNFORMAGENTBASICTEXT
MAIF Dynamic Form Agent - Text
I_MAIFDYNFORMAGENTBASICTEXT is a CDS View in S/4HANA. MAIF Dynamic Form Agent - Text. It contains 4 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_MAIFDynamicFormAgentText | view_entity | from | COMPOSITE | MAIF Dynamic Form Agent - Text |
Fields (4)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | Language | Language | 1 |
| KEY | MAIFDynamicFormAgent | MAIFDynamicFormAgent | 1 |
| MAIFDynamicFormAgentName | MAIFDynamicFormAgentName | 1 | |
| TableChangeLogKey | TableChangeLogKey | 1 |
@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_MAIFDynFormAgentBasicText
as select from /smfnd/c_dfa01t
{
key df_agent_id as MAIFDynamicFormAgent,
@Semantics.language: true
key spras as Language,
@Semantics.text: true
df_agent_text as MAIFDynamicFormAgentName,
cast( replace( replace( concat( $session.client, concat( rpad( df_agent_id, 40, '#' ), spras ) ), '#', ' #' ), '#', '' ) as logkey ) as TableChangeLogKey
}