RBCA_US_RE_BC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RBCA_US_RE_BC into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
BCA_US_DS_BC - Display Bank Checks
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: S3PO_DP = D Posting date
Selection Text: S3PO_AMT = Amount of Check/PO
Selection Text: S3BP_NO = Customer Num.
Selection Text: S3BP_ACN = Customer Acct. Num.
Selection Text: S3BKKRS = D Bank area
Selection Text: S2CH_TYP = Check Type
Selection Text: S2CH_STA = Check Status
Selection Text: S2CH_DP = D Issue date
Selection Text: S2CH_ACN = Paying Bank Acct. Num.
Selection Text: S2BKKRS = D Bank area
Selection Text: S1PO_NR = D Payment order number
Selection Text: S1PO_DP = D Posting date
Selection Text: S1CH_NUM = Check Number
Selection Text: S1BKKRS = D Bank area
Title: Bank Check Report Program
Text Symbol: 009 = Bank Check Report
Text Symbol: 008 = Note: Tabs are mutually exclusive. Combined tab search is not allowed.
Text Symbol: 007 = Pay. Ord. Query
Text Symbol: 006 = Check Query
Text Symbol: 005 = Simple Query
Text Symbol: 004 = Selection Parameters For Internal Bank Account
Text Symbol: 003 = Selection Parameters For Customer
Text Symbol: 002 = Selection Parameters For Payment Order
Text Symbol: 001 = Selection Parameters For Bank Check
INCLUDE IBCA_US_RE_BC_TOP .
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RBCA_US_RE_BC - Bank Check Report Program RBCA_US_RE_BC - Bank Check Report Program RBCA_US_ON_OFF - BCA: Turn US/CAN specific enhancements on and off RBCA_US_ON_OFF - BCA: Turn US/CAN specific enhancements on and off RBCA_US_OD_PROCESS - Overdraft protection process RBCA_US_OD_PROCESS - Overdraft protection process