SAP Reports / Programs

RLLI2100 SAP ABAP Report - Clearing Differences in IM







RLLI2100 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Using this report you can clear the inventory differences from the interim storage area in the WM system and post the differences in the IM system...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 RLLI2100 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 RLLI2100. "Basic submit
SUBMIT RLLI2100 AND RETURN. "Return to original report after report execution complete
SUBMIT RLLI2100 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: APSRM = Display IM Items
Selection Text: BATIN = Batch Input
Selection Text: BUDAT = Posting Date
Selection Text: CALTR = Call Transaction
Selection Text: DUNKL = Fgrnd/Bgrnd
Selection Text: FELHE = Errors Frgrnd
Selection Text: MAPPE = Session
Title: Clearing Differences in IM
Text Symbol: 001 = Whse Number
Text Symbol: 002 = StrgType
Text Symbol: 003 = |S|STy|Stor.Bin |Plnt|SLoc|Material |Batch |C|S| Quantity |UoM|
Text Symbol: 004 = | The following errors occurred during processing |
Text Symbol: 031 = Exit List Processing
Text Symbol: 032 = The list will not be saved
Text Symbol: 033 = Do you want to exit this list?
Text Symbol: 050 = Program Parameters


INCLUDES used within this REPORT RLLI2100

INCLUDE MLLVSKON.


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:

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING TCODE = TCODE_AUSBUCHEN_RM TABLES DYNPROTAB = BDC_DATEN.

L_MESSAGE_AUFBEREITEN CALL FUNCTION 'L_MESSAGE_AUFBEREITEN' EXPORTING I_MESS = LMESS IMPORTING O_TEXT = HLP_TEXT.

BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING CLIENT = SY-MANDT GROUP = MAPPE USER = SY-UNAME.

BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP'.

MATERIAL_PRE_READ_MAKT CALL FUNCTION 'MATERIAL_PRE_READ_MAKT' TABLES IPRE03 = IPRE03.

MATERIAL_PRE_READ_MLVSV CALL FUNCTION 'MATERIAL_PRE_READ_MLVSV' TABLES MLVSV_KEYTAB = IPRE07.

MATERIAL_READ CALL FUNCTION 'MATERIAL_READ' EXPORTING SCHLUESSEL = MTCOM IMPORTING MATDATEN = MLVS RETURN = MTCOR.

MGW0_PACKAGING_COMPONENTS CALL FUNCTION 'MGW0_PACKAGING_COMPONENTS' EXPORTING MGW0_ARTICLE = VG_MATNR MGW0_UNIT = VG_MEINH TABLES MGW0_COMPONENTS = SLCOMP EXCEPTIONS NOT_FOUND = 01.



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