SAP Reports / Programs

RM03TD02 SAP ABAP Report - Material Master Maintenance: Display Administrative Data







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


Text pool values


Title: Material Master Maintenance: Display Administrative Data
Text Symbol: 117 = Configurable material does not exist ;;
Text Symbol: 116 = Revision level does not exist ;;
Text Symbol: 115 = Administrative data
Text Symbol: 042 = Configurable material exists ;;
Text Symbol: 041 = Revision level exists ;;
Text Symbol: 040 = Low-level code
Text Symbol: 031 = Company code level:
Text Symbol: 030 = Deletion flag
Text Symbol: 029 = Valuation type level:
Text Symbol: 028 = Valuation area level:
Text Symbol: 024 = Material master record
Text Symbol: 023 = Storage type level:
Text Symbol: 022 = Warehouse number level:
Text Symbol: 021 = Sales level:
Text Symbol: 019 = * Warning: Table T132T not fully maintained.
Text Symbol: 018 = Table T130S incorrectly maintained
Text Symbol: 017 = Industry sector
Text Symbol: 016 = Material type
Text Symbol: 015 = Material
Text Symbol: 007 = Other material
Text Symbol: 006 = Exit
Text Symbol: 005 = for this material first?
Text Symbol: 004 = Do you want to save the data
Text Symbol: 003 = Storage location level:
Text Symbol: 002 = Plant level:
Text Symbol: 001 = Client level:


INCLUDES used within this REPORT RM03TD02

INCLUDE MM03XVAL.
INCLUDE MM03MG00.


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_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid it_fieldcat = lt_fieldcat_head i_save = gc_save is_layout = ls_layout it_events = lt_events i_tabname_header = gc_tabname_header i_tabname_item = gc_tabname_item is_keyinfo = ls_keyinfo TABLES t_outtab_header = gt_head t_outtab_item = gt_item EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gv_repid i_structure_name = iv_structure CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_events EXCEPTIONS list_type_wrong = 1 OTHERS = 2.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING titel = rm03t-text1 textline1 = text-004 textline2 = text-005 IMPORTING answer = rm03t-santw. "#EC *

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = lv_icon add_stdinf = ' ' IMPORTING RESULT = uv_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.



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