RFBLBC01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With this program you display or process bank chains for bank account carry-overs (payments between house bank accounts)...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 RFBLBC01 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FIBTU - Main. bank chains for acctCarry over
FIBTS - Dis. bank chains for acct carry fwds
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: BUKRS_FR = Company code
Selection Text: BUKRS_TO = Company code
Selection Text: HBKID_FR = House bank
Selection Text: HBKID_TO = House bank
Selection Text: HKTID_FR = Account
Selection Text: HKTID_TO = Account
Selection Text: UZAWE = Payment method supplement
Selection Text: WAERS = Payment currency
Title: Bank chains for bank account carry forwards
Text Symbol: 001 = Exit
Text Symbol: 003 = Save your changes first?
Text Symbol: 011 = Dispatching house bank
Text Symbol: 012 = Receiving house bank
Text Symbol: 013 = Other limitations
Text Symbol: 014 = Payment direct.
Text Symbol: 015 = Incoming payment
Text Symbol: 016 = Outgoing payment
Text Symbol: 100 = Edit bank chains for bank account carry forwards
Text Symbol: 101 = Display bank chains for bank acct carry forwards
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FI_BL_BANKCHAIN_ACTIVE CALL FUNCTION 'FI_BL_BANKCHAIN_ACTIVE' EXCEPTIONS BANKCHAIN_NOT_ACTIVE = 1 FATAL_ERROR = 2 OTHERS = 3.
FI_BL_BANKCHAIN_ASSGNP_MAINT CALL FUNCTION 'FI_BL_BANKCHAIN_ASSGNP_MAINT' EXPORTING I_BANKS_REC = G_BANKS_TO I_BANKK_REC = G_BANKL_TO I_BANKN_REC = L_BANKN_TO I_BANKS_SND = G_BANKS_FR I_BANKK_SND = G_BANKL_FR I_WAERS = WAERS I_UZAWE = UZAWE I_AKTYP = G_AKTYP IMPORTING E_XCHNG = L_CHANGED.
FI_BL_BANKCHAIN_ASSGNP_MAINT CALL FUNCTION 'FI_BL_BANKCHAIN_ASSGNP_MAINT' EXPORTING I_BANKS_REC = G_BANKS_FR I_BANKK_REC = G_BANKL_FR I_BANKN_REC = L_BANKN_FR I_BANKS_SND = G_BANKS_TO I_BANKK_SND = G_BANKL_TO I_WAERS = WAERS I_UZAWE = UZAWE I_AKTYP = G_AKTYP IMPORTING E_XCHNG = L_CHANGED.
POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TEXTLINE1 = TEXT-003 TITEL = TEXT-001 DEFAULTOPTION = 'J' IMPORTING ANSWER = L_ANSWER EXCEPTIONS OTHERS = 1.
FI_BL_BANKCHAIN_ASSGNP_SAVE CALL FUNCTION 'FI_BL_BANKCHAIN_ASSGNP_SAVE' 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.
RFBLBC01 - Bank chains for bank account carry forwards RFBLBC01 - Bank chains for bank account carry forwards RFBLBC00 - Bank Chains for House Banks RFBLBC00 - Bank Chains for House Banks RFBK_XPRA_PRODUCTTOP - Include RFBK_XPRA_PRODUCTTOP RFBK_VALIDATE_BANK_ACST_F02 - Include RFBK_VALIDATE_BANK_ACST_F02