J_3RFFORM4F02 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_3RFFORM4F02 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_3RFFORM4F02
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = chkont_ran-low IMPORTING output = chkont_conv.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = chkont_ran-low IMPORTING output = chkont_conv.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' "#EC DOM_EQUAL EXPORTING date = l_last_date foreign_currency = bkpf-waers foreign_amount = bseg-wrbtr local_currency = t001-waers type_of_rate = kurs_typ IMPORTING local_amount = l_amount EXCEPTIONS no_rate_found = 1 overflow = 1.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' "#EC DOM_EQUAL EXPORTING date = l_last_date foreign_currency = bkpf-waers foreign_amount = bseg-wrbtr local_currency = t001-waers type_of_rate = kurs_typ IMPORTING local_amount = l_amount EXCEPTIONS no_rate_found = 1 overflow = 1.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' "#EC DOM_EQUAL EXPORTING date = l_last_date foreign_currency = bkpf-waers foreign_amount = bseg-wrbtr local_currency = t001-waers type_of_rate = kurs_typ IMPORTING local_amount = l_amount EXCEPTIONS no_rate_found = 1 overflow = 1.
FAGL_GET_GLT0 CALL FUNCTION 'FAGL_GET_GLT0' EXPORTING i_rldnr = '00' i_rrcty = '0' i_rvers = '001' i_bukrs = p_bukrs i_ryear = p_gjahr i_racct = skb1-saknr i_rtcur = skb1-waers i_rpmax = '016' i_range_rbusa = lt_range_gsber IMPORTING et_glt0 = lt_glt0 EXCEPTIONS invalid_selection = 1 OTHERS = 2.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' "#EC DOM_EQUAL EXPORTING date = l_last_date foreign_currency = skb1-waers foreign_amount =
local_currency = t001-waers type_of_rate = kurs_typ IMPORTING local_amount = l_amount EXCEPTIONS no_rate_found = 1 overflow = 1.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' "#EC DOM_EQUAL EXPORTING date = l_first_date foreign_currency = skb1-waers foreign_amount =
local_currency = t001-waers type_of_rate = kurs_typ IMPORTING local_amount = l_amount EXCEPTIONS no_rate_found = 1 overflow = 1.
CONVERT_TO_FOREIGN_CURRENCY CALL FUNCTION 'CONVERT_TO_FOREIGN_CURRENCY' EXPORTING date = g_date foreign_currency = repwaers local_amount = p_amount local_currency = g_waers type_of_rate = kurs_typ IMPORTING foreign_amount = p_amount EXCEPTIONS no_rate_found = 1 overflow = 1.
FAGL_GET_BSEG CALL FUNCTION 'FAGL_GET_BSEG' EXPORTING i_bukrs = p_bseg-bukrs i_belnr = p_bseg-belnr i_gjahr = p_bseg-gjahr i_buzei = p_bseg-buzei IMPORTING et_bseg = lt_bseg EXCEPTIONS not_found = 1 OTHERS = 2.
FAGL_GET_BSEG CALL FUNCTION 'FAGL_GET_BSEG' EXPORTING i_bukrs = p_bseg-bukrs i_belnr = p_bseg-belnr i_gjahr = p_bseg-gjahr i_buzei = p_bseg-buzei i_bstat = 'L' IMPORTING et_bseg = lt_bseg EXCEPTIONS not_found = 1 OTHERS = 3.
FI_PERIOD_DETERMINE CALL FUNCTION 'FI_PERIOD_DETERMINE' EXPORTING i_budat = budat-low i_periv = t001-periv IMPORTING e_gjahr = bupej e_monat = monat-low.
FI_PERIOD_DETERMINE CALL FUNCTION 'FI_PERIOD_DETERMINE' EXPORTING i_budat = budat-high i_periv = t001-periv IMPORTING e_gjahr = bupej_high e_monat = monat-high.
RE_LAST_DAY_OF_MONTH CALL FUNCTION 'RE_LAST_DAY_OF_MONTH' EXPORTING i_datum = p_last_date IMPORTING e_tt = l_last_date.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = g_date foreign_currency = p_currency foreign_amount = p_amount local_currency = t001-waers type_of_rate = kurs_typ IMPORTING local_amount = p_amount EXCEPTIONS no_rate_found = 1 overflow = 1.
FAGL_GET_ITEMS_BSEG CALL FUNCTION 'FAGL_GET_ITEMS_BSEG' EXPORTING i_selection = it_sel CHANGING c_t_faglpose = lt_faglpose.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.