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
Below is a list of transaction codes which are relevant to this SAP report
BUPA_DEL - Deletion without Archiving
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BUPA_TEST_DELETE - Delete Business Partners BUPA_TEST_DELETE - Delete Business Partners BUPA_STATUS_CRM_KAPX_UPDATE - Transfer Status Extraction in PI_BASIS to Package CRM_KAPX BUPA_STATUS_CRM_KAPX_UPDATE - Transfer Status Extraction in PI_BASIS to Package CRM_KAPX BUPA_SEND - Program BUPA_SEND BUPA_SEND - Program BUPA_SEND