abap/rtmdata_location: Selection of swap space for runtime monitor

Short text

Selection of swap space for runtime monitor

Parameter Description

The runtime monitor buffers current data in the shared memory and, if required, (for example, when the existing disk space in the shared memory is not sufficient) in the swap space. Using the profile parameter, you define whether files or a database table are to be used as the swap space.

If you set the value FILE for the profile parameter, swap files with the name RTMDATA1 are used for the ABAP Call Monitor and files with the name RTMDATA are used for all other users of the runtime monitor.

If you set the value DB for the profile parameter, the swap files are placed in interim storage in the database table RTMDATA.

Application Area

ABAP

Parameter Unit

None

Who is permitted to make changes?

System administrator

Operating System Restrictions

None

Database System Restrictions

None

Are other parameters affected or dependent?

abap/rtm_high_water

Values allowed

FILE, DB

You May Also Like

Leave a Reply?