SAP Reports / Programs

BBY_DELETE SAP ABAP Report - Delete Bonus Buy







BBY_DELETE 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 BBY_DELETE 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

VBK6 - Delete Bonus Buy


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 BBY_DELETE. "Basic submit
SUBMIT BBY_DELETE AND RETURN. "Return to original report after report execution complete
SUBMIT BBY_DELETE 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: S_MATNR = D Material
Selection Text: S_MATGRP = D Material Grouping
Selection Text: S_KNR_AK = D Promotion
Selection Text: S_BBYNR = D Bonus Buy
Selection Text: P_KSCHL = D Discount Type
Selection Text: P_EXCL = Exclusively
Selection Text: P_DATETO = D to
Selection Text: P_DATEFR = From
Selection Text: P_BBYTYP = D Bonus Buy Type
Selection Text: P_BBYTAR = D Conditon Target Type
Selection Text: P_BBYCAT = D Bonus Buy Category
Title: Delete Bonus Buy
Text Symbol: 504 = Do You Want to Inform the POSs Now?
Text Symbol: 503 = Now or Later
Text Symbol: 502 = You Can Either Inform the POSs
Text Symbol: 501 = POS Outbound
Text Symbol: 411 = Conditions/Scales
Text Symbol: 408 = Currency of Bonus Buy Condition
Text Symbol: 407 = Currency
Text Symbol: 406 = Bonus Buy Condition Value (Absolute)
Text Symbol: 405 = Condition Value (Absolute)
Text Symbol: 404 = Bonus Buy Condition Value (Percentage)
Text Symbol: 403 = Condition Value (Percentage)
Text Symbol: 402 = Short Text for Bonus Buy
Text Symbol: 001 = Delete Bonus Buys
Text Symbol: 002 = Display Sorted By ...
Text Symbol: 003 = Do you really want to delete?
Text Symbol: 101 = Bonus Buy
Text Symbol: 102 = Promotion
Text Symbol: 103 = Valid in Period
Text Symbol: 104 = Attributes
Text Symbol: 105 = Prerequisites
Text Symbol: 107 = Discount Type
Text Symbol: 108 = From
Text Symbol: 109 = to
Text Symbol: 110 = Period of Validity Complete in this Time Interval
Text Symbol: 201 = Created By
Text Symbol: 202 = Bonus Buy Type





Text Symbol: 203 = Condition Record
Text Symbol: 301 = Select All
Text Symbol: 302 = Deselect All
Text Symbol: 303 = Delete
Text Symbol: 304 = Display
Text Symbol: 311 = Price
Text Symbol: 312 = Fixed Discount
Text Symbol: 313 = Percentage Discount
Text Symbol: 314 = Free Goods
Text Symbol: 401 = Short Text


INCLUDES used within this REPORT BBY_DELETE

INCLUDE BBY_DELETE_TOP.
INCLUDE BBY_DELETE_CLASS.
INCLUDE BBY_DELETE_PAI.
INCLUDE BBY_DELETE_PBO.
INCLUDE BBY_DELETE_FORMS.


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:

RV_CONDITION_RECORD_DISPLAY CALL FUNCTION 'RV_CONDITION_RECORD_DISPLAY' EXPORTING condition_use = gc_kvewe application = gc_kappl get_condition_type = true for_maintenance_only = true IMPORTING condition_type = p_kschl EXCEPTIONS OTHERS = 1.



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