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

RBDAUD01 SAP ABAP Report - ALE Audit: Statistics Report







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

BDM7 - ALE Audit: statistical analyses


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 RBDAUD01. "Basic submit
SUBMIT RBDAUD01 AND RETURN. "Return to original report after report execution complete
SUBMIT RBDAUD01 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: STA_DATE = IDoc Created On
Selection Text: RCV_SYS = Logical Receiver System
Selection Text: QUE_ONLY = Incomplete statistics only
Selection Text: MES_TYPE = Message Type
Selection Text: MES_FUNC = Message Function
Selection Text: MES_CODE = Message Code
Title: ALE Audit: Statistics Report
Text Symbol: O11 = Outbound
Text Symbol: O12 = Inbound
Text Symbol: O13 = ALE Audit: Statistical key figures for IDocs
Text Symbol: Q01 = IDoc
Text Symbol: Q02 = Linked application object
Text Symbol: Q04 = does not exist
Text Symbol: Q05 = Receiving system
Text Symbol: QS2 = of IDocs
Text Symbol: QST = Long text stat.
Text Symbol: S01 = Status
Text Symbol: S02 = Number
Text Symbol: S03 = Status text
Text Symbol: S04 = Number of IDocs in own system
Text Symbol: S05 = Number of IDocs in rec. system
Text Symbol: S06 = IDocs being processed in own system
Text Symbol: S07 = IDocs being processed in the receiving system
Text Symbol: 100 = Inbound Queue
Text Symbol: 120 = Outbound Queue
Text Symbol: H01 = ALE Audit: Status Overview for Statistics
Text Symbol: H02 = ALE Audit: List of IDocs for Status Value
Text Symbol: H03 = Message Type
Text Symbol: H04 = -variant
Text Symbol: H05 = -function
Text Symbol: H06 = IDocs from
Text Symbol: H07 = up to time of creation
Text Symbol: H08 = Last update on
Text Symbol: H09 = at
Text Symbol: H10 = Status
Text Symbol: NOT = No text
Text Symbol: O01 = Receiving
Text Symbol: O02 = Msg. type





Text Symbol: O03 = Created on
Text Symbol: O04 = Last
Text Symbol: O05 = IDocs
Text Symbol: O06 = Queue
Text Symbol: O07 = system
Text Symbol: O08 = (var,fnct)
Text Symbol: O09 = IDoc
Text Symbol: O10 = total


INCLUDES used within this REPORT RBDAUD01

INCLUDE MBDCONST.
INCLUDE MBDCONST_RELS.


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:

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid i_callback_pf_status_set = g_status_set i_callback_user_command = usercommand_err_qu it_fieldcat = gt_fieldcat i_callback_top_of_page = 'TOP_OF_PAGE' is_layout = gs_layout it_excluding = gs_excluding[] IMPORTING e_exit_caused_by_caller = g_exit_caused_by_caller es_exit_caused_by_user = gs_exit_caused_by_user TABLES t_outtab = outtab_idoc_qu EXCEPTIONS OTHERS = 0.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid i_grid_title = header i_callback_pf_status_set = g_status_set i_callback_user_command = g_user_command it_fieldcat = gt_fieldcat is_layout = gs_layout it_sort = gt_sort[] it_excluding = gs_excluding[] IMPORTING e_exit_caused_by_caller = g_exit_caused_by_caller es_exit_caused_by_user = gs_exit_caused_by_user TABLES t_outtab = outtab_ml EXCEPTIONS OTHERS = 0.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid i_callback_pf_status_set = g_status_set i_callback_user_command = g_user_command it_fieldcat = gt_fieldcat i_callback_top_of_page = 'TOP_OF_PAGE' is_layout = gs_layout it_excluding = gs_excluding[] IMPORTING e_exit_caused_by_caller = g_exit_caused_by_caller es_exit_caused_by_user = gs_exit_caused_by_user TABLES t_outtab = outtab EXCEPTIONS OTHERS = 0.

READ_LINKED_OBJECTS_INBOUND CALL FUNCTION 'READ_LINKED_OBJECTS_INBOUND' EXPORTING RELATIONTYPE = OUTIDOC_INBELEG CHANGING T_IDOC_INFO = T_QUEUE.

READ_LINKED_OBJECTS_OUTBOUND CALL FUNCTION 'READ_LINKED_OBJECTS_OUTBOUND' CHANGING T_IDOC_INFO = T_QUEUE.

EDI_DOCUMENT_STATUS_DISPLAY CALL FUNCTION 'EDI_DOCUMENT_STATUS_DISPLAY' EXPORTING DOCNUM = HIDE_DOCNUM EXCEPTIONS NO_STATUS_RECORD_FOUND = 1 OTHERS = 2.

EDI_DOCUMENT_OPEN_FOR_READ CALL FUNCTION 'EDI_DOCUMENT_OPEN_FOR_READ' EXPORTING DOCUMENT_NUMBER = P_WA_QUEUE_DOCNUM EXCEPTIONS OTHERS = 0.

EDI_DOCUMENT_READ_LAST_STATUS CALL FUNCTION 'EDI_DOCUMENT_READ_LAST_STATUS' EXPORTING DOCUMENT_NUMBER = P_WA_QUEUE_DOCNUM IMPORTING STATUS = STATUS EXCEPTIONS OTHERS = 0.

EDI_DOCUMENT_CLOSE_READ CALL FUNCTION 'EDI_DOCUMENT_CLOSE_READ' EXPORTING DOCUMENT_NUMBER = P_WA_QUEUE_DOCNUM EXCEPTIONS OTHERS = 0.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page.

EDI_DOCUMENT_STATUS_DISPLAY CALL FUNCTION 'EDI_DOCUMENT_STATUS_DISPLAY' EXPORTING DOCNUM = wa_outtab_idoc_qu-docnum EXCEPTIONS OTHERS = 0.



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