RFEBKAJ0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this program to print out Japanese bank statements from the bank data buffer...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RFEBKAJ0 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: R_KUKEY = ID
Selection Text: R_AZNUM = Statement number
Selection Text: R_AZDAT = Statement date
Selection Text: P_HKTID = Bank account ID
Selection Text: P_HBKID = House bank ID
Selection Text: P_BUKRS = Company code
Title: Print Bank Statement (Japan)
Text Symbol: 510 = Cash
Text Symbol: 511 = Remit ;;
Text Symbol: 512 = Other BK
Text Symbol: 513 = Pay/cash
Text Symbol: 514 = Transfer
Text Symbol: 518 = Others
Text Symbol: 519 = Reversal
Text Symbol: 520 = Total amount of data
Text Symbol: 521 = Total
Text Symbol: 522 = from;;
Text Symbol: 523 = to
Text Symbol: 524 = Check ;; Kogitte
Text Symbol: 525 = Bill/Ex ;; Yakusokutegata
Text Symbol: 526 = Bill/Ex ;; Kawasetegata
Text Symbol: 531 = Remit ;;
Text Symbol: 539 = Reverse ;;
Text Symbol: AL1 = ReferenceNo.
Text Symbol: AL2 = Payer
Text Symbol: AL3 = Total Deb.
Text Symbol: AL4 = Total Cred.
Text Symbol: 111 = Account holder:
Text Symbol: 112 = Bank no.:
Text Symbol: 113 = Account number:
Text Symbol: 114 = Statement date:
Text Symbol: 115 = Statement number:
Text Symbol: 116 = Account name:
Text Symbol: 117 = Currency
Text Symbol: 118 = No line items exist for this bank statement
Text Symbol: 119 = ID:
Text Symbol: 120 = INo ValDt PstDt Note to payee Posting text BTC Journal Amount
Text Symbol: 121 = House bank:
INCLUDE RFEBKA03.
INCLUDE RFEBJP03.
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid it_fieldcat = lt_fieldcat it_events = lt_eventtab it_sort = lt_sorttab is_layout = ls_layout i_save = 'A' "$$ TABLES t_outtab = xt_table EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = i_strname CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_eventtab EXCEPTIONS list_type_wrong = 1 OTHERS = 2.
FAGL_BATCH_HEADING_PERFORM CALL FUNCTION 'FAGL_BATCH_HEADING_PERFORM' EXPORTING is_bhdgd = bhdgd.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_top_of_page.
REUSE_ALV_COMMENTARY_WRITE * CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' * EXPORTING * it_list_commentary = gt_end_of_page.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_end_of_page.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFEBKAJ0 - Print Bank Statement (Japan) RFEBKAJ0 - Print Bank Statement (Japan) RFEBKAIMP - documentation and ABAP source code RFEBKAD0 - Delete Bank Statements and Check Deposit Lists from Bank Buffer RFEBKAD0 - Delete Bank Statements and Check Deposit Lists from Bank Buffer RFEBKA99 - Delete Buffer