SAP Reports / Programs | Materials Management | Inventory Management(MM-IM) SAP MM

RM07IDRU SAP ABAP Report - Print Physical Inventory Document







RM07IDRU is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used to print physical inventory documents...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 RM07IDRU into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

MI21 - Print physical inventory document


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 RM07IDRU. "Basic submit
SUBMIT RM07IDRU AND RETURN. "Return to original report after report execution complete
SUBMIT RM07IDRU 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: MI21_PDF = PDF (Portable Document Format)
Selection Text: MI21_SCR = Script
Selection Text: NEWSP = New Spool Request
Selection Text: R_GIDAT = Planned Count Date
Selection Text: R_GJAHR = Fiscal Year
Selection Text: R_IBLNR = Physical Inventory Document
Selection Text: R_INVNU = Physical Inventory Number
Selection Text: R_LGORT = Storage Location
Selection Text: R_LGPBE = Storage Bin
Selection Text: R_MATKL = Material Group
Selection Text: R_WERKS = Plant
Selection Text: R_XBLNI = Phys. Inventory Ref.
Selection Text: TDDEST = Output Device
Title: Print Physical Inventory Document
Text Symbol: 080 = Database Selection
Text Symbol: 072 = Print Form as PDF (Portable Document Format)
Text Symbol: 071 = Print Form as Script
Text Symbol: 070 = Print Form As
Text Symbol: 064 = Sorted Descending
Text Symbol: 063 = Sorted Ascending
Text Symbol: 061 = Sorting of Serial Numbers
Text Symbol: 060 = Grouping Criterion
Text Symbol: 001 = Company Code:
Text Symbol: 005 = Plant :
Text Symbol: 010 = Phys.Inv.Doc.:
Text Symbol: 015 = Planned Count Date:
Text Symbol: 020 = Itm Stor. bin Material no. Material short text Status of item Batch Stock type Counted qty. Un
Text Symbol: 030 = Status Selection for
Text Symbol: 031 = Phys. Inventory Documents
Text Symbol: 032 = Phys. Inventory Items
Text Symbol: 033 = Status of Phys.Inv.Doc.
Text Symbol: 034 = Status of Phys.Inv.Item
Text Symbol: 040 = Not yet Counted
Text Symbol: 041 = Partially Counted
Text Symbol: 042 = All Counted
Text Symbol: 043 = Not yet Counted
Text Symbol: 044 = Only Cntd
Text Symbol: 045 = Posted





Text Symbol: 046 = Recounted
Text Symbol: 047 = Deleted
Text Symbol: 048 = Only Counted and Deleted
Text Symbol: 050 = Setting
Text Symbol: 051 = Sort By Special Stock
Text Symbol: 052 = Expand Value-Only Matls


INCLUDES used within this REPORT RM07IDRU

INCLUDE RM07IDTA_PDF.
INCLUDE MM07MABC.
INCLUDE RM07MAUT.
INCLUDE RM07MSQL.


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:

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'TEXTLINE' value_org = 'S' dynpprog = 'RM07IDRU' dynpnr = '1000' dynprofield = 'SORT_SER' TABLES value_tab = sort_ser_tab EXCEPTIONS no_values_found = 0.



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