RFEBKAP0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Using this program, you can print out any of the bank statements in the bank data buffer (BDB-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 RFEBKAP0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FOEBKA - Display account 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.
Selection Text: BATCHSOR = Sort By Posting
Selection Text: P_ANWND = Application
Selection Text: P_BUKRS = Company code
Selection Text: P_FNAME = D .
Selection Text: P_HBKID = House bank ID
Selection Text: P_HKTID = Bank account ID
Selection Text: P_NOBAL = Suppress Balances
Selection Text: R_AZDAT = Statement date
Selection Text: R_AZNUM = Statement number
Selection Text: R_ESNUM = Memo Record Number
Selection Text: R_GRPNR = Bundle number
Selection Text: R_KUKEY = ID
Selection Text: R_KWBTR = Amount
Selection Text: R_VGEXT = External transaction code
Selection Text: R_VGINT = Posting rule
Selection Text: P_FORM = D .
Selection Text: P_VEXT = D .
Title: Print Bank Statement
Text Symbol: 203 = Calculated Total
Text Symbol: 202 = Total at Bank
Text Symbol: 201 = CAUTION: Difference
Text Symbol: 200 = OCMT amount
Text Symbol: 165 = Bank statement specifications
Text Symbol: 162 = Output Control
Text Symbol: 161 = Further selections
Text Symbol: 160 = Or technical keys
Text Symbol: 001 = Electronic bank statement
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.
No SAP DATABASE tables are accessed within this REPORT code!
FEB_DISPLAY_FULLSCREEN CALL FUNCTION 'FEB_DISPLAY_FULLSCREEN' EXPORTING it_febko = g_febko it_febep = g_febep it_febre = ifebre[] iv_external_view = p_vext iv_form_name = p_fname EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFEBKAP0 - Print Bank Statement RFEBKAP0 - Print Bank Statement RFEBKAMON01_USER_COMMAND_10I01 - Include RFEBKAMON01_USER_COMMAND_10I01 RFEBKAMON01_STATUS_1010O01 - Include RFEBKAMON01_STATUS_1010O01 RFEBKAMON01_FORMSF01 - RFEBKAMON01FORMSF01 RFEBKAMON01_DISPLAY_ALV_REPO01 - Include RFEBKAMON01_DISPLAY_ALV_REPO01