The EDOACTIONUIMETH table in SAP ERP or S/4HANA stores eDocument: Class and Method for UI Action data. There are total 4 fields in EDOACTIONUIMETH table. The eDocument: Class and Method for UI Action table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of EDOACTIONUIMETH table. It is in eDocument General (GLO-EDO) ABAP package and is part of the Document Compliance Framework (CA-GTF-CSC-EDO) module.
SAP EDOACTIONUIMETH Table Fields
Following is the list of fields that are available in SAP EDOACTIONUIMETH table. The primary key fields of the table are EDOACTION (eDocument Action), ACTION_VARIANT (eDocument: Action Variant).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| EDOACTION | eDocument Action | EDOC_ACTION | CHAR (15) | |
| ACTION_VARIANT | eDocument: Action Variant | EDOC_ACTION_VARIANT | CHAR (10) | |
| UI_CLASS | eDocument Class Name for UI Action | EDOC_ACTION_UI_CLASS | CHAR (30) | |
| UI_METHOD | eDocument Method Name for UI Action | EDOC_ACTION_UI_METHOD | CHAR (30) |


