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

J_3RF_BIND_FI_WITH_DI_F01 SAP ABAP INCLUDE - Include J_3RF_BIND_FI_WITH_DI_F01







J_3RF_BIND_FI_WITH_DI_F01 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_BIND_FI_WITH_DI_F01 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_BIND_FI_WITH_DI_F01. "Basic submit
SUBMIT J_3RF_BIND_FI_WITH_DI_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT J_3RF_BIND_FI_WITH_DI_F01 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_BIND_FI_WITH_DI_F01


INCLUDES used within this REPORT J_3RF_BIND_FI_WITH_DI_F01

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_INFORM call function 'POPUP_TO_INFORM' exporting titel = g_repid txt2 = sy-subrc txt1 = text-500.

LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = 'J_3RF_REGINV_IN' changing ct_fieldcat = gt_fieldcat_jrnl[].

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting text_question = text-124 " Data will be lost text_button_1 = text-122 " Continue text_button_2 = text-121 " Cancel default_button = '2' display_cancel_button = space importing answer = lv_answer exceptions text_not_found = 1 others = 2.

POPUP_TO_INFORM call function 'POPUP_TO_INFORM' exporting titel = g_repid txt2 = sy-subrc txt1 = text-510.

POPUP_TO_INFORM call function 'POPUP_TO_INFORM' exporting titel = g_repid txt2 = sy-subrc txt1 = text-500.

LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = 'J_3RF_FI_DOCS' changing ct_fieldcat = p_gt_fieldcat[].

DDIF_DTEL_GET call function 'DDIF_DTEL_GET' exporting name = iv_field_name langu = lv_langu importing dd04v_wa = ls_dd04v_wa.

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.

AUTH_CHECK_TCODE call function 'AUTH_CHECK_TCODE' exporting tcode = p_tcode exceptions others = 2.

ADDR_GET call function 'ADDR_GET' exporting address_selection = sel importing address_value = addr_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 = addr_val exceptions parameter_error = 1 address_not_exist = 2 version_not_exist = 3 internal_error = 4 others = 5.

ENQUEUE_EJ_3RINVIN call function 'ENQUEUE_EJ_3RINVIN' exporting bukrs = ls_journal-bukrs gjahr = ls_journal-gjahr num = ls_journal-num exceptions others = 3.

DEQUEUE_EJ_3RINVIN call function 'DEQUEUE_EJ_3RINVIN' exporting bukrs = ls_journal-bukrs gjahr = ls_journal-gjahr num = ls_journal-num.

LVC_VARIANT_SAVE_LOAD call function 'LVC_VARIANT_SAVE_LOAD' exporting i_save_load = 'F' i_tabname = '1' changing cs_variant = ls_variant ct_fieldcat = lt_fieldcat exceptions not_found.

REUSE_ALV_VARIANT_DEFAULT_GET call function 'REUSE_ALV_VARIANT_DEFAULT_GET' exporting i_save = gc_save changing cs_variant = ls_variant exceptions not_found = 2. "#EC FB_RC

DD_DOMVALUES_GET call function 'DD_DOMVALUES_GET' exporting domname = dom_name text = 'X' langu = lv_langu tables dd07v_tab = it_dd07v.

J_3RF_GET_OPERTYPE





call function 'J_3RF_GET_OPERTYPE' exporting iv_blart = ps_fi-blart importing ev_opertyp = cp_opertyp tables t_bset = lt_bset.



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