J_3RCALK 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_3RCALK into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J3RCALK - Automatic Clearing, FI-AP (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.
Selection Text: PAY_CHUM = Invoice Reference Allow
Selection Text: PAY_BUDT = D .
Selection Text: PAY_BLDT = D .
Selection Text: INV_WAER = D .
Selection Text: INV_UMSK = D .
Selection Text: INV_CHUM = D .
Selection Text: INV_BUDT = D .
Selection Text: INV_BLDT = D .
Selection Text: CONTRACT = D .
Selection Text: CNTON = Specify Contracts
Selection Text: CHKZUONR = D .
Selection Text: CHKXREF3 = D .
Selection Text: CHKREBZG = D .
Selection Text: CHKHKONT = D .
Selection Text: CHKDBPOS = D .
Selection Text: B_RSTGR = D .
Selection Text: B_NAME = D .
Selection Text: B_INPUT = D .
Selection Text: B_BUPEM = D .
Selection Text: B_BUDAT = D .
Selection Text: B_BLDAT = D .
Selection Text: B_BLART = D .
Selection Text: ASNT = Specify Assignments
Selection Text: ZUONR = D .
Selection Text: X_TEST = D .
Selection Text: X_CALL = D .
Selection Text: XREF3 = D .
Selection Text: SRTBUDAT = D .
Selection Text: SRTBLDAT = D .
Selection Text: SP_PRRUL = D .
Selection Text: SO_LIFNR = D .
Selection Text: SO_HKONT = Reconciliation Account
Selection Text: SO_CCODE = D .
Selection Text: PA_STIDA = D .
Selection Text: PA_ROUTE = D .
Selection Text: PA_REMIN = D .
Selection Text: PA_QURUN = D .
Selection Text: PA_PRPAY = D .
INCLUDE J_3RCALTOP.
INCLUDE J_3RCALF00.
No SAP DATABASE tables are accessed within this REPORT code!
POSTING_INTERFACE_END CALL FUNCTION 'POSTING_INTERFACE_END' * EXPORTING * I_BDCIMMED = ' ' * I_BDCSTRTDT = NO_DATE * I_BDCSTRTTM = NO_TIME EXCEPTIONS session_not_processable = 1 OTHERS = 2.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
READ_DOCUMENT_HEADER CALL FUNCTION 'READ_DOCUMENT_HEADER' EXPORTING belnr = lt_bsid-belnr * BSTAT = ' ' bukrs = lt_bsid-bukrs gjahr = lt_bsid-gjahr * XBSTV = ' ' * XBSTD = ' ' * XBSTM = ' ' * XARCH = 'X' * I_XSUPPRESSDIALOG = ' ' IMPORTING e_bkpf = bkpf * e_archived = * tables * t_accdn = EXCEPTIONS exit = 1 not_found = 2 archive_cancel = 3 OTHERS = 4 .
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_3RCALK or its description.