SAP Reports / Programs

RMIDKRTR SAP ABAP Report - Goods Movements Between Business Places







RMIDKRTR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report lists the goods movements between two business places...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 RMIDKRTR 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

RFKRIBG - Goods Mvmt. between Bus. Places


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


Text pool values


Goods Movements Between Business Places
Selection Text: SS_BUSPL = Issuing Business Place
Selection Text: SUM_DISP = Display Totals Only
Selection Text: S_BUDAT = Posting Date
Selection Text: S_BUKRS = Company Code
Selection Text: S_BWART = Movement Type
Selection Text: S_MATNR = Material Number
Selection Text: S_PLT = Issuing Plant
Selection Text: CPUDT = Entry Date of FI Document
Selection Text: ISSUE = Goods Issue Selection
Selection Text: R_PLT = Receiving Plant
Selection Text: SR_BUSPL = Receiving Business Place
Title: Goods Movements Between Business Places
Text Symbol: 110 = Issuing Bus. Place
Text Symbol: 111 = Issuing Plant
Text Symbol: 112 = Receiving Bus. Place
Text Symbol: 113 = Receiving Plant
Text Symbol: 121 = *
Text Symbol: 122 = Total Amount (Receiving Plant)
Text Symbol: 123 = **
Text Symbol: 124 = ***
Text Symbol: 101 = Posting Date
Text Symbol: 102 = Material Number
Text Symbol: 103 = Transfer Quantity
Text Symbol: 104 = Transfer Amount
Text Symbol: 105 = Movement Type
Text Symbol: 106 = Description
Text Symbol: 107 = Company Code
Text Symbol: 108 = Total Amount
Text Symbol: T01 = Additional Selections
Text Symbol: 126 = Total Amount (Receiving Bus. Place)
Text Symbol: 125 = Total Amount (Issuing Plant)


INCLUDES used within this REPORT RMIDKRTR

No INCLUDES are used within this REPORT code!


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:

No SAP FUNCTION MODULES are executed within this report code!



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