SAP Reports / Programs | Cross-Application Components | WebClient UI | UI Configuration & Design Layer(CA-WUI-CON) SAP CA

BSP_DLC_DELETE_PERSONALIZATION SAP ABAP Report - WebClient UI: Delete UI Personalization Data







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


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 BSP_DLC_DELETE_PERSONALIZATION. "Basic submit
SUBMIT BSP_DLC_DELETE_PERSONALIZATION AND RETURN. "Return to original report after report execution complete
SUBMIT BSP_DLC_DELETE_PERSONALIZATION 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: 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


INCLUDES used within this REPORT BSP_DLC_DELETE_PERSONALIZATION

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



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