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

J_3RFUM26_INCL SAP ABAP INCLUDE - Include J_3RFUM26_INCL







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


INCLUDES used within this REPORT J_3RFUM26_INCL

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:

CALCULATE_TAX_FROM_NET_AMOUNT CALL FUNCTION 'CALCULATE_TAX_FROM_NET_AMOUNT' EXPORTING I_BUKRS = IT_BUKRS I_MWSKZ = IT_MWSKZ I_WAERS = IT_WAERS I_WRBTR = AMOUNT TABLES T_MWDAT = T_MWDAT.

CONVERT_TO_FOREIGN_CURRENCY CALL FUNCTION 'CONVERT_TO_FOREIGN_CURRENCY' EXPORTING * CLIENT = SY-MANDT DATE = BKPF-WWERT "1319750 FOREIGN_CURRENCY = BKPF-WAERS LOCAL_AMOUNT = WT_TSE-SUMMA LOCAL_CURRENCY = WT_TSE-WAERS RATE = BKPF-KURSF "1319750 * TYPE_OF_RATE = 'M' * READ_TCURR = 'X' IMPORTING EXCHANGE_RATE = l_EX_KURSF FOREIGN_AMOUNT = P_WT_TSESUMMA * FOREIGN_FACTOR = * LOCAL_FACTOR = * EXCHANGE_RATEX = * DERIVED_RATE_TYPE = * FIXED_RATE = EXCEPTIONS NO_RATE_FOUND = 1 * OVERFLOW = 2 * NO_FACTORS_FOUND = 3 * NO_SPREAD_FOUND = 4 * DERIVED_2_TIMES = 5 * OTHERS = 6 .

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' EXPORTING bukrs = J_3RFSEC_ITEM-bukrs date = h_date1 IMPORTING curry = GJAHR.

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.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING local_currency = t001-waers foreign_currency = bkpf-waers foreign_amount = P_SEC_ITEM-fwbtr date = IT_TSE-SECDATE type_of_rate = locl_kurst IMPORTING local_amount = P_SEC_ITEM-hwbtr.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING local_currency = t001-waers foreign_currency = bkpf-waers foreign_amount = P_SEC_ITEM-fwste date = IT_TSE-SECDATE type_of_rate = locl_kurst IMPORTING local_amount = P_SEC_ITEM-hwste.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING local_currency = t001-waers foreign_currency = bkpf-waers foreign_amount = P_SEC_ITEM-fwbas date = IT_TSE-SECDATE type_of_rate = locl_kurst IMPORTING local_amount = P_SEC_ITEM-hwbas.

J_3RF_GLTOOL_SET_SPLIT CALL FUNCTION 'J_3RF_GLTOOL_SET_SPLIT' EXPORTING IV_BUKRS = BKPF-bukrs IT_ITEM_KEY = lt_item_key IS_VAT_AMOUNT = ls_vat_amount * IV_BUDAT = * IV_HKONT = * IV_TAX_ACCOUNT = .

J_3RF_GLTOOL_CALL_TRANSACTION CALL FUNCTION 'J_3RF_GLTOOL_CALL_TRANSACTION' "1470488 EXPORTING TCODE = 'FB01' MODE_VAL = 'N' UPDATE_VAL = 'S' IMPORTING SUBRC = L_SUBRC TABLES USING_TAB = BDCDATA MESS_TAB = CTUMSG EXCEPTIONS CALL_TRANSACTION_DENIED = 1 TCODE_INVALID = 2 NO_SPLIT = 3 INTERNAL_ERROR = 4 OTHERS = 5 .

J_3RF_GLTOOL_CALL_TRANSACTION * CALL FUNCTION 'J_3RF_GLTOOL_CALL_TRANSACTION' * IMPORTING 'FB01' "1470488 * USING BDCDATA MODE 'N' UPDATE 'S' * MESSAGES INTO CTUMSG.

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' EXPORTING bukrs = J_3RFSEC_ITEM-bukrs date = h_date1 IMPORTING curry = GJAHR.

J_3RF_GLTOOL_BDC_OPEN_GROUP CALL FUNCTION 'J_3RF_GLTOOL_BDC_OPEN_GROUP' EXPORTING GROUP = P_GROUP USER = SY-UNAME.

BDC_OPEN_GROUP * CALL FUNCTION 'BDC_OPEN_GROUP' * EXPORTING * GROUP = P_GROUP * USER = SY-UNAME.

J_3RF_GLTOOL_BDC_INSERT CALL FUNCTION 'J_3RF_GLTOOL_BDC_INSERT' EXPORTING TCODE = 'FB01' TABLES DYNPROTAB = BDCDATA.

BDC_INSERT





* CALL FUNCTION 'BDC_INSERT' * EXPORTING * TCODE = 'FB01' * TABLES * DYNPROTAB = BDCDATA.



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