SAP Reports / Programs | Financials | Financial Supply Chain Management | Transaction Manager(FIN-FSCM-TRM-TM) SAP FIN

ITHA_AUTO_EQU_RECLASS_PROC SAP ABAP INCLUDE - Include ITHA_AUTO_EQU_RECLASS_PROC







ITHA_AUTO_EQU_RECLASS_PROC is a standard ABAP INCLUDE 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 ITHA_AUTO_EQU_RECLASS_PROC 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 ITHA_AUTO_EQU_RECLASS_PROC. "Basic submit
SUBMIT ITHA_AUTO_EQU_RECLASS_PROC AND RETURN. "Return to original report after report execution complete
SUBMIT ITHA_AUTO_EQU_RECLASS_PROC VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include ITHA_AUTO_EQU_RECLASS_PROC


INCLUDES used within this REPORT ITHA_AUTO_EQU_RECLASS_PROC

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:

THMEX_AUTHORITY_BUK_LIST CALL FUNCTION 'THMEX_AUTHORITY_BUK_LIST' EXPORTING im_activ_auth = thmex_con_activ_chg im_rng_company_code = so_ccode[] IMPORTING ex_rng_company_code = l_rng_company_code EXCEPTIONS no_company_code_found = 1 no_authority = 2 OTHERS = 99.

THMHR_BATCH_GET_HRS_ENH CALL FUNCTION 'THMHR_BATCH_GET_HRS_ENH' EXPORTING im_rng_company_code = l_rng_company_code im_rng_valuation_area = so_varea[] im_rng_plannerid = so_plan[] im_rng_transcat = so_tncat[] im_rng_transact = so_tnact[] im_rng_hedge_id = so_hedge[] im_rng_hr_status = so_stat[] im_rng_product_type = so_pt[] im_rng_deal_number = so_otcnr[] im_latest = tpmco_xtrue im_hr_date = g_key_date IMPORTING ex_tab_hr_enh = g_tab_hr_enh.

TB_DEAL_AUTHORITY_CHECK CALL FUNCTION 'TB_DEAL_AUTHORITY_CHECK' EXPORTING bukrs = l_wrk_hr_process-str_hr-bukrs sgsart = l_wrk_hr_process-str_hr-sgsart sfhaart = l_wrk_hr_process-str_hr-sfhaart trfct = '03' actvt = l_actvt EXCEPTIONS OTHERS = 1.

TPM_DTIL_RECLASSIFICATION CALL FUNCTION 'TPM_DTIL_RECLASSIFICATION' EXPORTING im_tcode = sy-tcode im_reclass_origin = tpmco_tril_recl_auto im_hr = l_str_hr im_key_date = l_wrk_hr_process-key_date im_alpha = l_alpha im_flg_testrun = g_flg_test im_protocol_handler = lp_protocol_handler im_fi_posting_date = fi_dat im_fi_posting_period = fi_per IMPORTING ex_reclassified_oci = l_wrk_hr_process-str_equ_reclass EXCEPTIONS failed = 1 prod_cat_not_supported = 2 OTHERS = 3.

TB_DEAL_AUTHORITY_CHECK CALL FUNCTION 'TB_DEAL_AUTHORITY_CHECK' EXPORTING bukrs = l_wrk_hr_process-str_hr-bukrs sgsart = l_wrk_hr_process-str_hr-sgsart sfhaart = l_wrk_hr_process-str_hr-sfhaart trfct = '03' actvt = l_actvt EXCEPTIONS OTHERS = 1.

TPM_DTIL_RECLASSIFICATION_REV CALL FUNCTION 'TPM_DTIL_RECLASSIFICATION_REV' EXPORTING im_tcode = sy-tcode im_rng_reclass_origin = l_rng_reclass_origin im_rev_reason = g_rev_reas im_hr = l_str_hr im_key_date = l_wrk_hr_process-key_date im_flg_testrun = g_flg_test im_protocol_handler = lp_protocol_handler im_fi_reversal_date = rev_date im_fi_reversal_period = rev_per IMPORTING ex_rev_reclassified_oci = l_wrk_hr_process-str_equ_reclass EXCEPTIONS failed = 1 prod_cat_not_supported = 2 OTHERS = 3.



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