SAP Reports / Programs

BBP_DELETE_LOCAL_ACCOUNT SAP ABAP Report - Delete Local Account Assignment Data (Standalone w. Local Acct Assgmt)







BBP_DELETE_LOCAL_ACCOUNT 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 BBP_DELETE_LOCAL_ACCOUNT into the relevant SAP transactions such as SE38 or SE80


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 BBP_DELETE_LOCAL_ACCOUNT. "Basic submit
SUBMIT BBP_DELETE_LOCAL_ACCOUNT AND RETURN. "Return to original report after report execution complete
SUBMIT BBP_DELETE_LOCAL_ACCOUNT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Delete Local Account Assignment Data (Standalone w. Local Acct Assgmt)
Text Symbol: 032 = Valid To
Text Symbol: 031 = Valid From
Text Symbol: 030 = Object
Text Symbol: 029 = Data from table BBP_STD_ACCD (value description)
Text Symbol: 028 = Data from table BBP_STD_ACC (local acct assignment data (MarketSet))
Text Symbol: 027 = Value description
Text Symbol: 026 = Language
Text Symbol: 025 = General account assignment value
Text Symbol: 020 = 1 year residence time
Text Symbol: 019 = 6 months residence time
Text Symbol: 018 = 3 months residence time
Text Symbol: 017 = No residence time
Text Symbol: 016 = Residence time
Text Symbol: 015 = No account assignment objects found
Text Symbol: 014 = No selection restrictions
Text Symbol: 013 = Delete objects without system log display
Text Symbol: 012 = Delete objects with system log display
Text Symbol: 009 = Select all acct assignment objects for FI system
Text Symbol: 008 = Select all objects (irrespective of restrictions)
Text Symbol: 007 = No database changes (only system log display)
Text Symbol: 006 = Database changes and system log display
Text Symbol: 005 = Validity Date
Text Symbol: 004 = Account Assignment Value
Text Symbol: 003 = Account Assignment Object
Text Symbol: 002 = Logical FI system
Text Symbol: 001 = Selection criteria


INCLUDES used within this REPORT BBP_DELETE_LOCAL_ACCOUNT

No INCLUDES are used within this REPORT code!


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:

No SAP FUNCTION MODULES are executed within this report code!



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 BBP_DELETE_LOCAL_ACCOUNT or its description.