RFBITB01 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 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 - outstand.receivable
Selection Text: P_BSCHB = Bank - debit memo
Selection Text: P_BSCHG = Customer - charges debited
Selection Text: P_BSERT = Revenue acct - bill pres.chrgs
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 = Carry out list separation
Selection Text: P_MANST = Dunning level for posting
Selection Text: P_MAPNAM = Batch input session name
Selection Text: P_IPOST = D .
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_WWERT = Current Translation Date
Selection Text: P_VALUT = Value date
Selection Text: P_RERIS = Cancel remaining risk
Selection Text: P_RECHN = Bill/exch. w/ invoice ref.only
Title: Posting of Failed Payment Procedures
Text Symbol: 900 = Batch input session was created.
Text Symbol: 899 = Specify number of items or nothing
Text Symbol: 817 = No Charge Posting
Text Symbol: 816 = Exp.acct - bill pres.chrgs
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
INCLUDE RFBITF01.
INCLUDE RFBITF02.
INCLUDE RFBITF03.
INCLUDE RFBITF04.
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.
REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = lv_repid is_layout = ls_layout it_fieldcat = lt_fcat it_events = lt_events it_sort = lt_sort_catalog is_print = ls_print tables t_outtab = it_output exceptions program_error = 1 others = 2.
PAK_GET_SHORTTEXT_DTEL call function 'PAK_GET_SHORTTEXT_DTEL' exporting i_elem_key = lv_rollname importing e_short_text = xv_text.
FAGL_BATCH_HEADING_PERFORM call function 'FAGL_BATCH_HEADING_PERFORM' exporting is_bhdgd = bhdgd importing eo_form_grid = lo_grid.
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 or its description.
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 RFBISAG5 - Generating program for RFBISA53 RFBISAG5 - Generating program for RFBISA53