Skip to Content
0
Sep 15, 2023 at 08:12 AM

Call ABAP OO method from SAP script

102 Views

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