SAP Reports / Programs | Logistics - General | Logistics Basic Data | Material Master(LO-MD-MM) SAP LO

RMDATINF SAP ABAP Report - Transfer Material Master Data by Direct Input: Display Logical Errors







RMDATINF is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this program to display incorrect data from data transfers with program 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 RMDATINF 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 RMDATINF. "Basic submit
SUBMIT RMDATINF AND RETURN. "Return to original report after report execution complete
SUBMIT RMDATINF 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: READMIN = Import only msg. level chosen
Selection Text: LEVEL = Message level (2-4)
Selection Text: JOBID = Background job ID
Title: Transfer Material Master Data by Direct Input: Display Logical Errors
Text Symbol: 458 = Content (first 100 bytes)
Text Symbol: 135 = Table
Text Symbol: 132 = Counter
Text Symbol: 131 = Table
Text Symbol: 130 = Transaction
Text Symbol: 103 = Text
Text Symbol: 102 = Message no.
Text Symbol: 101 = Transaction
Text Symbol: 032 = Delete table
Text Symbol: 031 = (Will be saved simultaneously)
Text Symbol: 030 = Are you sure you want to delete the table?
Text Symbol: 022 = Display level:
Text Symbol: 021 = (Entries will be lost)
Text Symbol: 020 = Exit change mode?
Text Symbol: 012 = Exit change mode
Text Symbol: 011 = Save?
Text Symbol: 010 = Data will be lost.
Text Symbol: 004 = Please note!
Text Symbol: 002 = Display long text
Text Symbol: 001 = Number of incorrect transactions:


INCLUDES used within this REPORT RMDATINF

INCLUDE RMDATIT1.
INCLUDE RMDATIT2.
INCLUDE RMDATIT3.
INCLUDE RMDATIT4.
INCLUDE RMDATIT5.
INCLUDE RMDATIN2.
INCLUDE MMMGXV30.
INCLUDE RMMMBIMC.


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:

MATERIAL_PRINT_ENTRY_2 * CALL FUNCTION 'MATERIAL_PRINT_ENTRY_2' .

MATERIAL_PRINT_ENTRY_2 call function 'MATERIAL_PRINT_ENTRY_2' exporting source = i_&1 sourcename = s_&1 sortmode = smode input = aendern reset_index = i_&1-d_ind tables fieldres = h_delfields.

ENQUEUE_E_TBIER CALL FUNCTION 'ENQUEUE_E_TBIER' EXPORTING " MANDT = SY-MANDT jobname = jobid " JOBCOUNT = ' ' " X_JOBNAME = ' ' " X_JOBCOUNT = ' ' " _SCOPE = '2' " _WAIT = ' ' EXCEPTIONS foreign_lock = 01 system_failure = 02.

HELPSCREEN_NA_CREATE CALL FUNCTION 'HELPSCREEN_NA_CREATE' EXPORTING meldung = meldung meld_id = i_errors-msgid meld_nr = i_errors-msgno msgv1 = i_errors-msgv1 msgv2 = i_errors-msgv2 msgv3 = i_errors-msgv3 msgv4 = i_errors-msgv4 titel = 'Langtext anzeigen'(002).

HELPSCREEN_NA_CREATE CALL FUNCTION 'HELPSCREEN_NA_CREATE' EXPORTING meldung = meldung meld_id = 'MG' meld_nr = '434' titel = 'Langtext anzeigen'(002).

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'Y' textline1 = 'Änderungsmodus verlassen ?'(020) textline2 = '(Eingaben gehen verloren)'(021) titel = 'Verlassen Änderungsmodus'(012) start_column = 25 start_row = 6 IMPORTING answer = antwort.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'Y' textline1 = 'Daten werden verloren gehen'(010) textline2 = 'Sichern ?'(011) titel = 'Verlassen Änderungsmodus'(012) start_column = 25 start_row = 6 IMPORTING answer = antwort.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'Y' textline1 = 'Tabelle wirklich löschen ?'(030) textline2 = '(Wird gleichzeitig gesichert)'(031) titel = 'Löschen Tabelle'(032) start_column = 25 start_row = 6 IMPORTING answer = antwort.

MATERIAL_MOVE_FIELD CALL FUNCTION 'MATERIAL_MOVE_FIELD' EXPORTING source = comp_neu nodata_sign = ' ' sourcename = 'SYST' sourcefeld = 'PRTXT' " irgendwas mit longchar targetname = new_tabname targetfeld = new_fieldname IMPORTING target = length = length " Ausgabelänge TABLES errors = h_errors EXCEPTIONS reset_target = 01 OTHERS = 99.

HELP_DOCU_SHOW_FOR_FIELD CALL FUNCTION 'HELP_DOCU_SHOW_FOR_FIELD' EXPORTING display = ' ' fieldname = feld fieldvalue = ' ' keyword = ' ' tabname = tname help_in_popup = ' '.

HELP_VALUES_GET CALL FUNCTION 'HELP_VALUES_GET' EXPORTING " DISPLAY = " ' ' fieldname = feld input_value = value tabname = tname IMPORTING select_value = value.



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