SAP Reports / Programs

/SAPSLL/BP_DATA_CLEANUP SAP ABAP Report - Delete SAP GTS Data for Business Partners







/SAPSLL/BP_DATA_CLEANUP 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 /SAPSLL/BP_DATA_CLEANUP 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 /SAPSLL/BP_DATA_CLEANUP. "Basic submit
SUBMIT /SAPSLL/BP_DATA_CLEANUP AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/BP_DATA_CLEANUP 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_EXT_BP = External Partner Number
Selection Text: S_BP = Internal Partner Number
Selection Text: P_PKSIZE = Package Size
Selection Text: P_IDTEXT = Application Log ID
Selection Text: C_SIMUL = Simulation Mode
Selection Text: C_BPREL = D .
Selection Text: C_APPLOG = Display Application Log
Title: Delete SAP GTS Data for Business Partners
Text Symbol: T03 = Delete Business Partner Data
Text Symbol: T02 = Processing Options
Text Symbol: T01 = Selection Criteria
Text Symbol: S11 = The error list was not processed.
Text Symbol: S10 = No business partner found
Text Symbol: S08 = Archive the listed objects manually using the archiving function for SPL
Text Symbol: S07 = Archive the listed objects manually using the archiving function for licenses
Text Symbol: S06 = Delete the Worklist
Text Symbol: S05 = Archive the listed objects manually using the archiving function from the Preference area
Text Symbol: S04 = Entry will be deleted
Text Symbol: S03 = The entry has been successfully deleted
Text Symbol: S02 = Delete the listed Customizing objects manually
Text Symbol: S01 = Archive the listed objects manually
Text Symbol: P03 = No
Text Symbol: P02 = Yes
Text Symbol: P01 = A large number of business partners was selected, which will cause a long runtime. Continue anyway?
Text Symbol: P00 = Delete Business Partners (SAP GTS Objects)
Text Symbol: 013 = SPLCU
Text Symbol: 012 = Table Name
Text Symbol: 011 = Remarks
Text Symbol: 010 = Business Partners
Text Symbol: 009 = PNTBPF
Text Symbol: 008 = PNTBP
Text Symbol: 007 = ARCH
Text Symbol: 006 = CUST
Text Symbol: 005 = DOCT
Text Symbol: 004 = WLST
Text Symbol: 003 = PREF
Text Symbol: 002 = LCLIC
Text Symbol: 001 = PARMA





INCLUDES used within this REPORT /SAPSLL/BP_DATA_CLEANUP

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-p03 icon_button_2 = 'ICON_INCOMPLETE' default_button = '2' display_cancel_button = ' ' start_column = 25 start_row = 6 IMPORTING answer = gv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

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-p03 icon_button_2 = 'ICON_INCOMPLETE' default_button = '2' display_cancel_button = ' ' start_column = 25 start_row = 6 IMPORTING answer = gv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

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-p03 icon_button_2 = 'ICON_INCOMPLETE' default_button = '2' display_cancel_button = ' ' start_column = 25 start_row = 6 IMPORTING answer = gv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

/SAPSLL/APPLOG_DISPLAY CALL FUNCTION '/SAPSLL/APPLOG_DISPLAY' EXPORTING iv_object = gc_applog_obj-partner iv_subobject = gc_applog_subobj-partner_cleanup iv_extnumber = gv_idtext is_debug = gs_debug EXCEPTIONS no_log_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 /SAPSLL/BP_DATA_CLEANUP or its description.