RBCA_US_DEA1 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_DEA1 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_DEA1 - Dormancy and Escheat Accounts Report
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: P1BKKRS = D Bank Area
Selection Text: P1CNTRY = Country
Selection Text: P1REG = D Region
Selection Text: P2ACHOLR = Account Holder
Selection Text: P3ACEXT = Account Number (External)
Selection Text: P3ACHOLR = Account Holder
Selection Text: P3BKKRS = D Bank Area
Selection Text: P4BKKRS = D Bank Area
Selection Text: P4CNTRY = Country
Selection Text: P4REG = D Region
Selection Text: P4RPTYR = Reporting Year
Selection Text: P_ADVERT = Advertising File
Selection Text: P_DORM = Dormant
Selection Text: P_ESCHT = Escheat
Selection Text: P_INACT = Inactive
Selection Text: P_REMITT = Remittance File
Selection Text: P_TEST = Test File
Selection Text: S1ACEXT = Account Number (External)
Selection Text: S1ACHOLR = Account Holder
Title: Dormancy and Escheat Accounts Maintenance Report
Text Symbol: 049 = Escheat Report Type
Text Symbol: 050 = BCA_US_DEA_ESCH
Text Symbol: 053 = Deletion entry already exists, overwrite?
Text Symbol: 054 = Escheat Account already reported, report again?
Text Symbol: 058 = Escheat report has been
Text Symbol: 059 = generated already.
Text Symbol: 060 = 1: Create with All Records
Text Symbol: 061 = 2: Recreate with Reported only
Text Symbol: 062 = 3: Create with Unreported only
Text Symbol: 063 = All Records
Text Symbol: 064 = Reported only
Text Symbol: 065 = Unreported only
Text Symbol: 066 = Escheat Report
Text Symbol: 069 = Unsaved data will be lost. Save before exiting?
Text Symbol: 070 = Reverse Correspondence Log Entry
Text Symbol: 001 = Selection Criteria
Text Symbol: 002 = Status Proposal
Text Symbol: 003 = Inactive
INCLUDE IBCA_US_DEATOP . " GLOBAL DATA
INCLUDE IBCA_US_DEAO01 . " PBO-MODULES
INCLUDE IBCA_US_DEAI01 . " PAI-MODULES
INCLUDE IBCA_US_DEAF08 . " FORM-ROUTINES *
INCLUDE IBCA_US_DEAF07 . " FORM-ROUTINES *
INCLUDE IBCA_US_DEAF06 . " FORM-ROUTINES *
INCLUDE IBCA_US_DEAF05 . " FORM-ROUTINES *
No SAP DATABASE tables are accessed within this REPORT code!
MESSAGES_COUNT CALL FUNCTION 'MESSAGES_COUNT' IMPORTING count = l_count.
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.
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 RBCA_US_DEA1 or its description.
RBCA_US_DEA1 - Dormancy and Escheat Accounts Maintenance Report RBCA_US_DEA1 - Dormancy and Escheat Accounts Maintenance Report RBCA_US_ACTIVATE - Report RBCA_US_ACTIVATE- Activate All US Functionality RBCA_US_ACTIVATE - Report RBCA_US_ACTIVATE- Activate All US Functionality RBCA_TST_RELEASE - Test Application for the Release Tool RBCA_TST_RELEASE - Test Application for the Release Tool