SAP Message SBPT_FWWP104 - & favorites will not be available the next time a program is started

Diagnosis
You tried to define a favorite. The favorite is defined for thisterminal session, but will not be available the next time the programis started.
There is no method to restore the object.

Procedure for System Administration
To restore a favorite the next time the program is started, there mustbe a factory method as well as an object key in order to return to therelevant instance for the object key in question. This factory methodis missing. Possible causes may be:

  • There is no factory class

  • The method GET_FACTORY_CLASS (defined for the abstract classCL_FWWP_DESKTOP_ITEM) must be redefined in the implementing class ofthe object. The name of the factory class for the instance as a stringis expected as return parameter. But there is no class name.
    • There is a local class or no class for the class name in question

    • An attempt was made to determine the interface of the factory class inquestion. The class was not found. One possible cause may be that theclass was defined locally in the program. But a global class isexpected.
      • The factory class does not support the expected interface

      • To create an instance again with the factory class in question and theobject key, the interface IF_FWWP_FACTORY is used. This is notimplemented for the class in question. This means that the objectscannot be restored. The favorite is therefore not saved.