SAP Reports / Programs

RBDCUS58 SAP ABAP Report - Display Outbound ALE Requests







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

BDXM - Analysis of Log Table


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 RBDCUS58. "Basic submit
SUBMIT RBDCUS58 AND RETURN. "Return to original report after report execution complete
SUBMIT RBDCUS58 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_LOG1 = Logical target system
Selection Text: SO_GROUP = Distribution Group
Selection Text: SO_DAT = Date ALE Request Generated
Title: Display Outbound ALE Requests
Text Symbol: TRS = Selected Transports
Text Symbol: OFF = Modifiable
Text Symbol: FRE = Released
Text Symbol: AU1 = Display Outbound ALE Requests
Text Symbol: 015 = Group Description
Text Symbol: 014 = Request Status
Text Symbol: 013 = Date
Text Symbol: 012 = Distribution Group
Text Symbol: 011 = Logical System
Text Symbol: 010 = Request imported
Text Symbol: 009 = Imported from
Text Symbol: 008 = Imported on
Text Symbol: 007 = Generated by:
Text Symbol: 006 = Generated On
Text Symbol: 004 = Distribution Group
Text Symbol: 003 = ALE Request
Text Symbol: 002 = ALE requests for import
Text Symbol: 001 = ALE requests for export
001 |ALE Request Log. System Distribution Group Date Status of Source Requests |


INCLUDES used within this REPORT RBDCUS58

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:

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'USER_COMMAND' i_callback_top_of_page = 'TOP_OF_PAGE' i_grid_title = titeltext is_layout = is_layout it_fieldcat = it_fieldcat it_filter = it_filter i_default = ' ' i_save = space is_print = is_print TABLES t_outtab = h_tbd73 EXCEPTIONS program_error = 1 OTHERS = 2.

TR_DISPLAY_REQUEST CALL FUNCTION 'TR_DISPLAY_REQUEST' EXPORTING i_trkorr = h_tbd73-trkorr i_operation = 'DISPLAY' * I_ACTIVETAB = * IS_REQUEST_WD = .

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = t_header.



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