RFEBKAPSP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report RFEBKAPSP imports settlement files of payment service providers into the SAP system and then performs posting in General Ledger and Subsidiary Ledger Accounting using batch input...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 RFEBKAPSP into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FEBPS - Import PSP Settlement File
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: BATCH = Execute as background job
Selection Text: MREGEL = Rule for naming sessions
Selection Text: PA_BDANZ = Items per Bundle
Selection Text: PA_BDART = Bundle
Selection Text: PA_DSART = Planning Type
Selection Text: PA_LSEPA = List Separation
Selection Text: PA_TEST = Test Run
Selection Text: PA_VERD = Summarization
Selection Text: PA_XBDC = Batch Input
Selection Text: PA_XBKBU = Only Bank Accounting
Selection Text: PA_XCALL = Post Immediately
Selection Text: VALUT_ON = Assign Value Date to Account
Selection Text: T_FILTER = XBLNR Number Interval
Selection Text: S_FILTER = BELNR Number Interval
Selection Text: P_STATIK = Print Statistics
Selection Text: P_PSP_ID = Payment Service Providers
Selection Text: P_KTO = Account Number
Selection Text: P_KOAUSZ = Print Bank Statement
Selection Text: P_FILE = File
Selection Text: P_BUPRO = Print Posting Log
Selection Text: P_BANK = Bank Key
Selection Text: PA_XDISP = CM Payment Advices
Title: Import Settlement File of Payment Service Provider
Text Symbol: 168 = Do Not Post
Text Symbol: 170 = CM Payment Advice
Text Symbol: 171 = Bk Pstg Only
Text Symbol: 172 = C Man. & Forecast
Text Symbol: 173 = Planning Type
Text Symbol: 174 = Summariz.
Text Symbol: 176 = Bundle
Text Symbol: 177 = Items per Bundle
Text Symbol: 200 = OCMT amount
Text Symbol: 201 = Caution: Totals (received from bank/calculated) are different
Text Symbol: 202 = CAUTION: Difference
Text Symbol: 203 = Calculated Total
Text Symbol: 403 = Notifs
Text Symbol: 502 = ValDte
Text Symbol: 503 = Posting On
INCLUDE RFEBKA03.
INCLUDE RFEKA203.
INCLUDE RFEKAP00.
No SAP DATABASE tables are accessed within this REPORT code!
FIEB_RETURNS CALL FUNCTION 'FIEB_RETURNS' TABLES t_statements = lt_statements t_return_charges = g_return_charges.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
GET_SHORTKEY_FOR_FEBKO CALL FUNCTION 'GET_SHORTKEY_FOR_FEBKO' EXPORTING i_tname = 'FEBKO' IMPORTING e_kukey = febko-kukey EXCEPTIONS febkey_update_error = 1.
ENQUEUE_E_FEBKO CALL FUNCTION 'ENQUEUE_E_FEBKO' EXPORTING anwnd = febko-anwnd absnd = febko-absnd azidt = febko-azidt EXCEPTIONS foreign_lock = 1.
CURRENCY_AMOUNT_IDOC_TO_SAP CALL FUNCTION 'CURRENCY_AMOUNT_IDOC_TO_SAP' EXPORTING currency = febko-waers idoc_amount = head IMPORTING sap_amount = l_long_amount EXCEPTIONS OTHERS = 0.
LIST_FROM_MEMORY CALL FUNCTION 'LIST_FROM_MEMORY' TABLES listobject = gt_rfebbu01_output EXCEPTIONS not_found = 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.
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 RFEBKAPSP or its description.