SAP Reports / Programs

RTHMHR_AUTO_EQU_RECLASS SAP ABAP Report - Automatic EC Reclassification







RTHMHR_AUTO_EQU_RECLASS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RTHMHR_AUTO_EQU_RECLASS 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

THM58 - Automatic EC Reclassification


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 RTHMHR_AUTO_EQU_RECLASS. "Basic submit
SUBMIT RTHMHR_AUTO_EQU_RECLASS AND RETURN. "Return to original report after report execution complete
SUBMIT RTHMHR_AUTO_EQU_RECLASS 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: SO_VAREA = D .
Selection Text: SO_TNCAT = D .
Selection Text: SO_TNACT = D .
Selection Text: SO_STAT = D .
Selection Text: SO_PT = D .
Selection Text: SO_PLAN = D .
Selection Text: SO_OTCNR = D .
Selection Text: SO_HEDGE = D .
Selection Text: SO_CCODE = D .
Selection Text: P_ZERO = Display Pos. with 0 EC Balance
Selection Text: P_VARI = D .
Selection Text: P_TEST = Test Run
Selection Text: P_KD = Key Date
Selection Text: FI_PER = D .
Selection Text: FI_DAT = D .
Title: Automatic EC Reclassification
Text Symbol: S06 = Output Control
Text Symbol: S05 = Posting Control
Text Symbol: S04 = Reclassification Parameters
Text Symbol: S03 = Hedging Instrument
Text Symbol: S02 = Hedge Accounting
Text Symbol: S01 = General Selections
Text Symbol: 011 = Test Run
Text Symbol: 010 = Automatic Equity Capital Reclassification for
Text Symbol: 004 = Processing not executed
Text Symbol: 003 = PSt
Text Symbol: 002 = Error occurred during processing
Text Symbol: 001 = Processed successfully


INCLUDES used within this REPORT RTHMHR_AUTO_EQU_RECLASS

INCLUDE ITHA_HR_SELECTION.
INCLUDE ITHA_AUTO_EQU_RECLASS_TOP.
INCLUDE ITHA_AUTO_EQU_RECLASS_PROC.
INCLUDE ITHA_AUTO_EQU_RECLASS_OUT.


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:

TPM_TLV_VARIANT_VALUES CALL FUNCTION 'TPM_TLV_VARIANT_VALUES' EXPORTING im_alv_variant = g_str_variant im_save = 'A' CHANGING ch_variant_value = p_vari.

TPM_TLV_VARIANT_CHECK CALL FUNCTION 'TPM_TLV_VARIANT_CHECK' EXPORTING im_variant_value = p_vari im_save = 'A' im_alv_repid = 'RTHMHR_AUTO_EQU_RECLASS' CHANGING ch_variant = g_str_variant.



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