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

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







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


Text pool values


Selection Text: REALMODE = X-Initialization, ''-Test
Title: Registration of Type Definitions und BADIs in GSUBTYPES
Text Symbol: 001 = GSUBTYPES Initialization
Text Symbol: 002 = Inconsistent Data
Text Symbol: 003 = GSUBT_LOCAL was initialized, but is empty
Text Symbol: 004 = Start Time
Text Symbol: 005 = End
Text Symbol: 006 = Registration of objects was completed
Text Symbol: 007 = Contains no objects with object type
Text Symbol: 008 = Registration initialized in GSUBT_LOCAL
Text Symbol: 009 = PAKPARAM changed
Text Symbol: 011 = TADIR in
Text Symbol: 012 = Test Mode
Text Symbol: 014 = Global conflicts in
Text Symbol: 015 = Found
Text Symbol: 016 = Selected in TADIR, created in GSUBT_LOCAL
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_INIT

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 = g_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.

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_active 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 l_destination EXPORTING i_tadir_objname = i_gsubt-tadir_obj_name i_tadir_object = i_gsubt-tadir_object i_subtype_kind = l_sub_kind TABLES it_subtypes = lt_subtypes_active 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 = i_gsubt-tadir_obj_name i_tadir_object = i_gsubt-tadir_object i_subtype_kind = l_sub_kind it_other_types = lt_other_types 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_error_occured object_not_found = gsub_cx_not_found OTHERS = gsub_cx_error_occured.

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.

BAPI_USER_GET_DETAIL CALL FUNCTION 'BAPI_USER_GET_DETAIL' EXPORTING username = 'CZARNECKA' "#EC NOTEXT IMPORTING address = address TABLES return = lt_return.

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.



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