SAP Reports / Programs | Basis Components | Business Management | SAP Business Workflow(BC-BMT-WFM) SAP BC

RSWFSWR_TEST_WORKLIST_API SAP ABAP Report - Program RSWFSWR_TEST_WORKLIST_API







RSWFSWR_TEST_WORKLIST_API 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 RSWFSWR_TEST_WORKLIST_API 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 RSWFSWR_TEST_WORKLIST_API. "Basic submit
SUBMIT RSWFSWR_TEST_WORKLIST_API AND RETURN. "Return to original report after report execution complete
SUBMIT RSWFSWR_TEST_WORKLIST_API 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_DEADL = Deadline Messages
Selection Text: P_DETAIL = Detailed Work Item Header
Selection Text: P_EXEC = Executed Work Items
Selection Text: P_FORW = Forwarded Work Items
Selection Text: P_INB = Workflow Entry
Selection Text: P_LANGU = Language
Selection Text: P_LANG_T = Language
Selection Text: P_NAME_R = Name for User
Selection Text: P_NAME_T = User Name
Selection Text: P_RFC = RFC Destination
Selection Text: P_START = Started Workflows
Selection Text: P_STAT_R = Priority, Status, WI Type, etc
Selection Text: P_SUB_AP = Substitute API
Selection Text: P_TASK = Task
Selection Text: P_TASK_R = Text for Task
Selection Text: P_TASK_T = Task
Selection Text: P_TEXT_R = All Texts
Selection Text: P_TIME = Select From
Selection Text: P_TRANSL = Translate Work Item Text
Selection Text: P_TX_AP = Text API
Selection Text: P_TZ = Time Zone
Selection Text: P_USER = User
Selection Text: P_WL = Worklist
Selection Text: P_WL_AP = Worklist API
Title: Program RSWFSWR_TEST_WORKLIST_API
Text Symbol: T74 = Forwarding Not Allowed to Following Excluded Agents:
Text Symbol: T73 = Forwarding Allowed to Following Possible Agents:
Text Symbol: T72 = Forwarding Not Allowed
Text Symbol: T71 = Forwarding to All Allowed
Text Symbol: T70 = User Name
Text Symbol: T50 = Container of Work Item &
Text Symbol: T31 = Decision Alternatives:
Text Symbol: T30 = Title of User Decision
Text Symbol: T25 = Key
Text Symbol: 050 = Select Document
Text Symbol: D01 = Leading Object:
Text Symbol: D02 = Attachments:
Text Symbol: D03 = Ad Hoc Objects:





Text Symbol: D04 = Other Objects:
Text Symbol: D10 = TEXT:
Text Symbol: D11 = HTML:
Text Symbol: D12 = STREAM:
Text Symbol: D20 = Requested Start:
Text Symbol: D21 = Latest Start:
Text Symbol: D22 = Requested End:
Text Symbol: D23 = Duration:
Text Symbol: T01 = Workflow Entry
Text Symbol: T02 = (&1 Entries)
Text Symbol: T03 = (1 Entry)
Text Symbol: T04 = Deadline Messages
Text Symbol: T05 = Resubmit
Text Symbol: T06 = Forwarded Work Items
Text Symbol: T07 = Executed Work Items
Text Symbol: T08 = Output Options
Text Symbol: T09 = User Data
Text Symbol: T10 = Work Item Filter
Text Symbol: T13 = Worklist
Text Symbol: T14 = API Selection
Text Symbol: T15 = 1st Test:
Text Symbol: T16 = 2nd Test:
Text Symbol: T18 = View
Text Symbol: T19 = Started Workflows
Text Symbol: T20 = General Task
Text Symbol: T21 = Actual Substitute
Text Symbol: T22 = Substitute For
Text Symbol: T23 = Text
Text Symbol: T24 = Text API: Test Static Texts


INCLUDES used within this REPORT RSWFSWR_TEST_WORKLIST_API

No INCLUDES are used within this REPORT code!


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:

SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = ls_restriction.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = l_struc CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_background_id = 'ALV_BACKGROUND' i_buffer_active = 'X' i_callback_program = l_report i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'USER_COMMAND' is_layout = ls_layout * i_callback_top_of_page = c_form_top_of_page it_fieldcat = pt_fieldcat TABLES t_outtab = pt_worklist.

REUSE_ALV_GRID_DISPLAY





CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_background_id = 'ALV_BACKGROUND' i_buffer_active = 'X' i_callback_program = l_report i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'USER_COMMAND' is_layout = ls_layout * i_callback_top_of_page = c_form_top_of_page it_fieldcat = pt_fieldcat TABLES t_outtab = pt_worklist_detail.



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 RSWFSWR_TEST_WORKLIST_API or its description.