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
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.
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
INCLUDE ICONS.
No SAP DATABASE tables are accessed within this REPORT code!
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[].
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSWDVERCNT - WF: Verification of Container Elements RSWDVERCNT - WF: Verification of Container Elements RSWDVER9 - WF: Verification of Block Structure RSWDVER9 - WF: Verification of Block Structure RSWDVER8 - Check Whether NO Definition Exists for the Workflow Templates RSWDVER8 - Check Whether NO Definition Exists for the Workflow Templates