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

J_3RFUM26I SAP ABAP INCLUDE - Include J_3RFUM26I







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


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


INCLUDES used within this REPORT J_3RFUM26I

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:

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.



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