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
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
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
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.
K_RTOHC_REPOST - Reposting Real-Ttime Overhead K_RTOHC_REPOST - Reposting Real-Ttime Overhead K_RTOHC_POST_TOP - Top include K_RTOHC_POST_SELSCREEN - Selection screen definition and events K_RTOHC_POST_F_SEL - Forms for selection screen events K_RTOHC_POST_F_POST - Forms to repost and reverse overheads