BSP_DLC_DELETE_PERSONALIZATION 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 BSP_DLC_DELETE_PERSONALIZATION 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: COMP = UI Component
Selection Text: COMPUSG = Component Usage
Selection Text: OBJSUBT = Object Subtype
Selection Text: OBJTYP = Object Type
Selection Text: PERSUSER = Personalization User
Selection Text: ROLEKEY = Role Configuration Key
Selection Text: TRKORR = Request/Task of Configurations
Selection Text: VIEWNAME = View
Title: WebClient UI: Delete UI Personalization Data
Text Symbol: 001 = Personalization data successfully deleted
Text Symbol: 002 = No personalization data found with these selection parameters
Text Symbol: 003 = No configuration entries found for the specified transport request
Text Symbol: 004 = Delete UI Personalizations marked as obsolete
Text Symbol: 005 = Do you want to delete personalization data? Entries to delete: &1
Text Symbol: 006 = Delete Personalization
Text Symbol: 007 = Action canceled
Text Symbol: 008 = No hits for these select options
Text Symbol: 009 = Selection of UI Personalizations to be deleted
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 text_question = lv_text titlebar = text-006 display_cancel_button = space IMPORTING answer = answer EXCEPTIONS OTHERS = 1.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = lv_text titlebar = text-006 display_cancel_button = space IMPORTING answer = answer EXCEPTIONS OTHERS = 1.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = lv_text titlebar = text-006 display_cancel_button = space IMPORTING answer = answer EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BSP_DLC_DELETE_PERSONALIZATION - WebClient UI: Delete UI Personalization Data BSP_DLC_DELETE_PERSONALIZATION - WebClient UI: Delete UI Personalization Data BSP_DLC_DELETE_CONFIG_TEXT - BSPDLCDELETECONFIGTEXT BSP_DLC_DELETE_CONFIG_TEXT - BSPDLCDELETECONFIGTEXT BSP_DLC_COPY_PERSONALIZATION - BSPDLCCOPYPERSONALIZATION BSP_DLC_COPY_PERSONALIZATION - BSPDLCCOPYPERSONALIZATION