CON_FIN_WQ_DISPLAY_DATA 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 CON_FIN_WQ_DISPLAY_DATA 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_AMOUNT = Number of Records
Selection Text: P_RBAL = Display All Records
Selection Text: P_RBDO = Display for Document Number
Selection Text: P_RBER = Display Faulty Records
Selection Text: S_BELNR = Document Number
Title: Display Work Queues
Text Symbol: 001 = Display Selection
Text Symbol: 002 = No. Records
Text Symbol: 003 = - maximum hits:
Text Symbol: 004 = To
Text Symbol: S10 = Faulty Records Only
Text Symbol: S11 = For Document Number
Text Symbol: S12 = Document Number
Text Symbol: S13 = All Records
Text Symbol: SE1 = Display Interface Records
Text Symbol: T01 = Overview of Interface Records
Text Symbol: T02 = Display Error Log
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = gc_gui_status p_program = gc_report TABLES p_exclude = lt_fcode.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.