UCDELETEAREA00 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 UCDELETEAREA00 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
UCDL0 - Delete Cons Area-dependent Settings
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: PA_DELE = Cons Area to be Deleted
Selection Text: PA_REAL = Update Run
Selection Text: PA_TEST = Test Run
Title: Deletion of Customizing Settings
Text Symbol: 000 = Transaction not released by SAP
Text Symbol: 001 = Delete the Consolidation Area?
Text Symbol: 002 = Yes
Text Symbol: 003 = Cancel
Text Symbol: 004 = Consolidation Area
Text Symbol: 005 = Save anyway?
Text Symbol: 006 = Warning
Text Symbol: 007 = Deleted Values for &1
Text Symbol: 008 = Changed Values for &1
Text Symbol: 009 = All Values
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 diagnose_object = 'UCDELETEAREA00' text_question = text-005 display_cancel_button = space IMPORTING answer = ld_answer EXCEPTIONS OTHERS = 1.
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log IMPORTING e_log_handle = ld_log_hndl EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = ld_log_hndl i_s_msg = ls_balmsg EXCEPTIONS OTHERS = 1.
BAL_DSP_PROFILE_SINGLE_LOG_GET CALL FUNCTION 'BAL_DSP_PROFILE_SINGLE_LOG_GET' IMPORTING e_s_display_profile = ls_display_profile EXCEPTIONS OTHERS = 1.
BAL_CNTL_CREATE CALL FUNCTION 'BAL_CNTL_CREATE' EXPORTING i_container = lo_container i_s_display_profile = ls_display_profile i_t_log_handle = lt_log_hndl.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-006 text_question = text-001 text_button_1 = text-002 icon_button_1 = 'ICON_OKAY' text_button_2 = text-003 icon_button_2 = 'ICON_CANCEL' default_button = '2' display_cancel_button = space IMPORTING answer = gd_answer .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
UCDELETEAREA00 - Deletion of Customizing Settings UCDELETEAREA00 - Deletion of Customizing Settings UCDATABASISGEN - Generate Data Basis UCDATABASISGEN - Generate Data Basis UCD0_SHM_COMPARE_HRY - Compare Shared Objects Hierarchies, Status Management, Customizing UCD0_SHM_COMPARE_HRY - Compare Shared Objects Hierarchies, Status Management, Customizing