FCC2_S_RWF_SMOUTPUT SAP (Workflow Step Information) Structure details

Dictionary Type: Structure
Description: Workflow Step Information




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




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

FCC2_S_RWF_SMOUTPUT 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 "Workflow Step Information" 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_FCC2_S_RWF_SMOUTPUT TYPE FCC2_S_RWF_SMOUTPUT.

The FCC2_S_RWF_SMOUTPUT table consists of various fields, each holding specific information or linking keys about Workflow Step Information data available in SAP. These include JOBSTAT (State of Background Job), USERSTAT_ICON (Icon for the status that the user has set), USERSTAT_TEXT (Schedule Manager 50 Char), APPLSTAT (Job Status from a Business View).. 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 (character-type or numeric)


SAP FCC2_S_RWF_SMOUTPUT 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
STEP_NUM2 byte integer (signed) INT2INT25INT2
JOBSTATState of Background Job BTCSTATUSCHAR1CHAR1
USERSTAT_ICONIcon for the status that the user has set SCHEDMAN_USERSTAT_ICONCHAR50SCHEDMAN_ICON
USERSTAT_TEXTSchedule Manager 50 Char SM_CHAR50CHAR50SM_CHAR50
APPLSTATJob Status from a Business View SCHEDMAN_JOB_STATICHAR1SCHEDMAN_JOB_STATI
APLSTAT_ICONIcon for Job Status SCHEDMAN_APLSTAT_ICONCHAR50SCHEDMAN_ICON
APLSTAT_TEXTSchedule Manager 50 Char SM_CHAR50CHAR50SM_CHAR50
JOBTEXTError message text - long text of the error TEXT70CHAR70TEXT70
TASK_OWNERSchedule Manager: Task Owner SCMATASK_OWNERCHAR12UNAME

Key field Non-key field



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

As FCC2_S_RWF_SMOUTPUT 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 FCC2_S_RWF_SMOUTPUT as there is no data to select.

How to access SAP table FCC2_S_RWF_SMOUTPUT

Within an ECC or HANA version of SAP you can also view further information about FCC2_S_RWF_SMOUTPUT 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!