SU2X_UPDATE_S_TABU_NAM_FORMS is a standard ABAP INCLUDE 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 SU2X_UPDATE_S_TABU_NAM_FORMS 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
PRGN_CHECK_SYSTEM_TYPE CALL FUNCTION 'PRGN_CHECK_SYSTEM_TYPE' EXCEPTIONS sap_system = 1 OTHERS = 2.
TR_GET_DLVUNITS CALL FUNCTION 'TR_GET_DLVUNITS' EXPORTING iv_with_changeability = 'X' iv_with_description = 'X' IMPORTING et_dlvunits = gt_dlvunit[].
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = ld_chk_tcd EXCEPTIONS ok = 0 not_ok = 2.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 1 text = ld_tx.
VIEWCLUSTER_GET_DEFINITION CALL FUNCTION 'VIEWCLUSTER_GET_DEFINITION' EXPORTING vclname = ps_out-table TABLES vclstruc_tab = lt_vclstruc EXCEPTIONS viewcluster_not_found = 1 incomplete_viewcluster = 2 OTHERS = 3.
VIEW_GET_DDIC_INFO CALL FUNCTION 'VIEW_GET_DDIC_INFO' EXPORTING viewname = ps_out-table TABLES sellist = lt_sellist x_header = lt_x_header x_namtab = lt_x_namtab EXCEPTIONS no_tvdir_entry = 1 table_not_found = 2 OTHERS = 3.
SU2X_TRANSPORT_OBJECT CALL FUNCTION 'SU2X_TRANSPORT_OBJECT' EXPORTING i_name = ld_name i_type = 'TR' i_tr_check = 'X' i_tr_insert = 'X' i_data_flag = 'S' IMPORTING e_order = ld_order e_task = ld_task EXCEPTIONS parameter_error = 1 cancel_edit = 2 show_only = 3 check_error = 4 OTHERS = 5.
SU2X_SAVE_DATA_TO_DB CALL FUNCTION 'SU2X_SAVE_DATA_TO_DB' EXPORTING i_data_flag = 'S' i_replace_ci = 'X' i_replace_pv = 'X' i_db_commit = 'X' it_ci = lt_db_x it_pv = lt_db_t EXCEPTIONS parameter_error = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SU2X_UPDATE_S_TABU_NAM_FORMS - SU2XUPDATESTABUNAMFORMS SU2X_UPDATE_S_TABU_NAM_CMD - SU2XUPDATESTABUNAMCMD SU2X_UPDATE_S_TABU_NAM - Maintain Authorization Default Values for S_TABU_NAM SU2X_UPDATE_S_TABU_NAM - Maintain Authorization Default Values for S_TABU_NAM SU2X_TYPES - SU2XTYPES SU2X_SHOW_HISTORY_TOP - SU2XSHOWHISTORYTOP