SAP Reports / Programs | Application Platform | Master Data | SAP Business Partner(AP-MD-BP) SAP AP

BUPA_TEST_DELETE SAP ABAP Report - Delete Business Partners







BUPA_TEST_DELETE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used to delete business partners in the test operation...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter BUPA_TEST_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

BUPA_DEL - Deletion without Archiving


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 BUPA_TEST_DELETE. "Basic submit
SUBMIT BUPA_TEST_DELETE AND RETURN. "Return to original report after report execution complete
SUBMIT BUPA_TEST_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: PARTNER = Business Partner
Selection Text: STATD = Only System Status "Deleted"
Selection Text: TEST = Test Run, Check Only
Selection Text: XDELE = Only Records with Del. Flag
Title: Delete Business Partners
Text Symbol: P00 = Business Partner Deletion
Text Symbol: P01 = Do you really want to delete the selected business partners?
Text Symbol: P02 = Yes
Text Symbol: P04 = No
Text Symbol: T01 = Deleted Successfully
Text Symbol: T02 = Can be deleted
Text Symbol: T03 = Business partners were processed
Text Symbol: T04 = No Business Partners Deleted
Text Symbol: T05 = Deletion is not allowed
Text Symbol: T06 = A fatal error has occured
Text Symbol: T07 = A non-specific error has occured


INCLUDES used within this REPORT BUPA_TEST_DELETE

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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = text-p00 TEXT_QUESTION = text-p01 TEXT_BUTTON_1 = text-p02 ICON_BUTTON_1 = 'ICON_CHECKED' TEXT_BUTTON_2 = text-p04 ICON_BUTTON_2 = 'ICON_INCOMPLETE' DEFAULT_BUTTON = '2' DISPLAY_CANCEL_BUTTON = ' ' START_COLUMN = 25 START_ROW = 6 IMPORTING ANSWER = lv_answer EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 2.

BUP_BUPA_MASS_DELETE CALL FUNCTION 'BUP_BUPA_MASS_DELETE' EXPORTING IV_TESTRUN = test IV_XDELE = xdele iv_with_check = lv_dele1_check TABLES IT_PARTNERS = lt_partner_range ET_PARTNERS_DELETED = lt_partners_deleted ET_RESULTS = lt_results EXCEPTIONS DELETION_NOT_ALLOWED = 1 FATAL_ERROR = 2 OTHERS = 3.



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