RDDIT076 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 RDDIT076 into the relevant SAP transactions such as SE38 or SE80
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: PG_ORDER = D Request/Task
Title: Overview of Requests
Text Symbol: 012 = Target Client
Text Symbol: 011 = Source Client
Text Symbol: 010 = Higher-Level Request
Text Symbol: 009 = Time
Text Symbol: 008 = Date
Text Symbol: 007 = Owner
Text Symbol: 006 = Request Category
Text Symbol: 005 = Target System
Text Symbol: 004 = Status
Text Symbol: 003 = Type
Text Symbol: 002 = Request/Task
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_AUTHORITY_CHECK_ADMIN CALL FUNCTION 'TR_AUTHORITY_CHECK_ADMIN' EXPORTING iv_adminfunction = 'TABL' EXCEPTIONS e_no_authority = 1.
TRINT_DISPLAY_REQUEST_HEADER CALL FUNCTION 'TRINT_DISPLAY_REQUEST_HEADER' EXPORTING iv_read_only = gv_reonflag iv_trkorr = gs_e070-trkorr IMPORTING es_e070 = gs_e070 es_e070c = gs_e070c es_e07t = gs_e07t EXCEPTIONS OTHERS = 1.
TR_READ_COMM CALL FUNCTION 'TR_READ_COMM' EXPORTING wi_dialog = ' ' wi_langu = sy-langu wi_sel_e070 = 'X' wi_sel_e071 = ' ' wi_sel_e071k = ' ' wi_sel_e07t = 'X' wi_trkorr = order wi_sel_e070c = 'X' IMPORTING we_e070 = ps_e070 we_e07t = ps_e07t we_e070c = ps_e070c TABLES wt_e071 = pt_e071 wt_e071k = pt_e071k EXCEPTIONS not_exist_e070 = 01 no_authorization = 02.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.