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
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: $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
INCLUDE BUSDELE0TOP.
INCLUDE BUSGENC2.
INCLUDE BUSGENC1.
INCLUDE OBARCH_CREATE_LOGF01.
INCLUDE OBARCH_ERROR_HANDLERF01.
No SAP DATABASE tables are accessed within this REPORT code!
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.
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.