SU2X_UPDATE_S_TABU_NAM_SALV 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_SALV 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!
SU2X_MAINTAIN_SINGLE CALL FUNCTION 'SU2X_MAINTAIN_SINGLE' EXPORTING i_name = ld_tcode i_type = 'TR' i_operative_mode = 'S' "Show i_table_set = 'S' "SAP i_display_pv = 'X' i_display_sm = '' EXCEPTIONS OTHERS = 0.
SU2X_MAINTAIN_SINGLE CALL FUNCTION 'SU2X_MAINTAIN_SINGLE' EXPORTING i_name = ld_tcode i_type = 'TR' i_operative_mode = 'S' "Show i_table_set = 'C' "Customer i_display_pv = 'X' i_display_sm = '' EXCEPTIONS OTHERS = 0.
DDUT_TEXT_FOR_VALUE CALL FUNCTION 'DDUT_TEXT_FOR_VALUE' EXPORTING tabname = 'T000' fieldname = 'CCCATEGORY' value = ls_t000-cccategory langu = sy-langu IMPORTING text = ld_tx EXCEPTIONS OTHERS = 3.
DDUT_TEXT_FOR_VALUE CALL FUNCTION 'DDUT_TEXT_FOR_VALUE' EXPORTING tabname = 'T000' fieldname = 'CCCORACTIV' value = ls_t000-cccoractiv langu = sy-langu IMPORTING text = ld_tx EXCEPTIONS OTHERS = 3.
DDUT_TEXT_FOR_VALUE CALL FUNCTION 'DDUT_TEXT_FOR_VALUE' EXPORTING tabname = 'T000' fieldname = 'CCNOCLIIND' value = ls_t000-ccnocliind langu = sy-langu IMPORTING text = ld_tx EXCEPTIONS OTHERS = 3.
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_SALV - SU2XUPDATESTABUNAMSALV 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