SAP Reports / Programs | Basis Components | Use Subcomponents | Monitoring(BC-CCM-MON) SAP BC

RSCSMBK_AGENT_REG SAP ABAP INCLUDE - RSCSMBKAGENTREG







RSCSMBK_AGENT_REG 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 RSCSMBK_AGENT_REG 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 RSCSMBK_AGENT_REG. "Basic submit
SUBMIT RSCSMBK_AGENT_REG AND RETURN. "Return to original report after report execution complete
SUBMIT RSCSMBK_AGENT_REG 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 RSCSMBK_AGENT_REG

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:

SCSMBK_CREATE_DOMAINANDSYSTEM CALL FUNCTION 'SCSMBK_CREATE_DOMAINANDSYSTEM' EXPORTING namespace = csm_default_domain IMPORTING namespace_object_entry = namespace_entry local_system_object_entry = system_entry EXCEPTIONS function_failed = 1 not_authorized = 2 OTHERS = 3.

SCSM_RS_OBJECT_INSTANTIATE CALL FUNCTION 'SCSM_RS_OBJECT_INSTANTIATE' EXPORTING scoping_object_guid = namespace_entry-ccms_obj object_key_elements = agent_key_entries other_proprty_values = agent_property_entries extended_values = extended_values object_scheme = scheme_bc object_class = cls_r3agent object_system = sy-sysid * OBJECT_STATUS = dominant_system = sy-sysid reporter = csm_standard_owner IMPORTING object_entry = agententry EXCEPTIONS incomplete_key_fields = 1 extra_key_fields = 2 not_authorized = 3 overflow_in_object_name = 4 object_class_not_defined = 5 object_class_is_obsolete = 6 object_class_is_abstract = 7 object_class_is_dynamic = 8 object_name_in_use_in_other_cl = 9 internal_error = 10 OTHERS = 11 .

SCSM_RS_ASSOCIATION_INSTANTIAT CALL FUNCTION 'SCSM_RS_ASSOCIATION_INSTANTIAT' EXPORTING scheme = scheme_bc class = asc_sysagent reporter = csm_standard_owner IMPORTING object_entry = ascentry TABLES referenced_objects = referenced_guids EXCEPTIONS not_authorized = 1 two_references_required = 2 referenced_guid_not_in_scr = 3 association_class_not_defined = 4 assoc_class_is_obsolete = 5 assoc_class_is_abstract = 6 assoc_not_valid_for_refd_clses = 7 database_error = 8 internal_error = 9 only_2_references_allowed = 10 OTHERS = 11.

SCSM_RG_REMOTESYS_ROOT_GET CALL FUNCTION 'SCSM_RG_REMOTESYS_ROOT_GET' EXPORTING namespace = csm_default_domain remote_system = sysname_helper IMPORTING remote_system_entry = mgd_system_entry EXCEPTIONS system_not_found_in_repository = 1 not_authorized = 2 internal_error = 3 ambiguous_system_id = 4 OTHERS = 5.

SCSM_RS_OBJECT_INSTANTIATE CALL FUNCTION 'SCSM_RS_OBJECT_INSTANTIATE' EXPORTING scoping_object_guid = namespace_entry-ccms_obj object_key_elements = remote_system_key_entries * OTHER_PROPRTY_VALUES = sys_data_table object_scheme = scheme_bc object_class = cls_r3 object_system = mgd_sysid dominant_system = mgd_sysid reporter = csm_standard_owner IMPORTING object_entry = mgd_system_entry EXCEPTIONS incomplete_key_fields = 1 extra_key_fields = 2 not_authorized = 3 overflow_in_object_name = 4 object_class_not_defined = 5 object_class_is_obsolete = 6 object_class_is_abstract = 7 object_class_is_dynamic = 8 object_name_in_use_in_other_cl = 9 internal_error = 10 OTHERS = 11 .

SCSM_RS_PROPERTYLIST_SET CALL FUNCTION 'SCSM_RS_PROPERTYLIST_SET' TABLES input_data = newproperty * EXTENDED_VALUES = EXCEPTIONS not_authorized = 1 database_error = 2 extended_value_error = 3 OTHERS = 4 .

SCSM_RS_ASSOCIATION_INSTANTIAT CALL FUNCTION 'SCSM_RS_ASSOCIATION_INSTANTIAT' EXPORTING scheme = scheme_bc class = asc_agentmonsys reporter = csm_standard_owner IMPORTING object_entry = ascentry TABLES referenced_objects = referenced_guids EXCEPTIONS not_authorized = 1 two_references_required = 2 referenced_guid_not_in_scr = 3 association_class_not_defined = 4 assoc_class_is_obsolete = 5 assoc_class_is_abstract = 6 assoc_not_valid_for_refd_clses = 7 database_error = 8 internal_error = 9 only_2_references_allowed = 10 OTHERS = 11.

SCSM_RG_OBJ_GUID_GET_BY_NAME CALL FUNCTION 'SCSM_RG_OBJ_GUID_GET_BY_NAME' EXPORTING namespace = csm_default_domain object_keys = host_key_entries qualifying_scheme = scheme_bc qualifying_class = cls_host IMPORTING * OBJECT_GUID = * OBJECT_NAME = object_entry = host_entry * OBJECT_KEY = * OBJECT_EXTENDED_KEY = EXCEPTIONS object_not_found = 1 key_specifications_incomplete = 2 class_not_defined = 3 multiple_objects_found = 4 not_authorized = 5 internal_error = 6 OTHERS = 7 .

SCSM_RS_OBJECT_INSTANTIATE CALL FUNCTION 'SCSM_RS_OBJECT_INSTANTIATE' EXPORTING scoping_object_guid = namespace_entry-ccms_obj object_key_elements = host_key_entries * OTHER_PROPRTY_VALUES = sys_data_table object_scheme = scheme_bc object_class = cls_host object_system = mgd_sysid dominant_system = mgd_sysid reporter = csm_standard_owner IMPORTING object_entry = host_entry EXCEPTIONS incomplete_key_fields = 1 extra_key_fields = 2 not_authorized = 3 overflow_in_object_name = 4 object_class_not_defined = 5 object_class_is_obsolete = 6 object_class_is_abstract = 7 object_class_is_dynamic = 8 object_name_in_use_in_other_cl = 9 internal_error = 10 OTHERS = 11 .

SCSM_RS_ASSOCIATION_INSTANTIAT CALL FUNCTION 'SCSM_RS_ASSOCIATION_INSTANTIAT' EXPORTING scheme = scheme_bc class = asc_agenthost reporter = csm_standard_owner IMPORTING object_entry = ascentry TABLES referenced_objects = referenced_guids EXCEPTIONS not_authorized = 1 two_references_required = 2 referenced_guid_not_in_scr = 3 association_class_not_defined = 4 assoc_class_is_obsolete = 5 assoc_class_is_abstract = 6 assoc_not_valid_for_refd_clses = 7 database_error = 8 internal_error = 9 only_2_references_allowed = 10 OTHERS = 11.



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