SAP Reports / Programs

RSWDVERCNT SAP ABAP Report - WF: Verification of Container Elements







RSWDVERCNT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RSWDVERCNT into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RSWDVERCNT. "Basic submit
SUBMIT RSWDVERCNT AND RETURN. "Return to original report after report execution complete
SUBMIT RSWDVERCNT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_ERR = Display Errors Only
Selection Text: P_WS = Workflow ID
Title: WF: Verification of Container Elements
Text Symbol: H01 = Status
Text Symbol: H02 = Error Message
Text Symbol: T02 = Results of Workflow Container Tests
Text Symbol: T03 = BOR Container (Old Folder until Release 4.6x)
Text Symbol: T05 = Workflow Container (local)
Text Symbol: T06 = Task Container (Interface)
Text Symbol: T07 = You are not Authorized to Run the Program


INCLUDES used within this REPORT RSWDVERCNT

INCLUDE ICONS.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING I_SAVE = G_SAVE CHANGING CS_VARIANT = G_VARIANT EXCEPTIONS OTHERS = 0.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_grid_title = gs_layout-window_titlebar i_buffer_active = 'X' I_CALLBACK_PROGRAM = G_REPID * I_CALLBACK_PF_STATUS_SET = 'SET_PF_STATUS' I_CALLBACK_USER_COMMAND = 'USER_COMMAND' I_STRUCTURE_NAME = 'GT_DATA' IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCATS[] TABLES T_OUTTAB = GT_DATA[] EXCEPTIONS OTHERS = 0.

DISPLAY_XML_STREAM CALL FUNCTION 'DISPLAY_XML_STREAM' EXPORTING t_stream = lt_xml size = l_size title = 'Aufgaben Container (Schnittstelle)'(t06).

DISPLAY_XML_STREAM CALL FUNCTION 'DISPLAY_XML_STREAM' EXPORTING t_stream = lt_xml size = l_size title = 'Workflow Container (lokal)'(t05).

SWD_GET_WF_CONTAINER_TABLE CALL FUNCTION 'SWD_GET_WF_CONTAINER_TABLE' EXPORTING act_task = P_data-task act_wfdkey = P_data-wfdkey * ACT_SOURCE_CLIENT = SY-MANDT * BUFFERED_ACCESS_FORCED = ' ' tables container_data = lt_contdef EXCEPTIONS INTERNAL_NOT_FOUND = 1 INVALID_OBJECT_TYPE = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING NAME = ICON_LED_GREEN IMPORTING RESULT = l_cnt-icon EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING NAME = ICON_LED_RED IMPORTING RESULT = l_cnt-icon EXCEPTIONS OTHERS = 0.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_grid_title = gs_layout-window_titlebar i_buffer_active = 'X' I_CALLBACK_PROGRAM = G_REPID * I_CALLBACK_PF_STATUS_SET = 'SET_PF_STATUS' I_CALLBACK_USER_COMMAND = 'USER_COMMAND' I_STRUCTURE_NAME = 'GT_CNT' IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCATC[] TABLES T_OUTTAB = GT_CNT[] EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING NAME = ICON_LED_GREEN IMPORTING RESULT = -icon EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING NAME = ICON_LED_RED IMPORTING RESULT = -icon EXCEPTIONS OTHERS = 0.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_INTERNAL_TABNAME = 'GT_DATA' I_STRUCTURE_NAME = 'SWD_WFDWIZ' CHANGING CT_FIELDCAT = P_FIELDCAT[].

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_INTERNAL_TABNAME = 'GT_CNT' I_STRUCTURE_NAME = 'SWCONTDEF' CHANGING CT_FIELDCAT = P_FIELDCAT[].



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RSWDVERCNT or its description.