With fields that are used very
frequently, you can use globaltextreplace to modify nomenclature
throughout the whole system; e.g.:
globaltextreplace
"Material" "Service"
Put
the text replacement commands into the file esession.txt.
This script file is executed after the logon screen,
exactly once for each R/3 session.
Screen titles,
message texts and menus of all transactions are then changed
automatically.
Sometimes, in a
particular combination, a different replacement is
necessary. For example, you want to replace "material"
by "service", but the combination "Material
type" is to be replaced by the single word "Category".
This can be done as shown in the following example:
GlobalTextReplace "Material
type" "Category"
GlobalTextReplace "Material"
"Service"
Sample screens (MM03 and VA01):
|