J_1IEWT_UTIL_FORM 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_1IEWT_UTIL_FORM 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: J_1IEWT_UTIL_FORM - Forms Include
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FI_COMPANY_CODE_CHECK CALL FUNCTION 'FI_COMPANY_CODE_CHECK' EXPORTING i_bukrs = bukrs EXCEPTIONS company_code = 1 OTHERS = 2.
FI_CHECK_EXTENDED_WT CALL FUNCTION 'FI_CHECK_EXTENDED_WT' EXPORTING i_bukrs = p_bukrs EXCEPTIONS component_not_active = 1 not_found = 2 OTHERS = 3.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = p_pdate foreign_amount = p_famount foreign_currency = p_fcurr local_currency = p_local type_of_rate = 'M' IMPORTING local_amount = p_loc_amt EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 OTHERS = 5. "#EC *
ENQUEUE_EJ_1IPROV CALL FUNCTION 'ENQUEUE_EJ_1IPROV' EXPORTING mode_j_1iewtprov = 'E' mandt = sy-mandt bukrs = bukrs EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
FI_WT_READ_T059P CALL FUNCTION 'FI_WT_READ_T059P' EXPORTING i_bukrs = zbukrs i_type = invoices-witht TABLES t_t059p = temp_t059p EXCEPTIONS not_found = 1 OTHERS = 2.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_user_command = 'LINE_SELECTION' is_layout = gs_layout it_fieldcat = gt_fieldcat[] TABLES t_outtab = disptab EXCEPTIONS program_error = 1 OTHERS = 2 .
FI_WT_READ_T001RWT CALL FUNCTION 'FI_WT_READ_T001RWT' EXPORTING i_bukrs = bukrs i_witht = ttype i_waers = currency TABLES t_t001rwt = i_t001rwt EXCEPTIONS not_found = 1 OTHERS = 2.
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_1IEWT_UTIL_FORM - J_1IEWT_UTIL_FORM - Forms Include J_1IEWT_UTIL_DATA - J_1IEWT_UTIL_DATA - Data Include J_1IEWT_UPDATE_FI_FOR_BUPLA - Update Business Place information in FI document J_1IEWT_UPDATE_FI_FOR_BUPLA - Update Business Place information in FI document J_1IEWT_PROV_UTILISE - J_1IEWT_PROV_UTILISE -