Data Element list used by SAP ABAP Function Module EWF_FINDER_TRA_GENERATE (PRIVAT: Generieren der EWFTRA-Einträge gemäß einer Finder-Parameter-Strukt)
SAP ABAP Function Module
EWF_FINDER_TRA_GENERATE (PRIVAT: Generieren der EWFTRA-Einträge gemäß einer Finder-Parameter-Strukt) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | EBA_ACTIVE | Activation status | SOURCE VALUE(X_ACTSTAT) LIKE EWFCON-ACTSTAT DEFAULT 'N' |
|
| 2 | EBA_FLAG | General checkbox: X or SPACE | SOURCE VALUE(X_SELECTION_TRA) LIKE EBAGEN-KENNZX DEFAULT SPACE |
|
| 3 | EBA_FLAG | General checkbox: X or SPACE | SOURCE VALUE(X_FINDER_TRA) LIKE EBAGEN-KENNZX DEFAULT 'X' |
|
| 4 | EWC_PRIO | Priority for a data flow definition | SOURCE VALUE(X_SELECTION_PRIO) LIKE EWFTRA-PRIORITY DEFAULT '09' |
|
| 5 | EWC_PRIO | Priority for a data flow definition | SOURCE VALUE(X_FINDER_PRIO) LIKE EWFTRA-PRIORITY DEFAULT '01' |
|
| 6 | EWF_CONFIG | Action Box Configuration | SOURCE VALUE(X_CONFIG) LIKE EWFCON-CONFIG |
|
| 7 | EWF_FINDER | Finder object type used in the front office | SOURCE VALUE(X_FINDEROBJ) LIKE EWFCON-FINDER |
|
| 8 | SWC_REFSTR | Reference table | SOURCE VALUE(X_SELSTRUCT) LIKE EWCTYPE-REFSTRUCT |
|