Hello,
I am currently asking whether it is possible to retrieve the object name. This would help save source code in many ways.
As a small example, this would help me a lot with multilingualism because it would reduce access to resources. So roughly in the form
Screen. [Objectname] + Component. [Objectname]
I am currently using the following procedure…
- deactivate the title display of the screen
- The titlefield is “converted” to an object name. e.g. ST01
-
- Before displaying the field, the corresponding property .TEXT is then loaded.
So if I’m able to ask for the objectname,would that significantly reduce and simplify the effort, wouldn’t it?
Regards Franz