J_3RF_INV_17_FUNC 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_3RF_INV_17_FUNC 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_3RF_INV_17_FUNC
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DETERMINE_DUE_DATE CALL FUNCTION 'DETERMINE_DUE_DATE' EXPORTING i_faede = ls_faede i_gl_faede = space IMPORTING e_faede = ls_faede EXCEPTIONS account_type_not_supported = 1 * OTHERS = 2 .
CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = new_entry-lifnr IMPORTING output = new_entry-lifnr.
DETERMINE_DUE_DATE CALL FUNCTION 'DETERMINE_DUE_DATE' EXPORTING i_faede = ls_faede i_gl_faede = space IMPORTING e_faede = ls_faede EXCEPTIONS account_type_not_supported = 1 * OTHERS = 2 .
CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = new_entry-lifnr IMPORTING output = new_entry-lifnr.
POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING NO_VALUE_CHECK = ' ' popup_title = 'Change amount'(110) IMPORTING RETURNCODE = lv_retval tables fields = lt_fields EXCEPTIONS ERROR_IN_FIELDS = 1 OTHERS = 2 .
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = sy-repid i_internal_tabname = 'GT_ALV_ENTRIES' i_structure_name = 'J_3RF_INV_17_ENTRY' CHANGING ct_fieldcat = rt_fieldcat.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = sy-repid i_internal_tabname = 'GT_LIST_ENTRIES' i_structure_name = 'J_3RF_INV_17_ENTRY' CHANGING ct_fieldcat = rt_fieldcat.
GET_ARCHIVE_PARAMETERS call function 'GET_ARCHIVE_PARAMETERS' exporting archive_info = '000' archive_text = arc_report report = arc_report printer = iv_out_params-dest mode = iv_out_params-arcmode no_dialog = space abap_list = space importing out_parameters = arc_params exceptions archive_info_not_found = 2 others = 99.
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING no_dialog = 'X' mode = 'CURRENT' destination = out_dev IMPORTING out_parameters = pri_params.
FI_DOCUMENT_TYPE_DATA CALL FUNCTION 'FI_DOCUMENT_TYPE_DATA' EXPORTING i_blart = ls_entry-blart i_langu = 'R' IMPORTING e_ltext = lv_ltext.
J_3RF_DATE CALL FUNCTION 'J_3RF_DATE' EXPORTING f_date = gv_inv_date f_lang = 'R' IMPORTING f_month = lv_month_lt.
READ_ADD_COMPANY_CODE_INFO CALL FUNCTION 'READ_ADD_COMPANY_CODE_INFO' EXPORTING ic_bukrs = p_bukrs ic_party = 'SAPR02' IMPORTING es_t001z = lv_part_val EXCEPTIONS not_found = 1 OTHERS = 2.
READ_ADD_COMPANY_CODE_INFO CALL FUNCTION 'READ_ADD_COMPANY_CODE_INFO' EXPORTING ic_bukrs = p_bukrs ic_party = 'SAPR12' IMPORTING es_t001z = lv_part_val EXCEPTIONS not_found = 1 OTHERS = 2.
ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING address_selection = sel IMPORTING address_value = es_addr EXCEPTIONS parameter_error = 1 address_not_exist = 2 version_not_exist = 3 internal_error = 4 OTHERS = 5.
ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING address_selection = sel IMPORTING address_value = es_addr EXCEPTIONS parameter_error = 1 address_not_exist = 2 version_not_exist = 3 internal_error = 4 OTHERS = 5.
FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = 'AUTHORITY_CHECK_TCODE' EXCEPTIONS OTHERS = 1.
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = p_tcode EXCEPTIONS ok = 0 OTHERS = 2.
FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = 'AUTH_CHECK_TCODE' EXCEPTIONS OTHERS = 1.
CALL FUNCTION 'AUTH_CHECK_TCODE' EXPORTING tcode = p_tcode EXCEPTIONS OTHERS = 2.
J_3RF_DATE CALL FUNCTION 'J_3RF_DATE' EXPORTING f_date = act_date f_lang = 'R' IMPORTING f_month = lv_month_lt.
J_3RF_DATE CALL FUNCTION 'J_3RF_DATE' EXPORTING f_date = gv_inv_date f_lang = 'R' IMPORTING f_month = lv_month_lt.
REUSE_ALV_EVENTS_GET call function 'REUSE_ALV_EVENTS_GET' exporting i_list_type = 4 importing et_events = rt_events exceptions list_type_wrong = 1 others = 2 .
REUSE_ALV_EVENTS_GET call function 'REUSE_ALV_EVENTS_GET' exporting i_list_type = 4 importing et_events = rt_events exceptions list_type_wrong = 1 others = 2 .
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_line.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_line.
ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING address_selection = sel IMPORTING address_value = addr1_val EXCEPTIONS parameter_error = 1 address_not_exist = 2 version_not_exist = 3 internal_error = 4 OTHERS = 5.
ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING address_selection = sel IMPORTING address_value = addr1_val EXCEPTIONS parameter_error = 1 address_not_exist = 2 version_not_exist = 3 internal_error = 4 OTHERS = 5.
GET_GLOBALS_FROM_SLVC_FULLSCR call function 'GET_GLOBALS_FROM_SLVC_FULLSCR' importing e_grid = lo_grid.
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_3RF_INV_17_FUNC or its description.