RBDCONCH 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 RBDCONCH into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
BD98 - Consistency Check Workflow Connectn.
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: ACONS = Application consistency check
Selection Text: CRSYS = System-wide
Selection Text: MESTYP = Message type
Selection Text: RCVSYS = Receiving system
Selection Text: TCONS = Technical consistency check
Selection Text: WRNNG = Create work item at warning
Title: Consistency Check with Workflow Link
Text Symbol: 000 = Error in:
Text Symbol: 001 = Techncal consistency check for & &
Text Symbol: 002 = Application consistency check for & &
Text Symbol: 003 = No inconsistencies found
Text Symbol: 004 = 1 work item has been created for an incorrect ALE connection
Text Symbol: 005 = & work items have been created for incorrect ALE connections
Text Symbol: 006 = Sender
Text Symbol: 007 = Message
Text Symbol: 008 = Recipient
Text Symbol: 009 = Work Item
001 Sender Message Receiver
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING own_logical_system = own_system.
MODEL_BMMLINK_VALID_GET CALL FUNCTION 'MODEL_BMMLINK_VALID_GET' EXPORTING valid_date = sy-datum TABLES mlink = t_mlink.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = h_text.
MESSAGE_CHECK_TECHNICAL_DATA CALL FUNCTION 'MESSAGE_CHECK_TECHNICAL_DATA' EXPORTING message_type = t_alelink-mestyp message_code = space message_function = space receiving_system = t_alelink-rcvsystem cross_system_check = crsys TABLES t_check_log = t_check_log t_synch = t_synch EXCEPTIONS check_stop = 1 OTHERS = 2.
SWW_WI_CREATE CALL FUNCTION 'SWW_WI_CREATE' EXPORTING creator = 'RBDCONCH' priority = '5' task = task workitem_type = 'W' do_commit = space IMPORTING wi_id = h_wi_id TABLES agents = agents deadline_agents = deadline_agents excluded_agents = excluded_agents notification_agents = notification_agents secondary_methods = secondary_methods wi_container = wi_container comp_events = comp_events.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_user_command = 'USER_COMMAND' i_grid_title = titeltext is_layout = list_layout it_fieldcat = gt_fieldcat it_excluding = it_excluding is_print = is_print TABLES t_outtab = output_tab EXCEPTIONS program_error = 1 OTHERS = 2.
SAP_WAPI_DISPLAY_WORKITEM CALL FUNCTION 'SAP_WAPI_DISPLAY_WORKITEM' EXPORTING workitem_id = workitem_id.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RBDCONCH - Consistency Check with Workflow Link RBDCONCH - Consistency Check with Workflow Link RBDCNST3 - documentation and ABAP source code RBDCNST2 - Constants for Consistency Check RBDCLWRAP - Class Assignment (Indirect, Not in SAP NetWeaver) RBDCLWRAP - Class Assignment (Indirect, Not in SAP NetWeaver)