abap/memcheck: Memory checks in the ABAP context for the specified users

Short text

Memory checks in the ABAP context for the specified users.

Parameter Description

This parameter activates strict memory checks in the ABAP context for the specified users.

It can be changed dynamically using transaction RZ11.

Typical example:

1. User MUSTERMANN changes the parameter value from “off” to “user: MUSTERMANN”.

2. Some ABAP programs run under the name of MUSTERMANN.

3. User MUSTERMANN changes the parameter value back to “off”.

4. The developer traces are analyzed.

Technical information:

This parameter sets the following options of the parameter “em/mm_diagmode”.

MM_DIAG_CHK Standard check (eye catcher, interconnection integrity)

MM_DIAG_FREE Simple check of multiple release of blocks

MM_DIAG_FILLFREE Marking of released blocks

Application Area

BC-CST-MM, BC-ABA-LA

Parameter Unit

string

Default Value

off

Who is permitted to make changes?

SAP Support

Operating System Restrictions

None

Database System Restrictions

None

Are other parameters affected or dependent?

None

Values allowed

user: <user name>, <user name>, … => Switches on memory monitoring for the specified users

on => Switches on memory monitoring for all users

off => Switches off memory monitoring

(The values are case insensitive.)

You May Also Like

Leave a Reply?