SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

J_1IEWT_UTIL_FORM SAP ABAP INCLUDE - J_1IEWT_UTIL_FORM - Forms Include







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


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


Text pool values


Title: J_1IEWT_UTIL_FORM - Forms Include


INCLUDES used within this REPORT J_1IEWT_UTIL_FORM

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:

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.



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