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

J_3RF_REP_APPLICATION SAP ABAP INCLUDE - Include J_3RF_REP_APPLICATION







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


Text pool values


Title: Include J_3RF_REP_APPLICATION


INCLUDES used within this REPORT J_3RF_REP_APPLICATION

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:

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting text_question = text-099 display_cancel_button = ' ' importing answer = lv_answer exceptions text_not_found = 1 others = 2 .

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-080 * DIAGNOSE_OBJECT = ' ' text_question = text-081 text_button_1 = text-082 * ICON_BUTTON_1 = ' ' text_button_2 = text-083 * ICON_BUTTON_2 = ' ' default_button = '1' display_cancel_button = 'X' * USERDEFINED_F1_HELP = ' ' start_column = 25 start_row = 6 IMPORTING answer = lv_answer * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2 .

G_SUBRULE_ENVIRONMENT CALL FUNCTION 'G_SUBRULE_ENVIRONMENT' EXPORTING skip_first_screen = skip_first_screen action_mode = action_mode boolid = boolid brulevent = ' ' bruluser = ' ' ruluser = 'FI' IMPORTING header_info = header_info EXCEPTIONS not_found = 1 OTHERS = 2.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = lv_dyname dynumb = sy-dynnr translate_to_upper = 'X' TABLES dynpfields = lv_dynpfields EXCEPTIONS OTHERS = 1.

HELP_VALUES_GET CALL FUNCTION 'HELP_VALUES_GET' EXPORTING fieldname = lv_fieldname input_value = lv_input_value tabname = lv_tabname IMPORTING select_value = lv_input_value EXCEPTIONS OTHERS = 1.

F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = space fieldname = space searchhelp = lv_shelp TABLES return_tab = lv_tab EXCEPTIONS field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 OTHERS = 5.

F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = lv_tabname fieldname = lv_fieldname TABLES return_tab = val_tab[] EXCEPTIONS field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 OTHERS = 5.

G_BOOL_F4_SUBRULE CALL FUNCTION 'G_BOOL_F4_SUBRULE' EXPORTING rule_event = lv_rule_event rule_user = lv_rule_user id_fld = in_field prog_name = sy-cprog IMPORTING rule = lv_rule EXCEPTIONS OTHERS = 1.

RS_SET_SELECT_OPTIONS_OPTIONS CALL FUNCTION 'RS_SET_SELECT_OPTIONS_OPTIONS' EXPORTING high = in_high low = in_low olength = '30' olength_high = '30' option = lv_option option_set = lv_option_set selcname = lv_selcname selctext = lv_selctext sign = 'I' IMPORTING option = lv_option EXCEPTIONS delete_line = 1 not_executed = 2 OTHERS = 3.

F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = space fieldname = space searchhelp = lv_shelp TABLES return_tab = lv_tab EXCEPTIONS field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 OTHERS = 5.

F4IF_GET_SHLP_DESCR CALL FUNCTION 'F4IF_GET_SHLP_DESCR' EXPORTING shlpname = in_shlpname IMPORTING shlp = ls_shlp EXCEPTIONS OTHERS = 1.

F4IF_START_VALUE_REQUEST CALL FUNCTION 'F4IF_START_VALUE_REQUEST' EXPORTING shlp = ls_shlp TABLES return_values = it_ret.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = lv_tabname TABLES dfies_tab = lt_dfies EXCEPTIONS OTHERS = 1.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-cprog dynumb = sy-dynnr determine_loop_index = 'X' request = 'A' TABLES dynpfields = lt_dynvalues EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 stepl_not_found = 10.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = sy-cprog dynumb = sy-dynnr TABLES dynpfields = lt_dynvalues EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 OTHERS = 8.

FOBU_DIALOG_START_SUBSCREEN CALL FUNCTION 'FOBU_DIALOG_START_SUBSCREEN' EXPORTING i_formula = gv_formula_row-oref_fobu i_appl_callback = me i_display_only = readonly i_screen_size = 'S' IMPORTING e_screen = gv_formula_dynnr e_screen_prog = gv_formula_repid.

FOBU_DIALOG_START_SUBSCREEN CALL FUNCTION 'FOBU_DIALOG_START_SUBSCREEN' EXPORTING i_formula = gv_formula_row-oref_fobu i_appl_callback = me i_screen_size = 'S' IMPORTING e_screen = gv_formula_dynnr e_screen_prog = gv_formula_repid.

FOBU_DIALOG_EXIT_SUBSCREEN CALL FUNCTION 'FOBU_DIALOG_EXIT_SUBSCREEN' EXPORTING im_keep_changes = 'X'.



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