J_1BEFD_BLOCK_H_AUX2 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_1BEFD_BLOCK_H_AUX2 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: EFD: auxiliary routines for block H
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FIRST_DAY_IN_PERIOD_GET CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET'"#EC * EXPORTING i_gjahr = ld_year i_periv = ld_periv i_poper = ld_period IMPORTING e_date = ld_datum_low EXCEPTIONS input_false = 1 t009_notfound = 2 t009b_notfound = 3 OTHERS = 4.
LAST_DAY_IN_PERIOD_GET CALL FUNCTION 'LAST_DAY_IN_PERIOD_GET'"#EC * EXPORTING i_gjahr = ld_year i_periv = ld_periv i_poper = ld_period IMPORTING e_date = ld_datum_high EXCEPTIONS input_false = 1 t009_notfound = 2 t009b_notfound = 3 OTHERS = 4.
J_1B_CHECK_NEW_PERIOD_CLOSING CALL FUNCTION 'J_1B_CHECK_NEW_PERIOD_CLOSING'"#EC * EXPORTING i_bukrs = j5_bukrs i_lfgja = ld_year i_lfmon = ld_lfmon i_caller = '7' EXCEPTIONS period_not_closed = 1 not_possible = 2 no_marv_for_bukrs = 3 only_mbew = 4 future_period = 5 OTHERS = 6.
RK_KOKRS_FIND CALL FUNCTION 'RK_KOKRS_FIND'"#EC * EXPORTING bukrs = sd_bukrs IMPORTING kokrs = sd_kokrs EXCEPTIONS OTHERS = 3.
K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET'"#EC * EXPORTING display = ' ' i_kokrs = p_kokrs popup = '0' IMPORTING e_kokrs = p_kokrs EXCEPTIONS not_found = 01.
FUNCTION_IMPORT_INTERFACE CALL FUNCTION 'FUNCTION_IMPORT_INTERFACE' EXPORTING funcname = 'CKMLWIP_READ_SETTLE' TABLES exception_list = dummy1 export_parameter = dummy2 import_parameter = dummy3 tables_parameter = dummy4 EXCEPTIONS error_message = 1 function_not_found = 2 invalid_name = 3 OTHERS = 4.
K_KOKRS_READ CALL FUNCTION 'K_KOKRS_READ' EXPORTING kokrs = kokrs IMPORTING e_tka01 = ls_tka01 EXCEPTIONS not_found = 1 not_found_gjahr = 2 OTHERS = 3.
K_CVTYP_GET CALL FUNCTION 'K_CVTYP_GET' EXPORTING i_currtyp = ls_tka01-ctyp i_valutyp = valutyp IMPORTING e_cvtyp = gv_curtp_kokrs EXCEPTIONS illegal_combination = 1 OTHERS = 2.
FI_COMPANY_CODE_DATA CALL FUNCTION 'FI_COMPANY_CODE_DATA' EXPORTING i_bukrs = j5_bukrs IMPORTING e_t001 = ls_t001 EXCEPTIONS system_error = 1 OTHERS = 2.
K_CVTYP_GET CALL FUNCTION 'K_CVTYP_GET' EXPORTING i_currtyp = '10' i_valutyp = valutyp IMPORTING e_cvtyp = gv_curtp_bukrs EXCEPTIONS illegal_combination = 1 OTHERS = 2.
K_VERSN_VALUATION CALL FUNCTION 'K_VERSN_VALUATION' EXPORTING i_kokrs = sd_kokrs TABLES t_tka09_v = lt_tka09 EXCEPTIONS no_basic_version = 1 wrong_customizing = 2 valuation_profile_not_active = 3 OTHERS = 4.
FI_CHART_OF_ACCOUNT_DETERMINE CALL FUNCTION 'FI_CHART_OF_ACCOUNT_DETERMINE' EXPORTING i_bukrs = j5_bukrs IMPORTING e_ktopl = i_ktopl EXCEPTIONS OTHERS = 1.
J_1BREAD_BRANCH_DATA CALL FUNCTION 'J_1BREAD_BRANCH_DATA'"#EC * EXPORTING branch = j5_brnch bukrs = j5_bukrs IMPORTING address1 = ls_address1 EXCEPTIONS OTHERS = 04.
J_1B_READ_TXIC2 CALL FUNCTION 'J_1B_READ_TXIC2' EXPORTING country = l_land1 state_from = l_shipfrom state_to = l_shipto material = l_matnr date = lv_date IMPORTING rate = c_aliq_icms.
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_1BEFD_BLOCK_H_AUX2 - EFD: auxiliary routines for block H J_1BEFD_BLOCK_H_AUX - EFD: auxiliary routines for block H J_1BEFD_BLOCK_H - EFD: Routines for Block H J_1BEFD_BLOCK_G_AUX - EFD: auxiliary routines for block 1 J_1BEFD_BLOCK_G - EFD: Routines for Block 1 J_1BEFD_BLOCK_E_AUX2 - EFD: auxiliary routines for block E