SAP Reports / Programs

BUSDELE0 SAP ABAP Report - Delete Program







BUSDELE0 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 BUSDELE0 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 BUSDELE0. "Basic submit
SUBMIT BUSDELE0 AND RETURN. "Return to original report after report execution complete
SUBMIT BUSDELE0 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: $O011 = Contract Number
Selection Text: $O012 = Client
Selection Text: $O013 = Master Agreement
Selection Text: $O014 = Provider Contract
Selection Text: $O015 = Prepaid Account
Selection Text: $O016 = Contract Account
Selection Text: $O017 = Business Partner
Selection Text: $O018 = Budget Period
Selection Text: $O019 = FM Area
Selection Text: $O020 = Funded Program
Selection Text: $O021 = Grant
Selection Text: $O022 = Company Code
Selection Text: $O023 = Business Partner
Selection Text: $O024 = No. Variable Trans.
Selection Text: $O025 = Payment card type
Selection Text: $O026 = To
Selection Text: $O027 = Bank Area
Selection Text: $O028 = Plan number of the retirement
Selection Text: $O029 = Functional Area
Selection Text: $O030 = RE Key
Selection Text: $O031 = ArchObj
Selection Text: $O032 = RE Key
Selection Text: $O033 = RE Key
Selection Text: $O034 = RE Key
Selection Text: $O035 = RE Key
Selection Text: $O036 = Company Code
Selection Text: $O037 = Contract Number
Selection Text: $O038 = RE Key
Selection Text: $O039 = RE Key
Selection Text: $O040 = RE Key
Selection Text: $O041 = Object Number
Selection Text: $O042 = RE Key
Selection Text: $O043 = RE Key
Selection Text: P_LOG = With Application Log
Selection Text: TESTRUN = Test Run
Selection Text: XDELE = Note Deletion Flag
Selection Text: $D000 = General Data
Selection Text: $D001 = Company Code Data





Selection Text: $D001001 = Company Code
Selection Text: $D002 = Financial Product
Selection Text: $D002001 = Dunning Area
Selection Text: $D003 = Dunning Area Data
Selection Text: $D003001 = Company Code
Selection Text: $D003002 = Dunning Area
Selection Text: $D004 = Billing Group Data
Selection Text: $D004001 = Company Code
Selection Text: $D005 = FSCM Credit Segment
Selection Text: $D005001 = Credit Segment
Selection Text: $O010 = Commission Application
Selection Text: $O009 = Business Partner
Selection Text: $O008 = Role definition cat.
Selection Text: $O007 = Relationship Cat.
Selection Text: $O006 = Business Partner
Selection Text: $O005 = Standing Order No.
Selection Text: $O004 = Bank Area
Selection Text: $O003 = Internal Acct Number
Selection Text: $O002 = Bank Area
Selection Text: $O001 = Internal Acct Number
Selection Text: $D006001 = Differentiation Criterion
Selection Text: $D006 = Differentiation
Title: Delete Program
Text Symbol: B03 = Program Control
Text Symbol: B02 = Other Selections
Text Symbol: B01 = General Selections
Text Symbol: 008 = Detail Log
Text Symbol: 007 = Reason
Text Symbol: 006 = Object ID
Text Symbol: 005 = The following data will not be deleted:
Text Symbol: 004 = No data was selected for deletion
Text Symbol: 003 = will be deleted
Text Symbol: 002 = Data recs
Text Symbol: 001 = Test Run W/O Data Deletion


INCLUDES used within this REPORT BUSDELE0

INCLUDE BUSDELE0TOP.
INCLUDE BUSGENC2.
INCLUDE BUSGENC1.
INCLUDE OBARCH_CREATE_LOGF01.
INCLUDE OBARCH_ERROR_HANDLERF01.





INCLUDE LBUD0_ARCHF02.
INCLUDE LBUD0_ARCHF03.
INCLUDE BUSARCHDELF01.


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:

BUS_TBZ1_SELECT_SINGLE CALL FUNCTION 'BUS_TBZ1_SELECT_SINGLE' EXPORTING I_OBJAP = GV_OBJAP IMPORTING E_TBZ1 = TBZ1 EXCEPTIONS NOT_FOUND = 1.

BDT_TBZ1F_GET CALL FUNCTION 'BDT_TBZ1F_GET' EXPORTING IV_OBJCN = GC_OBJCN_BUSS IV_OBJAP = GV_OBJAP TABLES ET_TBZ1F = LT_TBZ1F EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.



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