Page tree
Skip to end of metadata
Go to start of metadata

Purpose

You are working with several ECTR instances in parallel and you want to distinguish the ECTR windows in the windows management.

Overview

You can redefine the window title of your ECTR window to also include SAP system name and/or client.

In your <ECTR installation>\customize\config\default.txt add the following line:

default.txt
plm.application.name.pattern = $(PLM_EXTRA_TITLE_TEXT) - $(application_name) ($(active_context))

In your <ECTR installation>\customize\config\plm_setenv.bat add the following line before the "exit /b 0" statement at the end:

plm_setenv.bat
set PLM_EXTRA_TITLE_TEXT=%PLM_SYSTEM%/%PLM_CLIENT%

  • No labels