J_3RFUM26 is a standard Executable ABAP Report 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 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J3RFUM26 - Secondary Events (Russia)
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.
VAT secondary events and implementation of 119 FZ
Selection Text: OP_DATE = Due To Date
Selection Text: PAR_BLAR = D .
Selection Text: PAR_BLDT = D .
Selection Text: PAR_BUDT = D .
Selection Text: P_ALWAYS = Do Not Check Bus.Part.Ref.Key
Selection Text: P_CTU = Call Transaction
Selection Text: P_FB01 = Replace Transaction FB05 with
Selection Text: P_FCT = Invoice-factura date
Selection Text: P_GROUP = Batch Input Session Name
Selection Text: P_GSBER = Business Area
Selection Text: P_INCL_0 = D .
Selection Text: P_INV = Invoice Rate
Selection Text: P_PAY = Payment Rate
Selection Text: P_REFINV = D .
Selection Text: P_SECEV = Secondary Document Rate
Selection Text: P_SHIPM = Accrual Basis for VAT Accounti
Selection Text: S_VATDAT = D .
Selection Text: S_MWSKZ = Tax Code
Selection Text: S_LIFNR = Vendor
Selection Text: S_KUNNR = Customer
Selection Text: S_IDOCS = D .
Selection Text: S_IBUDAT = D .
Selection Text: S_CURR = Currency
Selection Text: SEL_TYPE = Secondary Event Type
Selection Text: SEL_DOCS = Secondary Document Number
Selection Text: SEL_DATE = Secondary Document Date
Selection Text: SEL_BUKR = D .
Selection Text: SEL_ACC = Provisional VAT Account
Selection Text: P_VATDT = D .
Selection Text: P_TRN = Tax Transfer Document Rate
Title: Secondary Events (Russia)
Text Symbol: 602 = Totals sheet
Text Symbol: 604 = The following documents were note posted in accordance with the convention
Text Symbol: 605 = for RFUMSV25 and could therefore not be processed:
Text Symbol: 610 = Meaning of error code:
Text Symbol: 611 = Automatic clearing was not possible; a batch-input session was created
Text Symbol: 612 = Document contains items whose posting key is marked as a payment
INCLUDE J_3RFUM26_SELECTION_SCREEN.
INCLUDE J_3RFUM26_ON_SHIPMENTF01.
No SAP DATABASE tables are accessed within this REPORT code!
FI_COUNTRY_DATA CALL FUNCTION 'FI_COUNTRY_DATA' EXPORTING i_land1 = t001-land1 IMPORTING e_t005 = x005.
GET_CURRENT_YEAR CALL FUNCTION 'GET_CURRENT_YEAR' "1793287 EXPORTING "1793287 BUKRS = W_DEFTAX-BUKRS "1793287 DATE = w_tse-INITDATE "1793287 IMPORTING "1793287 CURRY = GJAHR. "1793287
BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP' EXCEPTIONS NOT_OPEN = 1 QUEUE_ERROR = 2.
BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP' EXCEPTIONS NOT_OPEN = 1 QUEUE_ERROR = 2.
J_3RF_GLTOOL_BDC_CLOSE_GROUP CALL FUNCTION 'J_3RF_GLTOOL_BDC_CLOSE_GROUP' EXCEPTIONS NOT_OPEN = 1.
GET_CURRENT_YEAR CALL FUNCTION 'GET_CURRENT_YEAR' "1793287 EXPORTING "1793287 BUKRS = P_DEFTAX-BUKRS "1793287 DATE = w_tse-INITDATE "1793287 IMPORTING "1793287 CURRY = GJAHR. "1793287
J_3RSTRANSFEXPVAT_J3RSSEPVAT *CALL FUNCTION 'J_3RSTRANSFEXPVAT_J3RSSEPVAT' * EXPORTING * BLART = PAR_BLAR * BUDAT = PAR_BUDT * BLDAT = PAR_BLDT * DUE_TO_DATE = OP_DATE * BUKRS = SEL_BUKR * BELNR = P_DEFTAX-BELNR * GJAHR = P_DEFTAX-GJAHR * BUZEI = P_DEFTAX-BUZEI * TRANS_FWBAS = SEC_FOR_POST * EVENT = w_tse-event * PROD_RUN = p_ctu * CHANGING * INC_INV = L_sep_vat.
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 or its description.