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

RM07RKON SAP ABAP Report - Reservations for Account Assignment







RM07RKON is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Use this report to obtain a list of the reservations posted for an account assignment or without an account assignment (planned receipts)...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 RM07RKON 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 RM07RKON. "Basic submit
SUBMIT RM07RKON AND RETURN. "Return to original report after report execution complete
SUBMIT RM07RKON 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: ANLN1 = Asset
Selection Text: ANLN2 = Asset Subnumber
Selection Text: AUFNR = Order
Selection Text: BDTER = Requirement Date
Selection Text: KDAUF = Sales Order
Selection Text: KDEIN = Sales Order Del. Sched.
Selection Text: KDPOS = Item of Sales Order
Selection Text: KOSTL = Cost Center
Selection Text: KZEAR = Open Reservations Only
Selection Text: NOSCH = D W/o Bulk Material
Selection Text: NPLNR = Network
Selection Text: PROJN = WBS Element
Selection Text: P_VARI = Layout
Selection Text: UMLGO = Receiving Storage Loc.
Selection Text: UMWRK = Receiving Plant
Selection Text: USNAM = Posted by
Selection Text: VORNR = Activity Network
Selection Text: WERKS = Plant
Selection Text: XKONT = Without Account Assignment
Selection Text: XSELK1 = Phantom Assemblies
Title: Reservations for Account Assignment
Text Symbol: C04 = Do you want to exit selection?
Text Symbol: C03 = not copied.
Text Symbol: C02 = Selected items
Text Symbol: C01 = Exit Selection
Text Symbol: B03 = Do you want to exit selection?
Text Symbol: B02 = You have not selected any items.
Text Symbol: B01 = Exit Selection
Text Symbol: 001 = For Material
Text Symbol: 002 = Cost Center
Text Symbol: 003 = Project
Text Symbol: 004 = Asset
Text Symbol: 005 = Sales Order
Text Symbol: 006 = Stock Transfer
Text Symbol: 007 = Order
Text Symbol: 008 = Scope of List
Text Symbol: 009 = Network
Text Symbol: 010 = Database Selections





Text Symbol: 011 = Cost Center
Text Symbol: 012 = Order
Text Symbol: 013 = WBS Element
Text Symbol: 014 = Network/Activity
Text Symbol: 015 = Asset/Subno.
Text Symbol: 016 = Receiving Plnt/SLoc
Text Symbol: 017 = Sales Order/Item/SLine
Text Symbol: 021 = Open Quantity
Text Symbol: 022 = Open Qty
Text Symbol: 023 = Open Qty
Text Symbol: 030 = Display Options
Text Symbol: 034 = Acct Assgt
Text Symbol: 035 = Acc.Ass.
Text Symbol: 036 = AcAsg
Text Symbol: 100 = Select Just One Line
Text Symbol: 600 = Reservation
Text Symbol: 700 = Reservation Item
Text Symbol: A01 = For Material


INCLUDES used within this REPORT RM07RKON

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