SAP Reports / Programs

K_RTOHC_REPOST SAP ABAP Report - Reposting Real-Ttime Overhead







K_RTOHC_REPOST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for For initial activation of real-time Overhead (RTOHC) document processing for a given business transaction, this report is used as an upgrade utility...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 K_RTOHC_REPOST 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

RTOHC_REPOST - Repost Realtime Overhead
RTOHC_UPGRADE - Realtime Overhead Upgrade Postings


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 K_RTOHC_REPOST. "Basic submit
SUBMIT K_RTOHC_REPOST AND RETURN. "Return to original report after report execution complete
SUBMIT K_RTOHC_REPOST 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: P_TEST = Test Run
Selection Text: P_UPGRAD = Realtime Overhead Upgrade
Selection Text: SO_AUFNR = D .
Selection Text: SO_BELNR = D .
Selection Text: SO_BLDAT = D .
Selection Text: SO_BUDAT = D .
Selection Text: SO_CPUDT = D .
Selection Text: SO_FKBER = D .
Selection Text: SO_GEBER = D .
Selection Text: SO_GRANT = D .
Selection Text: SO_KDAUF = D .
Selection Text: SO_KDPOS = D .
Selection Text: SO_KOSTL = D .
Selection Text: SO_KSTAR = D .
Selection Text: SO_KSTRG = D .
Selection Text: SO_LSTAR = D .
Selection Text: SO_NPLNR = D .
Selection Text: SO_PRZNR = D .
Selection Text: SO_PSPNR = D .
Selection Text: SO_VRGNG = D .
Selection Text: SR_AUFNR = D .
Selection Text: SR_BELNR = D .
Selection Text: SR_BLDAT = D .
Selection Text: SR_BUDAT = D .
Selection Text: SR_CPUDT = D .
Selection Text: SR_FKBER = D .
Selection Text: SR_GEBER = D .
Selection Text: SR_GRANT = D .
Selection Text: SR_KDAUF = D .
Selection Text: SR_KDPOS = D .
Selection Text: SR_KOSTL = D .
Selection Text: SR_KSTAR = D .
Selection Text: SR_KSTRG = D .
Selection Text: SR_LSTAR = D .
Selection Text: SR_NPLNR = D .
Selection Text: SR_PRZNR = D .
Selection Text: SR_PSPNR = D .
Selection Text: P_REPOST = Repost to Correct Overhead





Selection Text: P_POST_P = D .
Selection Text: P_POST_G = D .
Selection Text: P_KOKRS = D .
Selection Text: P_DTLRPT = Detailed Display
Selection Text: PR_REOBJ = Assigned to Real Estate Obj.
Selection Text: PR_PAOBJ = Assigned to Prof. Segment
Selection Text: PO_REOBJ = Assigned to Real Estate Obj.
Selection Text: PO_PAOBJ = Assigned to Prof. Segment
Title: Reposting Real-Ttime Overhead
Text Symbol: L11 = Successful reversal simulation
Text Symbol: L10 = Documents selected for overhead reposting
Text Symbol: L09 = Detailed processing log
Text Symbol: L08 = Reversals failed
Text Symbol: L07 = Overhead reversals
Text Symbol: L06 = No overhead charges apply
Text Symbol: L05 = Reposting failed
Text Symbol: L04 = Reposting successful
Text Symbol: L03 = Successful overhead simulation
Text Symbol: L02 = Select documents to process
Text Symbol: L01 = Processing totals
Text Symbol: L00 = Document
Text Symbol: EXC = Exclude
Text Symbol: L12 = Overhead reversed
Text Symbol: L13 = Not reposted - existing overhead is correct
Text Symbol: L14 = Reference
Text Symbol: NOS = No selections entered
Text Symbol: PRC = Checking/reposting selected documents
Text Symbol: S00 = Processing Options
Text Symbol: S01 = Reposting Parameters
Text Symbol: S02 = Selection of Direct Cost Documents
Text Symbol: S03 = Selection of Overhead Documents
Text Symbol: S04 = Document Header Selections
Text Symbol: S05 = Item Selection - Direct Cost Documents
Text Symbol: S06 = Item Selection - Overhead Cost Documents
Text Symbol: SVL = Selection Screen Values:
Text Symbol: T01 = TEST RUN


INCLUDES used within this REPORT K_RTOHC_REPOST

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