RFCJ1 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 RFCJ1 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.
Selection Text: PT_CJNRS = Cash journals
Selection Text: P_BUKRS = Company code
Text Symbol: 005 = Delete cash journal balances
Text Symbol: 006 = Do you really want to start deletion program?
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING language = sy-langu popup_title = text-005 * START_COLUMN = 10 * START_ROW = 3 text_object = 'FI_BL_CJ_DELETE' * HELP_MODAL = 'X' IMPORTING cancelled = ld_cancelled * EXCEPTIONS * TEXT_NOT_FOUND = 1 * OTHERS = 2 .
POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = text-007 "empty textline2 = text-006 "Wollen Sie das Löschprogramm wirklich st titel = text-005 "Löschen von Kassenbuchsalden * START_COLUMN = 25 * START_ROW = 6 IMPORTING answer = ld_answer .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFCJ1 - documentation and ABAP source code RFCJ1 - documentation and ABAP source code RFCHKU00 - Create Reference for Check from Payment Document RFCHKU00 - Create Reference for Check from Payment Document RFCHKR10_NACC - Cancel the transaction 'reprint' RFCHKR10_NACC - Cancel the transaction 'reprint'