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

CSM_DISTRIBUTE_ALGLOBSYSLGFIL SAP ABAP Report - Report CSM_DISTRIBUTE_ALGLOBSYSLGFIL







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


Text pool values


Title: Report CSM_DISTRIBUTE_ALGLOBSYSLGFIL


INCLUDES used within this REPORT CSM_DISTRIBUTE_ALGLOBSYSLGFIL

INCLUDE RSALEXTI.
INCLUDE RSALINTI.
INCLUDE RSALSMCI.
INCLUDE RSCSMROUTECONSTANTS.
INCLUDE RSCSMEXTI.


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:

SCSMROUTE_SETTINGS_ON_LOAD CALL FUNCTION 'SCSMROUTE_SETTINGS_ON_LOAD' * EXPORTING * use_prio_routes = 'X' * route_cache_valid_minutes = 10 * only_local_sysid = ' ' * rfc_allowed = 'X' EXCEPTIONS OTHERS = 0.

SCSM_SYSTEM_LIST CALL FUNCTION 'SCSM_SYSTEM_LIST' TABLES systems = rem_systems EXCEPTIONS OTHERS = 0.

SALG_SYS_GROUP_GET_SYSTEMS CALL FUNCTION 'SALG_SYS_GROUP_GET_SYSTEMS' EXPORTING group_name = -sysgroup_or_sid return_only_valid = 'Y' TABLES member_systems_sid = sids_of_group EXCEPTIONS group_not_found_in_repository = 1 group_has_no_members = 2 neither_guid_nor_name_given = 3 both_guid_and_name_given = 4 not_authorized = 5 internal_error = 6 namespace_not_found = 7 OTHERS = 8.

SALC_GET_MA_LIST_BY_CUSTGROUP CALL FUNCTION 'SALC_GET_MA_LIST_BY_CUSTGROUP' DESTINATION -destinat EXPORTING cusgrpname = 'R3SyslogMscDefaultCusGoup' TABLES mesc_tid = syslog_tids_of_one_system.

SALC_UTIL_MT_READ_ALL CALL FUNCTION 'SALC_UTIL_MT_READ_ALL' DESTINATION -destinat EXPORTING get_generaldata = 'X' get_msc_specific_raw = 'X' TABLES tid_visi_maxlevel = t_tid_visi_maxlevel mte_general_rc = t_mte_general_rc msc_specific_raw_rc = t_msc_specific_raw_rc EXCEPTIONS OTHERS = 0.

SALC_MT_CUSTOMIZE_WRITE CALL FUNCTION 'SALC_MT_CUSTOMIZE_WRITE' DESTINATION -destinat TABLES mtcustwrite = t_mtcustwrite tidrc = t_tidrc EXCEPTIONS OTHERS = 0.

SALC_MSC_CUSTOMIZE_WRITE CALL FUNCTION 'SALC_MSC_CUSTOMIZE_WRITE' DESTINATION -destinat TABLES msccustwrite = t_msc_write_data msctidfilter = -filtertable tidrc = t_tidrc EXCEPTIONS OTHERS = 0.

SALI_INTERNAL_SETTINGS CALL FUNCTION 'SALI_INTERNAL_SETTINGS' EXPORTING allow_systemwide = 'X' EXCEPTIONS OTHERS = 0.

SALH_SELFMONI_BUILD_NODE CALL FUNCTION 'SALH_SELFMONI_BUILD_NODE' EXPORTING selfmoni_mo_name = 'Customizing Distribution (CEN)' "#EC NOTEXT selfmoni_mo_mte_class = 'CCMSSelfMoniCusDistribution' systemwide_context = 'X' IMPORTING selfmoni_tid = cen_distribute_motid EXCEPTIONS could_not_build_node = 1 OTHERS = 2.

SALH_SELFMONI_BUILD_NODE CALL FUNCTION 'SALH_SELFMONI_BUILD_NODE' EXPORTING selfmoni_mo_name = 'Customizing Distribution (CEN)' "#EC NOTEXT selfmoni_mo_mte_class = 'CCMSSelfMoniCusDistribution' selfmoni_ma_name = 'Messages' selfmoni_ma_mte_class = 'CCMSSelfMoniSapmssyTMessages' systemwide_context = 'X' "#EC NOTEXT IMPORTING selfmoni_tid = cen_distribute_msctid EXCEPTIONS OTHERS = 0.



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