J_1UF_TEMP_TAX_DIFFER_F01 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 J_1UF_TEMP_TAX_DIFFER_F01 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include J_1UF_TEMP_TAX_DIFFER_F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
J_1UF_GET_BALANCE CALL FUNCTION 'J_1UF_GET_BALANCE' EXPORTING I_BUKRS = P_BUKRS I_RYEAR = GJAHR I_IND_DR = wa_settings-ind_dr I_RACCT = raccnt I_RTCUR = 'UAH' I_MONAT = MONAT IMPORTING E_BALANCE = accnt_balance EXCEPTIONS INVALID_SELECTION = 1 OTHERS = 2 .
J_1UF_GET_TURNOVER CALL FUNCTION 'J_1UF_GET_TURNOVER' EXPORTING I_BUKRS = P_BUKRS I_RYEAR = GJAHR I_IND_DR = wa_settings-ind_dr I_RACCT = raccnt I_RTCUR = 'UAH' I_MONAT = MONAT IMPORTING E_TURNOVER = accnt_turnover EXCEPTIONS INVALID_SELECTION = 1 OTHERS = 2 .
J_1UF_GET_BALANCE CALL FUNCTION 'J_1UF_GET_BALANCE' EXPORTING I_BUKRS = P_BUKRS I_RYEAR = GJAHR I_IND_DR = wa_settings-ind_dr_tax_base I_RACCT = raccnt I_RTCUR = 'UAH' I_MONAT = MONAT IMPORTING E_BALANCE = tax_balance EXCEPTIONS INVALID_SELECTION = 1 OTHERS = 2 .
J_1UF_GET_TURNOVER CALL FUNCTION 'J_1UF_GET_TURNOVER' EXPORTING I_BUKRS = P_BUKRS I_RYEAR = GJAHR I_IND_DR = wa_settings-ind_dr_tax_base I_RACCT = raccnt I_RTCUR = 'UAH' I_MONAT = MONAT IMPORTING E_TURNOVER = tax_turnover EXCEPTIONS INVALID_SELECTION = 1 OTHERS = 2 .
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = lt_events.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_pf_status_set = gc_status_set i_callback_user_command = gc_user_command i_structure_name = 'J_1UF_CTTD' is_layout = gs_layout it_fieldcat = gt_fieldcat[] it_sort = gt_sort[] i_save = g_save is_variant = g_variant it_events = gt_events[] is_print = gs_print TABLES t_outtab = calc_tax_diff.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
J_1UF_TEMP_TAX_DIFFER_F01 - Include J_1UF_TEMP_TAX_DIFFER_F01 J_1UF_TEMP_TAX_DIFFERTOP - Include J_1UF_TEMP_TAX_DIFFERTOP J_1UF_TEMP_TAX_DIFFER - Calculation of the temporary tax differences J_1UF_TEMP_TAX_DIFFER - Calculation of the temporary tax differences J_1UF_STORNO_AB08 - FI-AA reversal posting for 4.6C and higher J_1UF_STORNO_AB08 - FI-AA reversal posting for 4.6C and higher