SAP Program GFW_DEMO_PRES - GFW: Demonstration of GFW with visible data container

Description
* Objectives

  • To demonstrate the functionality of the Graphical Framework (GFW)

  • Multiple view
    Several graphics use a single data container and display the same data(or subsections of the data).
    Changes are automatically visible in all the graphics.
    Uniform API
    Several graphics products are supported using a single interface.
    A parameter in a call specifies the new product.
    Interaction
    Interactive changes to the graphic lead to changes in the datacontainer (and automatically to adjustments to other graphics).
    Interactive changes to the settings in a graphic (Customizing)automatically affect other graphics that use the same customizingobjects.
    • To demonstrate the various ways of displaying graphics using the GFW

    • in-place in the dynpro
      in the next screen
      in a modeless window
      in an external window/program
      • To demonstrate ways of splitting up a window in several sections

      • Splitter (simultaneously displaying all supported ActiveX graphics)
        Docking window (with tree)

        Example
        The development class SGRB contains a number of demo programs (with theprefix GFW_DEMO). SGRB also contains programming examples (with theprefix GFW_PROG) that will help you to program graphics using theGraphical Framework (GFW).

        Notes
        This is a program to demonstrate the functionality of the GraphicalFramework (GFW). This is not a programming example. If you want tolearn how to use the GFW in your own programs please take a closer lookat our programming examples (with prefix GFW_PROG_).