In a SAP script form I want to add a bold text saying "TEST" if we are in a test system.
To check this, in our smartforms we use `CL_SOAP_UTIL_DB=>CHECK_PRODUCTIVE_SYSTEM( )` to check this, but I couldn't find how to call ABAP OO methods from SAP script.
The print program is SAP standard so I cannot do it in ABAP itself