RBCA_US_DS_HOLD 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_DS_HOLD 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_HOLD - Create a Detailed Hold Report
BCA_US_ISS_CC - Issue Certified 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: S1VTO = Valid To Date
Selection Text: S1VFROM = Valid From Date
Selection Text: S1REFTY = Reference Type
Selection Text: S1ISSDT = Issue Date
Selection Text: S1HLDTYP = Hold Type
Selection Text: S1HLDACT = Active Flag
Selection Text: S1BKKRS = D Bank Area
Selection Text: S1ACEXT = Account Number
Selection Text: P1VTO = Valid To
Selection Text: P1VFROM = Valid From
Selection Text: P1REFNUM = Check Number
Selection Text: P1ISSDT = Issue Date
Selection Text: P1HLDTYP = Type of Cert. Check
Selection Text: P1HLDAMT = Amount
Selection Text: P1CHQTYP = Check Type
Selection Text: P1BKKRS = Bank Area
Selection Text: P1ACEXT = Account
Title: Holds Report Program
Text Symbol: STM = Status
Text Symbol: STL = Status Text
Text Symbol: 020 = Rec ID
Text Symbol: 019 = Auth Group
Text Symbol: 018 = Data will not be saved. Continue?
Text Symbol: 017 = Records Selected For Alteration
Text Symbol: 016 = Don't Change
Text Symbol: 015 = Change
Text Symbol: 014 = You are about to alter records in the database! Continue?
Text Symbol: 013 = Please Confirm
Text Symbol: 012 = No
Text Symbol: 011 = Yes
Text Symbol: 010 = You are about to modify the database! Do you want to mark the record(s) for deletion?
Text Symbol: 009 = Bank Hold Report
Text Symbol: 008 = Create Cert. Check
Text Symbol: 007 = View Change Documents
Text Symbol: 006 = Create Hold
Text Symbol: 005 = General Query
Text Symbol: 004 = Selection Parameters For Internal Bank Account
Text Symbol: 003 = Change Hold
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BCA_US_COMPONENT_ACTIVATION CALL FUNCTION 'BCA_US_COMPONENT_ACTIVATION' EXPORTING component = g_con_us_comp EXCEPTIONS component_not_active = 1 OTHERS = 2.
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.
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_DS_HOLD - Holds Report Program RBCA_US_DS_HOLD - Holds Report Program RBCA_US_DEL_MEMO_MASS - Delete memo items (payment orders and payment items) RBCA_US_DEL_MEMO_MASS - Delete memo items (payment orders and payment items) RBCA_US_DELETE_MEMO - Delete memo items (payment orders and payment items) RBCA_US_DELETE_MEMO - Delete memo items (payment orders and payment items)