RFEBPI20_NACC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used in U...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 RFEBPI20_NACC 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: XHBKID = House Bank
Selection Text: XEUSER = User ID
Selection Text: XDSART = Planning Type
Selection Text: XAZDAT = Statement Date
Selection Text: UNPR = Unprocessed Statements
Selection Text: R_KUKEY = Short key
Selection Text: PROC = Processed Statements
Title: Polling Account Statement Overview and Processing
Text Symbol: 170 = Generated payment advice : choose type
Text Symbol: 160 = Selection by technical statement key
Text Symbol: 150 = Selection criteria
Text Symbol: 142 = Stmt Date:
Text Symbol: 141 = 2nd Presentment Total Adjustment Total Amount
Text Symbol: 140 = Acct. # Acct. ID G/L Acct. Co. Code 1st Presentment
Text Symbol: 130 = Status Stmt Key Bank Key ID Stmt Date Stmt Time Total
Text Symbol: 121 = House Bank:
Text Symbol: 119 = ID#:
Text Symbol: 117 = Currency:
Text Symbol: 115 = Status:
Text Symbol: 112 = House ID:
Text Symbol: 111 = Account:
Text Symbol: 023 = Total Amount
Text Symbol: 022 = Processed
Text Symbol: 021 = Unprocessed
Text Symbol: 020 = Statement Processed
Text Symbol: 016 = Do you really want to exit?
Text Symbol: 015 = Polling Statement Processing
Text Symbol: 012 = Do you really want to process again?
Text Symbol: 011 = This statement has been processed.
Text Symbol: 010 = Polling Account Statement Processing
INCLUDE RFEBKA03_NACC.
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING titel = text-010 textline1 = text-011 textline2 = text-012 IMPORTING answer = user_answer.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING titel = text-010 textline1 = text-011 textline2 = text-012 IMPORTING answer = user_answer.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING titel = text-015 textline1 = text-016 IMPORTING answer = user_answer.
POST_MEMO_ENTRIES_POLLING_STMT CALL FUNCTION 'POST_MEMO_ENTRIES_POLLING_STMT' EXPORTING p_absnd = xxfebko-absnd p_azidt = xxfebko-azidt p_dsart = xdsart EXCEPTIONS statement_not_processed = 1 statement_not_found = 2 febko_flag_not_updated = 3 distinct_fdes_not_found = 4 other_customization = 5 advice_customization = 6 OTHERS = 7.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFEBPI20_NACC - Polling Account Statement Overview and Processing RFEBPI20_NACC - Polling Account Statement Overview and Processing RFEBPI20 - Polling Account Statement Overview and Processing RFEBPI20 - Polling Account Statement Overview and Processing RFEBPI01 - Include RFEBPI01 RFEBPI00 - Load Polling Information to Bank Table Buffers