SAPDBRKM is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program SAPDBRKM contains the access routines for reporting...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 SAPDBRKM into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: RK_UMWRK = ?...(RK_UMWRK)
Selection Text: RK_PROJN = ?...(RK_PROJN)
Selection Text: RK_KDPOS = ?...(RK_KDPOS)
Selection Text: RK_KDEIN = ?...(RK_KDEIN)
Selection Text: RK_XKONT = Without Account Assignment
Selection Text: RK_UMLGO = Stock Transfer
Selection Text: RK_KOSTL = Cost Center
Selection Text: RK_KDAUF = Sales Order
Selection Text: RK_IMKEY = Real Estate Account Assignment
Selection Text: RK_DABRZ = Settlement Reference Date
Selection Text: RK_AUFNR = Order
Selection Text: RK_ANLN2 = ?...(RK_ANLN2)
Selection Text: RK_ANLN1 = Asset
Title: Access Program for Database RKM
Text Symbol: 013 = Real Estate
Text Symbol: 012 = WBS Element
Text Symbol: 011 = Order
Text Symbol: 010 = Cost Center
Text Symbol: 004 = Network/Activity
Text Symbol: 003 = Sales Order/Item/SLine
Text Symbol: 002 = Receiving Plnt/SLoc
Text Symbol: 001 = Asset/Subno.
INCLUDE MM07MABC.
INCLUDE RM07MAUT.
No SAP DATABASE tables are accessed within this REPORT code!
READ_NETWORK_AUFPL_APLZL CALL FUNCTION 'READ_NETWORK_AUFPL_APLZL' EXPORTING NPLNR = RK_NPLNR VORNR = RK_VORNR IMPORTING APLZL = RK_APLZL AUFPL = RK_AUFPL EXCEPTIONS NOT_FOUND = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAPDBRKM - Access Program for Database RKM SAPDBRIL - Selection of System Inventory Records for Archiving SAPDBRHL - Selection of Inventory Count Records (History) for Archiving SAPDBRHIQ_STUDENT_LDB - Log. Database RHIQ_STUDENT_LDB : Database Program SAPDBREORRR - Logical Database REORRR: Database Program SAPDBRECONTRACT - documentation and ABAP source code