SAP Reports / Programs | Basis Components | Middleware | ALE Integration Technology(BC-MID-ALE) SAP BC

RBDMOIN8 SAP ABAP Report - IDoc Tracing







RBDMOIN8 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 RBDMOIN8 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

BDM2 - Monitoring: IDocs in Receiving Sys.


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 RBDMOIN8. "Basic submit
SUBMIT RBDMOIN8 AND RETURN. "Return to original report after report execution complete
SUBMIT RBDMOIN8 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: SO_MESTY = Message type
Selection Text: P_RCVPRT = Partner Type of Receiver
Selection Text: P_RCVPRN = Partner Number of Receiver
Selection Text: P_RCVPFC = Partner Function of Receiver
Selection Text: PA_TIMT = Time created - to
Selection Text: PA_TIMF = Time created - from
Selection Text: PA_DATT = Date created - to
Selection Text: PA_DATF = Date created - from
Title: IDoc Tracing
Text Symbol: 110 = Created At
Text Symbol: 109 = Time interval
Text Symbol: 108 = Receiving system
Text Symbol: 107 = Sending system
Text Symbol: 106 = Created On
Text Symbol: 105 = IDoc Number
Text Symbol: 104 = Created On
Text Symbol: 103 = IDoc Number
Text Symbol: 102 = IDocs in sending and receiving systems
Text Symbol: 012 = Total
Text Symbol: 011 = Status Group
Text Symbol: 010 = No data found for the selection.
Text Symbol: 009 = Description
Text Symbol: 008 = Number
Text Symbol: 007 = Status
Text Symbol: 006 = Minimum transfer time
Text Symbol: 005 = Maximum transfer time
Text Symbol: 004 = Average transfer time
Text Symbol: 003 = Evaluations at time of transfer
Text Symbol: 002 = Not transferred yet
Text Symbol: 001 = IDoc status in receiving system


INCLUDES used within this REPORT RBDMOIN8

INCLUDE MBDCONST.


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:

RFC_DATA_DETERMINE_FOR_CHECKS CALL FUNCTION 'RFC_DATA_DETERMINE_FOR_CHECKS' EXPORTING rcvprn = p_rcvprn rcvprt = p_rcvprt rcvpfc = p_rcvpfc return_any_desttype = 'X' IMPORTING destination_synch = rfc_destination rfc_type = rfc_type EXCEPTIONS no_parnter_definition = 1 no_port = 2 no_logdes_in_port = 3 dest_does_not_exist = 4 r2_system = 5 external_system = 6 OTHERS = 7.

OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING own_logical_system = sndprn EXCEPTIONS own_logical_system_not_defined = 1 OTHERS = 2.

IDOC_DATE_TIME_GET CALL FUNCTION 'IDOC_DATE_TIME_GET' DESTINATION rfc_destination EXPORTING selection_date = pa_datf source_system = sndprn TABLES t_idocinfo = t_idocinfo EXCEPTIONS system_failure = 1 MESSAGE e_msg communication_failure = 2 MESSAGE e_msg.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_sum info = summe IMPORTING RESULT = sumicon EXCEPTIONS OTHERS = 0.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid i_callback_pf_status_set = gi_status_set i_callback_user_command = gi_user_command i_grid_title = header is_layout = gsi_layout it_fieldcat = gti_fieldcat[] TABLES t_outtab = status_counter EXCEPTIONS OTHERS = 0.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid i_callback_pf_status_set = s_status_set i_callback_user_command = s_user_command i_grid_title = s_header is_layout = s_layout it_fieldcat = s_fieldcat[] TABLES t_outtab = xt_idocinfo EXCEPTIONS OTHERS = 0.

RSEIDOC2_CALL_VIA_RFC_DOCNUM CALL FUNCTION 'RSEIDOC2_CALL_VIA_RFC_DOCNUM' DESTINATION rfc_destination EXPORTING docnum = wa_xt_idocinfo-docnum_r EXCEPTIONS system_failure = 01 MESSAGE e_msg communication_failure = 02 MESSAGE e_msg OTHERS = 03.



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