SAP Reports / Programs

SAPDBRKM SAP ABAP Report - Access Program for Database RKM







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


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 SAPDBRKM. "Basic submit
SUBMIT SAPDBRKM AND RETURN. "Return to original report after report execution complete
SUBMIT SAPDBRKM 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: 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.


INCLUDES used within this REPORT SAPDBRKM

INCLUDE MM07MABC.
INCLUDE RM07MAUT.


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:

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.



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