SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Dictionary Maintenance(BC-DWB-DIC-ED) SAP BC

RS_GSUBTYPES_UPDATE SAP ABAP Report - Registration of Type Definitions und BADIs in GSUBTYPES







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


Text pool values


Title: Registration of Type Definitions und BADIs in GSUBTYPES
Text Symbol: 001 = GSUBTYPES Update
Text Symbol: 004 = Start Time
Text Symbol: 005 = Exit
Text Symbol: 014 = Global conflicts in
Text Symbol: 015 = Found
Text Symbol: 017 = Exception
Text Symbol: 019 = in
Text Symbol: 020 = Triggered
Text Symbol: 021 = Message
Text Symbol: 022 = &1 is already defined as &2 in system &3


INCLUDES used within this REPORT RS_GSUBTYPES_UPDATE

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:

TR_SYS_PARAMS CALL FUNCTION 'TR_SYS_PARAMS' IMPORTING systemtype = systype.

INT_RFC_CHECK_ACCESS CALL FUNCTION 'INT_RFC_CHECK_ACCESS' EXPORTING i_check_gsubt_active = '' EXCEPTIONS access_denied = gsub_cx_access_denied ignore_global_services = gsub_cx_ignore_global_services rfc_failure = gsub_cx_rfc_failure OTHERS = gsub_cx_rfc_failure.

GSUB_CHECK_OBJ_ATTR CALL FUNCTION 'GSUB_CHECK_OBJ_ATTR' EXPORTING i_package = -devclass IMPORTING e_register = lf_flag.

RS_SUBTYPES_CHECK_TADIR_TYPES CALL FUNCTION 'RS_SUBTYPES_CHECK_TADIR_TYPES' EXPORTING i_subtype_kind = l_sub_kind i_check_gsubt_active = '' TABLES it_subtypes = lt_subtypes_tab et_tadir_types = lt_other_types EXCEPTIONS type_not_supported = gsub_cx_invalid_parameter rfc_failure = gsub_cx_rfc_failure permission_error = gsub_cx_rfc_failure parameter_missing = gsub_cx_parameter_missing ignore_global_check = gsub_cx_ignore_global_services error_occured = gsub_cx_error_occured OTHERS = gsub_cx_error_occured.

RS_ALL_SUBTYPES_INSERT CALL FUNCTION 'RS_ALL_SUBTYPES_INSERT' DESTINATION g_destination EXPORTING i_tadir_objname = -tadir_obj_name i_tadir_object = -tadir_object i_subtype_kind = l_sub_kind TABLES it_subtypes = lt_subtypes_tab et_other_subtypes_exist = lt_other_subtypes EXCEPTIONS system_failure = gsub_cx_system_failure MESSAGE l_message communication_failure = gsub_cx_communication_failure MESSAGE l_message OTHERS = gsub_cx_error_occured.

GSUBT_CONFLICTS_INSERT CALL FUNCTION 'GSUBT_CONFLICTS_INSERT' EXPORTING i_tadir_objname = -tadir_obj_name i_tadir_object = -tadir_object i_subtype_kind = l_sub_kind it_other_types = lt_other_types i_send_mail = lf_flag EXCEPTIONS OTHERS = 0.

TYPD_GET_STATE_FOR_SE11 CALL FUNCTION 'TYPD_GET_STATE_FOR_SE11' EXPORTING typdname = l_tygrname IMPORTING state = e_state EXCEPTIONS reps_not_exist = 1 OTHERS = 2.

INT_TYPE_SCAN_ALL_STYP CALL FUNCTION 'INT_TYPE_SCAN_ALL_STYP' EXPORTING i_typepool_name = l_tygrname i_version = 'A' TABLES et_subtypes = et_subtypes_active EXCEPTIONS parameter_missing = gsub_cx_parameter_missing invalid_parameter = gsub_cx_invalid_parameter error_occured = gsub_cx_syntax_error object_not_found = gsub_cx_not_found.

INT_GSUB_GET_IMPL_NAME CALL FUNCTION 'INT_GSUB_GET_IMPL_NAME' EXPORTING i_enho_name = i_gsubt-tadir_obj_name IMPORTING incl_name = incl_name.



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