SAP Reports / Programs

CON_FIN_WQ_CONTROL SAP ABAP Report - Control of Work Queue







CON_FIN_WQ_CONTROL 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_CONTROL into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FAIWQ1 - Worklist


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 CON_FIN_WQ_CONTROL. "Basic submit
SUBMIT CON_FIN_WQ_CONTROL AND RETURN. "Return to original report after report execution complete
SUBMIT CON_FIN_WQ_CONTROL 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_AMOUNT = Number of records
Selection Text: P_CNT = Number of interface records
Selection Text: P_DAT1 = Activation Date
Selection Text: P_DAT2 = Date of Posting from WQ
Selection Text: P_ERR = Number of interface errors
Selection Text: P_FLG1 = Activate Work Queue
Selection Text: P_FLG2 = Activate Posting from WQ
Selection Text: P_FLG3 = Skip Entries with Errors
Selection Text: P_RBAL = Display All Records
Selection Text: P_RBDO = Display for Document Number
Selection Text: P_RBER = Display Faulty Records
Selection Text: P_TIM1 = Activation Time
Selection Text: P_TIM2 = Posting Time
Selection Text: S_BELNR = Document Number
Title: Control of Work Queue
Text Symbol: SE3 = Display Work Queue
Text Symbol: SE2 = Work Queue Control
Text Symbol: SE1 = Work Queue Status
Text Symbol: S47 = Number of Modules Maintained
Text Symbol: S46 = Display
Text Symbol: S45 = Display Work Queue
Text Symbol: S43 = All Records
Text Symbol: S42 = Document Number
Text Symbol: 001 = Activate Posting from Work Queue
Text Symbol: 002 = Start posting from the work queue?
Text Symbol: 003 = Activate Work Queue
Text Symbol: 004 = Do you really want to activate the work queue?
Text Symbol: S11 = Work queue activated
Text Symbol: S12 = Activated since
Text Symbol: S13 = Posting from WQ activated
Text Symbol: S14 = Activated since
Text Symbol: S15 = Number of interface records
Text Symbol: S16 = Number of interface errors
Text Symbol: S17 = Update Status
Text Symbol: S18 = Update Status
Text Symbol: S21 = Activate Work Queue
Text Symbol: S22 = Inactive
Text Symbol: S23 = Active





Text Symbol: S31 = Skip Entries with Errors
Text Symbol: S32 = Maintain Correction Modules
Text Symbol: S33 = Maintain
Text Symbol: S34 = Post Items in WQ to Financials
Text Symbol: S35 = Maintained:
Text Symbol: S40 = Faulty Records Only
Text Symbol: S41 = For Document Number


INCLUDES used within this REPORT CON_FIN_WQ_CONTROL

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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-001 text_question = text-002 display_cancel_button = ' ' IMPORTING answer = ld_answer * TABLES * parameter = lt_parm EXCEPTIONS text_not_found = 1 OTHERS = 2.

CON_FIN_WQ_SET_SETTLEMENT CALL FUNCTION 'CON_FIN_WQ_SET_SETTLEMENT' IMPORTING ed_activated = ld_result EXCEPTIONS work_queue_not_activated = 1 already_activated = 2 fatal_error = 3 OTHERS = 4.

CON_FIN_WQ_SETTLE_SET_COND CALL FUNCTION 'CON_FIN_WQ_SETTLE_SET_COND' EXPORTING it_wq_if_fb = gt_wq_if[] id_flag_error = p_flg3.

CON_FIN_WQ_START_SETTLEMENT CALL FUNCTION 'CON_FIN_WQ_START_SETTLEMENT' EXPORTING id_stop_with_error = p_flg3.

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = gs_wq_if-fb EXCEPTIONS function_not_exist = 1 OTHERS = 2.

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.

CON_FIN_WQ_GET_STATUS CALL FUNCTION 'CON_FIN_WQ_GET_STATUS' IMPORTING ed_wq_activated = ld_wq_activated ed_wq_date = ld_wq_date ed_wq_time = ld_wq_time ed_settle_activated = ld_settle_activated ed_settle_date = ld_settle_date ed_settle_time = ld_settle_time ed_number_records = ld_number_records ed_number_errors = ld_number_errors ed_number_activations = ld_number_activations.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-003 text_question = text-004 display_cancel_button = ' ' IMPORTING answer = ld_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

CON_FIN_WQ_SET_ACTIVE CALL FUNCTION 'CON_FIN_WQ_SET_ACTIVE' IMPORTING ed_activated = lv_status EXCEPTIONS already_activated = 1 fatal_error = 2 OTHERS = 3.

CON_FIN_WQ_AUTHORITY CALL FUNCTION 'CON_FIN_WQ_AUTHORITY' EXPORTING id_actvt = p_ld_activity EXCEPTIONS no_authority = 1 OTHERS = 2.



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