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

J_3RFFORM4F01 SAP ABAP INCLUDE - Include J_3RFFORM4F01







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


INCLUDES used within this REPORT J_3RFFORM4F01

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:

FAGL_GET_LEADING_LEDGER CALL FUNCTION 'FAGL_GET_LEADING_LEDGER' EXPORTING i_client = sy-mandt ix_ignore_ydep = ' ' IMPORTING e_rldnr = l_rldnr EXCEPTIONS not_found = 1 more_than_one = 2 OTHERS = 3.

FAGL_CHECK_IF_LEDGER_IS_GLFLEX CALL FUNCTION 'FAGL_CHECK_IF_LEDGER_IS_GLFLEX' EXPORTING i_rldnr = l_rldnr EXCEPTIONS not_found = 1 no_glflex_ledger = 2 glflex_rollup_ledger = 3 wrong_application = 4 glflex_dependent_ledger = 5 OTHERS = 6.

FAGL_GET_GLT0 * CALL FUNCTION 'FAGL_GET_GLT0' * EXPORTING * i_glt0_rldnr = l_rldnr * i_rrcty = '0' * i_rvers = '001' * i_ryear = bupej * i_range_bukrs = lt_bukrs * i_range_rbusa = lt_gsber * IMPORTING * et_glt0 = lt_glt0_result.

FAGL_GET_LEADING_LEDGER CALL FUNCTION 'FAGL_GET_LEADING_LEDGER' EXPORTING i_client = sy-mandt ix_ignore_ydep = ' ' IMPORTING e_rldnr = l_rldnr EXCEPTIONS not_found = 1 more_than_one = 2 OTHERS = 3.

FAGL_CHECK_IF_LEDGER_IS_GLFLEX CALL FUNCTION 'FAGL_CHECK_IF_LEDGER_IS_GLFLEX' EXPORTING i_rldnr = l_rldnr EXCEPTIONS not_found = 1 no_glflex_ledger = 2 glflex_rollup_ledger = 3 wrong_application = 4 glflex_dependent_ledger = 5 OTHERS = 6.

J_3RK_GET_CORRESPONDENCE CALL FUNCTION 'J_3RK_GET_CORRESPONDENCE' EXPORTING i_auto = autocorr i_save = savecorr TABLES t_docs = lt_docs t_krs = lt_krs.

J_3RK_GET_CORRESPONDENCE CALL FUNCTION 'J_3RK_GET_CORRESPONDENCE' EXPORTING i_auto = autocorr i_save = savecorr i_rldnr = rldnr TABLES t_docs = lt_docs t_krs = lt_krs.

FAGL_GET_ACTIVE_TOT_FIELDS CALL FUNCTION 'FAGL_GET_ACTIVE_TOT_FIELDS' EXPORTING i_rldnr = p_rldnr IMPORTING et_fields = lt_field.

FAGL_GET_GLT0 CALL FUNCTION 'FAGL_GET_GLT0' "This function always uses EXPORTING i_glt0_rldnr = p_rldnr i_rldnr = p_rldnr i_rrcty = p_rrcty i_rvers = p_rvers i_ryear = p_ryear i_range_bukrs = r_bukrs i_range_rbusa = r_gsber it_where_clause = lt_where IMPORTING et_glt0 = ch_glt0.

CRS_CREATE_WHERE_CONDITION CALL FUNCTION 'CRS_CREATE_WHERE_CONDITION' TABLES ti_range = lt_crmss to_cond = lt_cond EXCEPTIONS invalid_input = 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_3RFFORM4F01 or its description.