SAP Reports / Programs | Basis Components | Security | ABAP Authorization and Role Management(BC-SEC-AUT-PFC) SAP BC

SU2X_UPDATE_S_TABU_NAM_FORMS SAP ABAP INCLUDE - SU2XUPDATESTABUNAMFORMS







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


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 SU2X_UPDATE_S_TABU_NAM_FORMS. "Basic submit
SUBMIT SU2X_UPDATE_S_TABU_NAM_FORMS AND RETURN. "Return to original report after report execution complete
SUBMIT SU2X_UPDATE_S_TABU_NAM_FORMS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT SU2X_UPDATE_S_TABU_NAM_FORMS

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:

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.



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