SAP Reports / Programs

RSDSAS4_MEM_MGMT SAP ABAP Report - Program RSDS_AS4_MEM_MGMT







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


Text pool values


Title: Program RSDS_AS4_MEM_MGMT


INCLUDES used within this REPORT RSDSAS4_MEM_MGMT

INCLUDE RSALEXTI.
INCLUDE RSALSMI.
INCLUDE RSALSMFI.
INCLUDE RSMEMGMT.


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:

STU4_R3AS4_MEMORY_MGMT CALL FUNCTION 'STU4_R3AS4_MEMORY_MGMT' IMPORTING actspace0 = p_common0_act_space actspace1 = p_roll_area_act_space freelist0 = p_freelist_0 freelist1 = p_freelist_1 freeint = p_roll_mgmt_internal esfreeres = p_free_ext_mem EXCEPTIONS internal_error = 1 OTHERS = 2.

SALI_MO_CREATE_ATTACH CALL FUNCTION 'SALI_MO_CREATE_ATTACH' EXPORTING parent_tid = parent_tid mo_name = mo_name * NUMRANGE = AL_NR_AUTO * UNIQUENUM = visible_on_userlev = visibility desc_text_msgid = message_id desc_text_msgno = msg_no mt_class = mt_class tool_collecting = 'AS/400_R/3_MemMgmt' * TOOL_ONALERT = * TOOL_ANALYZE = IMPORTING new_tid = mo_tid EXCEPTIONS invalid_tid = 1 unable_to_expand_name = 2 invalid_parameters = 3 communication_failure = 4 other_problem = 5 wrong_segment = 6 internal_failure_sals = 7 OTHERS = 8.

SALI_PERF_CREATE_ATTACH CALL FUNCTION 'SALI_PERF_CREATE_ATTACH' EXPORTING parent_tid = parent_tid mte_name = mte_name mte_class = mte_class * MTE_NUMRANGE = AL_NR_AUTO * MTE_UNIQUENUM = mte_severity = 50 mte_visible_on_userlev = visibility mte_keepaltype = al_keep_newest mte_keepalmax = 10 mte_seconds_til_collectingtool = 300 mte_seconds_until_set_inactive = 900 mte_seconds_warmuptime = 0 mte_f1_help_text_msgid = message_id mte_f1_help_text_msgno = mte_msg_no perf_customizing_group = mte_class perf_subtype = al_std_no_subclass perf_relevant_value = al_perf_rv_last perf_threshold_direction = al_threshdir_above perf_threshold_green_to_yellow = green_to_yellow perf_threshold_yellow_to_red = yellow_to_red * PERF_THRESHOLD_YELLOW_TO_GREEN = * PERF_THRESHOLD_RED_TO_YELLOW = perf_unit_to_display = unit perf_decimals = 0 perf_alert_text_msgid = 'RT' perf_alert_text_msgno = 001 * TOOL_COLLECTING = * TOOL_ONALERT = * TOOL_ANALYZE = tool_tooldispatcher = 'SAP_CCMS_DEFAULT_TD' IMPORTING new_tid = mte_tid EXCEPTIONS invalid_tid = 1 unable_to_expand_name = 2 invalid_parameters = 3 communication_failure = 4 other_problem = 5 wrong_segment = 6 internal_failure_sals = 7 OTHERS = 8.

SALI_PERF_REPORT_VALUE CALL FUNCTION 'SALI_PERF_REPORT_VALUE' EXPORTING total_of_reported_values = rep_val number_of_reported_values = 1 reportedby = reportedby CHANGING tid = mte_tid EXCEPTIONS invalid_tid = 1 wrong_typeclass = 2 invalid_parameters = 3 communication_failure = 4 other_problem = 5 wrong_segment = 6 internal_failure_sals = 7 OTHERS = 8.

SALI_SUM_CREATE_ATTACH CALL FUNCTION 'SALI_SUM_CREATE_ATTACH' EXPORTING parent_tid = parent_tid sum_name = sum_name * NUMRANGE = AL_NR_AUTO * UNIQUENUM = visible_on_userlev = visibility desc_text_msgid = message_id desc_text_msgno = msg_no mt_class = mt_class * TOOL_COLLECTING = * TOOL_ONALERT = * TOOL_ANALYZE = IMPORTING new_tid = mo_tid EXCEPTIONS invalid_tid = 1 unable_to_expand_name = 2 invalid_parameters = 3 communication_failure = 4 other_problem = 5 wrong_segment = 6 internal_failure_sals = 7 OTHERS = 8.

SALI_MT_GET_TID_BY_NAME CALL FUNCTION 'SALI_MT_GET_TID_BY_NAME' EXPORTING mt_full_name = mt_name IMPORTING tid = mo_tid EXCEPTIONS unable_to_expand_name = 1 name_not_found = 2 communication_failure = 3 other_problem = 4 internal_error = 5 wrong_segment = 6 internal_failure_sals = 7 OTHERS = 8.

SALI_SMES_CREATE_ATTACH CALL FUNCTION 'SALI_SMES_CREATE_ATTACH' EXPORTING parent_tid = parent_tid mte_name = mte_name mte_class = mte_class * MTE_NUMRANGE = AL_NR_AUTO * MTE_UNIQUENUM = mte_severity = 50 mte_visible_on_userlev = visibility mte_keepaltype = al_keep_newest mte_keepalmax = 10 mte_seconds_til_collectingtool = 300 mte_seconds_until_set_inactive = 900 mte_seconds_warmuptime = 0 mte_f1_help_text_msgid = message_id mte_f1_help_text_msgno = mte_msg_no smes_customizing_group = ccms_default_cg_smes smes_subtype = al_std_no_subclass smes_alert_mode = al_smsg_almode_never smes_alert_shift = al_smsg_alshift_unchg * TOOL_COLLECTING = * TOOL_ONALERT = * TOOL_ANALYZE = tool_tooldispatcher = 'SAP_CCMS_DEFAULT_TD' IMPORTING new_tid = mte_tid EXCEPTIONS invalid_tid = 1 unable_to_expand_name = 2 invalid_parameters = 3 communication_failure = 4 other_problem = 5 wrong_segment = 6 internal_failure_sals = 7 OTHERS = 8.

SALI_SMES_REPORT_T100_MESSAGE CALL FUNCTION 'SALI_SMES_REPORT_T100_MESSAGE' EXPORTING msgvalue = al_val_green msgid = message_id msgno = stat_msgno msgarg1 = msgarg * argtype1 = 'I' * MSGARG2 = * ARGTYPE2 = 'C' * MSGARG3 = * ARGTYPE3 = 'C' * MSGARG4 = * ARGTYPE4 = 'C' * DEFAULT_MSGTEXT = reportedby = reportedby CHANGING tid = mte_tid EXCEPTIONS invalid_tid = 1 wrong_typeclass = 2 invalid_parameters = 3 communication_failure = 4 other_problem = 5 wrong_segment = 6 internal_failure_sals = 7 OTHERS = 8.

SALI_MT_MARK_FOR_DESTRUCTION CALL FUNCTION 'SALI_MT_MARK_FOR_DESTRUCTION' EXPORTING tid = d_tid EXCEPTIONS invalid_tid = 1 communication_failure = 2 other_problem = 3 permission_denied = 4 wrong_segment = 5 internal_failure_sals = 6 OTHERS = 7.

SALI_SMES_CREATE_ATTACH CALL FUNCTION 'SALI_SMES_CREATE_ATTACH' EXPORTING parent_tid = parent_tid mte_name = mem_mgmt_state mte_class = class_mem_mgmt_state * MTE_NUMRANGE = AL_NR_AUTO * MTE_UNIQUENUM = * MTE_SEVERITY = 50 * MTE_VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR * MTE_KEEPALTYPE = AL_KEEP_ALL * MTE_KEEPALMAX = 10 MTE_SECONDS_TIL_COLLECTINGTOOL = 300 MTE_SECONDS_UNTIL_SET_INACTIVE = 900 * MTE_SECONDS_WARMUPTIME = 0 mte_f1_help_text_msgid = message_id mte_f1_help_text_msgno = 448 * SMES_CUSTOMIZING_GROUP = CCMS_DEFAULT_CG_SMES * SMES_SUBTYPE = AL_STD_NO_SUBCLASS * SMES_ALERT_MODE = AL_SMSG_ALMODE_ALWAYS * SMES_ALERT_SHIFT = AL_SMSG_ALSHIFT_UNCHG * TOOL_COLLECTING = * TOOL_ONALERT = * TOOL_ANALYZE = * TOOL_TOOLDISPATCHER = 'SAP_CCMS_DEFAULT_TD' IMPORTING new_tid = new_tid EXCEPTIONS invalid_tid = 1 unable_to_expand_name = 2 invalid_parameters = 3 communication_failure = 4 other_problem = 5 wrong_segment = 6 internal_failure_sals = 7 no_more_space = 8 OTHERS = 9.

SALI_SMES_REPORT_T100_MESSAGE CALL FUNCTION 'SALI_SMES_REPORT_T100_MESSAGE' EXPORTING msgvalue = p_mem_mgmt_alert_value msgid = message_id msgno = p_mem_mgmt_stat * MSGARG1 = * ARGTYPE1 = 'C' * MSGARG2 = * ARGTYPE2 = 'C' * MSGARG3 = * ARGTYPE3 = 'C' * MSGARG4 = * ARGTYPE4 = 'C' * DEFAULT_MSGTEXT = * REPORTEDBY = CHANGING tid = new_tid EXCEPTIONS invalid_tid = 1 wrong_typeclass = 2 invalid_parameters = 3 communication_failure = 4 other_problem = 5 wrong_segment = 6 internal_failure_sals = 7 OTHERS = 8.



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