SAP Reports / Programs | Monitors for Automotive | Industry Solution Automotive | Monitors for Automotive(IS-A-MON) SAP IS

RESDEDIJIT_LISTALV SAP ABAP Report - Report RESDEDIJIT_LISTALV







RESDEDIJIT_LISTALV 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 RESDEDIJIT_LISTALV into the relevant SAP transactions such as SE38 or SE80


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 RESDEDIJIT_LISTALV. "Basic submit
SUBMIT RESDEDIJIT_LISTALV AND RETURN. "Return to original report after report execution complete
SUBMIT RESDEDIJIT_LISTALV VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Report RESDEDIJIT_LISTALV
Text Symbol: T14 = Text 14
Text Symbol: T13 = Text 13
Text Symbol: T12 = Text 12
Text Symbol: T11 = Text 11
Text Symbol: T10 = Text 10
Text Symbol: T09 = Text 09
Text Symbol: T08 = Text 08
Text Symbol: T07 = Text 07
Text Symbol: T06 = Text 06
Text Symbol: T05 = Text 05
Text Symbol: T04 = Text 04
Text Symbol: T03 = Text 03
Text Symbol: T02 = Text 02
Text Symbol: T01 = Text 01
Text Symbol: 999 = ....-....1....-....2....-....3....-....4....-....5....-....6....-....7....-....8....-....9....-....0....-....1....-....2....-....3..
Text Symbol: 031 = Item Text
Text Symbol: 030 = Header Text
Text Symbol: 029 = Page
Text Symbol: 028 = IDoc number
Text Symbol: 016 = Description
Text Symbol: 015 = CG Material
Text Symbol: 014 = Assy Loc.
Text Symbol: 013 = UoM
Text Symbol: 012 = Call Qty
Text Symbol: 011 = Unload.Point
Text Symbol: 010 = Customer Material
Text Symbol: 009 = Add. Info 3
Text Symbol: 008 = Add. Info 2
Text Symbol: 007 = Add. Info 1
Text Symbol: 006 = Unload.Point
Text Symbol: 005 = External Call No.
Text Symbol: 004 = Sequence No.
Text Symbol: 003 = Partner Name
Text Symbol: 002 = Call Type
Text Symbol: 001 = Sold-To Party


INCLUDES used within this REPORT RESDEDIJIT_LISTALV

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_grid_title = gv_title_idoc_number is_layout = gs_layout it_fieldcat = gt_fieldcat it_events = gt_events TABLES t_outtab = int_e1psjcl.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid i_grid_title = gv_title_idoc_number is_layout = gs_layout it_fieldcat = gt_fieldcat TABLES t_outtab = int_e1edk11.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 4 IMPORTING et_events = gt_events.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = p_tabname CHANGING ct_fieldcat = gt_fieldcat.



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