SAP Reports / Programs | Bank Customer Accounts | Bank Components | Bank Customer Accounts(IS-B-BCA) SAP IS

RBCA_US_DEA1 SAP ABAP Report - Dormancy and Escheat Accounts Maintenance Report







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

BCA_US_DEA1 - Dormancy and Escheat Accounts Report


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RBCA_US_DEA1. "Basic submit
SUBMIT RBCA_US_DEA1 AND RETURN. "Return to original report after report execution complete
SUBMIT RBCA_US_DEA1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Text Symbol: 004 = Dormant
Text Symbol: 005 = Escheat
Text Symbol: 006 = Account Maintenance
Text Symbol: 007 = Correspondence History
Text Symbol: 008 = Escheat Adjustment
Text Symbol: 009 = Deletion Code
Text Symbol: 010 = Deletion Amount
Text Symbol: 011 = Set Inactive
Text Symbol: 012 = Set Dormant
Text Symbol: 013 = Set Escheat
Text Symbol: 015 = Create Correspondence Log Entry
Text Symbol: 016 = Proposal: Inactive Accounts
Text Symbol: 017 = Proposal: Dormant Accounts
Text Symbol: 018 = Proposal: Escheat Accounts
Text Symbol: 019 = Correpondence History Log for Business Partner
Text Symbol: 020 = TBCA_US_DEA_PRO
Text Symbol: 021 = Selected accounts will be updated, do you want to proceed?
Text Symbol: 022 = Yes
Text Symbol: 023 = No
Text Symbol: 024 = TBCA_US_DEA1
Text Symbol: 028 = Edit Correspondence Log Entry
Text Symbol: 030 = Display Correspondence History
Text Symbol: 032 = No property records exist. Do you want to create an empty Escheat file?
Text Symbol: 033 = Create Escheat File
Text Symbol: 038 = Generate Addition
Text Symbol: 039 = Generate Deletion
Text Symbol: 043 = An Escheat Deletion will be created. Do you want to proceed?
Text Symbol: 044 = Enter Deletion Information
Text Symbol: 045 = Create Escheat File
Text Symbol: 046 = Advertising: Report only - no money or property submitted
Text Symbol: 047 = Remittance: Report with money and/or property submitted
Text Symbol: 048 = Test: Report is a test file only


INCLUDES used within this REPORT RBCA_US_DEA1

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 *





INCLUDE IBCA_US_DEAF04 . " FORM-ROUTINES *
INCLUDE IBCA_US_DEAF03 . " FORM-ROUTINES *
INCLUDE IBCA_US_DEAF02 . " FORM-ROUTINES *
INCLUDE IBCA_US_DEAF01 . " FORM-ROUTINES *


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

MESSAGES_COUNT CALL FUNCTION 'MESSAGES_COUNT' IMPORTING count = l_count.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.



Contribute (Add Comments)

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.