RMDATING is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program generates coding for the function modules required to transfer data to the material master...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RMDATING 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: DO_MGAD = Generate code for FGroup MGAD
Title: Generator for RMDATIND/RMDATINZ
Text Symbol: 001 = Coding for function group MGAD generated successfully
Text Symbol: 002 = Coding for function group MGAD not generated
Text Symbol: 003 = Coding for function group MGAD now has syntax error(s):
Text Symbol: 004 = Line
Text Symbol: 005 = Error
Text Symbol: 006 = You MUST correct this error
Text Symbol: 100 = Coding for
Text Symbol: 101 = regenerated
Text Symbol: 102 = for different main data structure
Text Symbol: 103 = for main data structure BMMH1
Text Symbol: 104 = No Regeneration Required
Text Symbol: 105 = Messages
INCLUDE RMDATIN5.
No SAP DATABASE tables are accessed within this REPORT code!
MATERIAL_CODING_ZMMH1 CALL FUNCTION 'MATERIAL_CODING_ZMMH1' EXPORTING repname = incname do_check = no_write IMPORTING zmmh1_active = zmm gen_done = gen_done EXCEPTIONS unknown_report_name = 2 OTHERS = 3.
MATERIAL_CODING_ZMMH1 CALL FUNCTION 'MATERIAL_CODING_ZMMH1' EXPORTING repname = 'RMDATITZ' do_check = no_write IMPORTING zmmh1_active = zmm gen_done = gen_done EXCEPTIONS unknown_report_name = 2 OTHERS = 3.
MATERIAL_CODING_ZMMH1 CALL FUNCTION 'MATERIAL_CODING_ZMMH1' EXPORTING repname = 'RMDATGEZ' do_check = no_write IMPORTING zmmh1_active = zmm gen_done = gen_done EXCEPTIONS unknown_report_name = 2 OTHERS = 3.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = gv_repid is_layout = ls_layout it_fieldcat = lt_fieldcat it_events = lt_events TABLES t_outtab = gt_output_mess EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_events.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gv_repid i_structure_name = gc_struct CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_top_of_page.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RMDATING - Generator for RMDATIND/RMDATINZ RMDATING - Generator for RMDATIND/RMDATINZ RMDATINF_3X - Material Master Direct input: Display Messages in 3.x Format RMDATINF_3X - Material Master Direct input: Display Messages in 3.x Format RMDATINF - Transfer Material Master Data by Direct Input: Display Logical Errors RMDATINF - Transfer Material Master Data by Direct Input: Display Logical Errors