IBO_S_WF_CFG_ACTION_INFO SAP (holds info about actions in inbox) Structure details

Dictionary Type: Structure
Description: holds info about actions in inbox




ABAP Code to SELECT data from IBO_S_WF_CFG_ACTION_INFO
Related tables to IBO_S_WF_CFG_ACTION_INFO
Access table IBO_S_WF_CFG_ACTION_INFO




Structure field list including key, data, relationships and ABAP select examples

IBO_S_WF_CFG_ACTION_INFO is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "holds info about actions in inbox" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_IBO_S_WF_CFG_ACTION_INFO TYPE IBO_S_WF_CFG_ACTION_INFO.

The IBO_S_WF_CFG_ACTION_INFO table consists of various fields, each holding specific information or linking keys about holds info about actions in inbox data available in SAP. These include ORDER_PRIORITY (Order Priority), ACTION_TYPE (Action Possible for a Task Type in Inbox), ACTION_PARAM_MAP (), ACTION_TEXT (Internationalized Text for an Action).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP IBO_S_WF_CFG_ACTION_INFO structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
ACTION_NAMEAction Name IBO_WF_CFG_INBOX_ACT_NAMECHAR200
ORDER_PRIORITY Order Priority0
ACTION_TYPEAction Possible for a Task Type in Inbox IBO_WF_CFG_INBOX_ACTIONCHAR40IBO_SHLP_INBOX_ACTION
ACTION_PARAM_MAP 0
ACTION_TEXTInternationalized Text for an Action IBO_WF_CFG_INBOX_ACT_TEXTCHAR50
ACTION_LONGTEXTInternationalized Longtext for an Action IBO_WF_CFG_INBOX_ACT_LTEXTCHAR200
BUTTON_IDID of the Button for Action Mapping IBO_WF_CFG_INBOX_BUTTONIDCHAR30
REFRESH_TYPEType of Refresh After Action IBO_WF_CFG_INBOX_REFRESH_TYPECHAR10IBO_WF_CFG_INBOX_REFRESH_TYPE
DEST_IDSAPOSCOL destination RFC_DESTCHAR32Assigned to domainRFC_DESTDES
EXCLUDEExclude IBO_WF_CFG_EXCLUDECHAR1CHAR1

Key field Non-key field



How do I retrieve data from SAP structure IBO_S_WF_CFG_ACTION_INFO using ABAP code?

As IBO_S_WF_CFG_ACTION_INFO is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on IBO_S_WF_CFG_ACTION_INFO as there is no data to select.

How to access SAP table IBO_S_WF_CFG_ACTION_INFO

Within an ECC or HANA version of SAP you can also view further information about IBO_S_WF_CFG_ACTION_INFO and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!