BCALV_DELETE_ALL_USER_LAYOUTS 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 BCALV_DELETE_ALL_USER_LAYOUTS 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: S_UNAME = User Name
Title: Report BCALV_DELETE_ALL_USER_LAYOUTS
Text Symbol: 010 = Do you really want to delete the user layouts in all displayed reports/transactions? User name:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = ' ' * I_BUFFER_ACTIVE = ' ' * I_CALLBACK_PROGRAM = ' ' * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' * I_CALLBACK_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_END_OF_LIST = ' ' i_structure_name = 'LTVARIANT' * I_BACKGROUND_ID = ' ' * I_GRID_TITLE = * I_GRID_SETTINGS = * IS_LAYOUT = * IT_FIELDCAT = * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * I_SAVE = ' ' * IS_VARIANT = * IT_EVENTS = * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = i_screen_start_column = 5 i_screen_start_line = 5 i_screen_end_column = 120 i_screen_end_line = 40 * I_HTML_HEIGHT_TOP = 0 * I_HTML_HEIGHT_END = 0 * IT_ALV_GRAPHICS = * IT_HYPERLINK = * IT_ADD_FIELDCAT = * IT_EXCEPT_QINFO = * IR_SALV_FULLSCREEN_ADAPTER = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = tables t_outtab = lt_variants * EXCEPTIONS * PROGRAM_ERROR = 1 * OTHERS = 2 .
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = title * DIAGNOSE_OBJECT = ' ' text_question = text * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' * DEFAULT_BUTTON = '1' * DISPLAY_CANCEL_BUTTON = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = * IV_QUICKINFO_BUTTON_1 = ' ' * IV_QUICKINFO_BUTTON_2 = ' ' importing answer = answer * TABLES * PARAMETER = * EXCEPTIONS * TEXT_NOT_FOUND = 1 * OTHERS = 2 .
F4_USER call function 'F4_USER' exporting object = '*' importing result = l_result_user.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BCALV_DELETE_ALL_USER_LAYOUTS - Report BCALV_DELETE_ALL_USER_LAYOUTS BCALV_DELETE_ALL_USER_LAYOUTS - Report BCALV_DELETE_ALL_USER_LAYOUTS BCALV_BUFFER_TEST_GEN_STRUCT - Buffer Test BCALV_BUFFER_TEST_GEN_STRUCT - Buffer Test BCALV_BUFFER_DEL_SHARED - Reset ALV buffer BCALV_BUFFER_DEL_SHARED - Reset ALV buffer