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
Below is a list of transaction codes which are relevant to this SAP report
THM58 - Automatic EC Reclassification
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: 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
INCLUDE ITHA_HR_SELECTION.
INCLUDE ITHA_AUTO_EQU_RECLASS_TOP.
INCLUDE ITHA_AUTO_EQU_RECLASS_PROC.
INCLUDE ITHA_AUTO_EQU_RECLASS_OUT.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RTHMHR_AUTO_EQU_RECLASS - Automatic EC Reclassification RTHMHR_AUTO_EQU_RECLASS - Automatic EC Reclassification RTHMHR_ASSESS_RESULT_TOP - Include RTHMHR_ASSESS_RESULT_TOP RTHMHR_ASSESS_RESULT_DEFINEF01 - Include RTHMHR_ASSESS_RESULT_DEFINEF01 RTHMHR_ASSESS_RESULT - Display hedging assessmant data RTHMHR_ASSESS_RESULT - Display hedging assessmant data