SAP Message APPLG228 - GP: Method can only be executed for control graphics; contact sys.admin.

Diagnosis
A method was called that can only be executed for controls. Thegraphics product is not a control (ActiveX or JavaBean).

Procedure
It probably involves a programming error in the Graphical Framework.You should inform your system administrator.

Procedure for System Administration
Check the product selection. If a non-control product can be used asthe fallback strategy then this return value "non-control" should beignored in the program calling the method.
Make sure that no control functionality is absolutely necessary. Ifnecessary, the application must force a specific product to be used(see method IF_GRAPHIC_PROXY~INIT).