J_3RFUM26I 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_3RFUM26I 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_3RFUM26I
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GET_CURRENT_YEAR CALL FUNCTION 'GET_CURRENT_YEAR' EXPORTING BUKRS = SEL_BUKR date = p_budat IMPORTING currm = h_bupem.
FAGL_CHECK_GLFLEX_ACTIVE CALL FUNCTION 'FAGL_CHECK_GLFLEX_ACTIVE' EXPORTING id_bukrs = SEL_BUKR IMPORTING e_glflex_active = gd_glflex_active.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = CTUMSG-MSGV1(10) IMPORTING OUTPUT = J_3RFSEC_ITEM-TBELN.
GET_CURRENT_YEAR CALL FUNCTION 'GET_CURRENT_YEAR' "1325022 EXPORTING bukrs = P_LIST_ITEM-bukrs DATE = l_budt IMPORTING curry = l_curryear.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = CTUMSG-MSGV1(10) IMPORTING OUTPUT = P_LIST_ITEM-TBELN.
BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING GROUP = P_GROUP USER = SY-UNAME.
BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING TCODE = 'FB05' TABLES DYNPROTAB = BDCDATA.
BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING TCODE = 'FB01' TABLES DYNPROTAB = BDCDATA.
BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING GROUP = P_GROUP USER = SY-UNAME.
BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING TCODE = 'FB05' TABLES DYNPROTAB = BDCDATA.
CONVERT_TO_FOREIGN_CURRENCY CALL FUNCTION 'CONVERT_TO_FOREIGN_CURRENCY' EXPORTING date = p_bkpf-wwert foreign_currency = p_bkpf-waers local_amount = tax_amount local_currency = T001-WAERS rate = p_bkpf-kursf IMPORTING foreign_amount = tax_amount_fc.
BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING GROUP = P_GROUP USER = SY-UNAME.
BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING TCODE = 'FB01' TABLES DYNPROTAB = BDCDATA.
J_3RSTRANSFEXPVAT_J3RSSEPVAT CALL FUNCTION 'J_3RSTRANSFEXPVAT_J3RSSEPVAT' EXPORTING BLART = P_BLART BUDAT = l_BUDT BLDAT = l_BLDT DUE_TO_DATE = l_data "if empty we do not check xref1 BUKRS = SEL_BUKR BELNR = separate_vat-BELNR GJAHR = separate_vat-GJAHR BUZEI = separate_vat-BUZEI TRANS_FWBAS = separate_vat-wrbtr EVENT = separate_vat-event PROD_RUN = p_ctu CLEAR = full_inv_amount VATDATE = l_VATDT splitting = l_splitting_active "1910388 CHANGING INC_INV = L_sep_vat.
GET_CURRENT_YEAR CALL FUNCTION 'GET_CURRENT_YEAR' "1325022 EXPORTING BUKRS = L_SEC_POST-BUKRS DATE = l_tse-INITDATE IMPORTING curry = l_curryear.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.