RFBITB01_NACC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program enables certain failed payment transactions such as bills of exchange, check and bank collection to be posted automatically...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 RFBITB01_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: DEBITOR = Customer
Selection Text: P_BLART = Document Type
Selection Text: P_BLDAT = Document Date
Selection Text: P_BSCHA = Customer - Residual Receivable
Selection Text: P_BSCHB = Bank - Debit Memo
Selection Text: P_BSCHG = Customer - Charges Debited
Selection Text: P_BSERT = Revenue Acct - B/Exch. Charges
Selection Text: P_BUDAT = Posting Date
Selection Text: P_BUKRS = Company Code
Selection Text: P_CORRE = Trigger Message
Selection Text: P_DUEDA = Copy Old Due Date
Selection Text: P_LISEP = Perform List Separation
Selection Text: P_MANST = Dunning Level for Posting
Selection Text: X3 = Post Immediately
Selection Text: X2 = Create Batch Input Session
Selection Text: X1 = Simulation
Selection Text: S_MOTIF = Bouncing Reason
Selection Text: S_IDPOS = Document Type
Selection Text: S_HBKID = Presentation Bank
Selection Text: P_ZTERM = Payment Terms for Posting
Selection Text: P_ZLSCH = Payment Method
Selection Text: P_VALUT = Value Date
Selection Text: P_RERIS = Reverse Remaining Risk
Selection Text: P_RECHN = Only B/Exch. with Inv. Ref.
Selection Text: P_MAPNAM = Batch Input Session Name
Title: Posting of Failed Payment Procedures
Text Symbol: 816 = Exp. Acct - B/Exch. Charges
Text Symbol: 815 = Expense Acct
Text Symbol: 814 = Charges to Expense Account
Text Symbol: 813 = Charges to Customer
Text Symbol: 812 = Post Immediately
Text Symbol: 811 = Create Batch Input Session
Text Symbol: 810 = Simulation
Text Symbol: 806 = Bank - Debit Memo
Text Symbol: 805 = Rev. Acct - B/Exch.Charges
Text Symbol: 804 = Correspondence Type
Text Symbol: 803 = Exit Correspondence
Text Symbol: 802 = Special G/L Indicator
INCLUDE RFBITF02_NACC.
INCLUDE RFBITF03_NACC.
INCLUDE RFBITF04_NACC.
INCLUDE RFBITF01_NACC.
No SAP DATABASE tables are accessed within this REPORT code!
NEXT_DYNPRO_SEARCH call function 'NEXT_DYNPRO_SEARCH' EXPORTING i_bschl = p_bscha i_bukrs = p_bukrs i_tcode = 'FB01' i_umskz = p_umska i_winfk = 'ZKOD' IMPORTING e_dynnra = h_dynp1 e_mpool = h_pool1 EXCEPTIONS others = 99.
NEXT_DYNPRO_SEARCH call function 'NEXT_DYNPRO_SEARCH' EXPORTING i_bschl = p_bscha i_bukrs = p_bukrs i_tcode = 'FB05' i_umskz = p_umska i_winfk = 'ZKOD' IMPORTING e_dynnra = h_dynp2 e_mpool = h_pool2 EXCEPTIONS others = 99.
NEXT_DYNPRO_SEARCH call function 'NEXT_DYNPRO_SEARCH' EXPORTING i_bschl = p_bschg i_bukrs = p_bukrs i_tcode = 'FB01' i_umskz = p_umskg i_winfk = 'ZKOD' IMPORTING e_dynnra = h_dynp3 e_mpool = h_pool3 EXCEPTIONS others = 99.
NEXT_DYNPRO_SEARCH call function 'NEXT_DYNPRO_SEARCH' EXPORTING i_bschl = p_bschg i_bukrs = p_bukrs i_tcode = 'FB05' i_umskz = p_umskg i_winfk = 'ZKOD' IMPORTING e_dynnra = h_dynp4 e_mpool = h_pool4 EXCEPTIONS others = 99.
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 RFBITB01_NACC or its description.
RFBITB01_NACC - Posting of Failed Payment Procedures RFBITB01_NACC - Posting of Failed Payment Procedures RFBITB01 - Posting of Failed Payment Procedures RFBITB01 - Posting of Failed Payment Procedures RFBISAI1 - documentation and ABAP source code RFBISAI0 - Subroutine Pool for Initializations of Batch Input Structures