You are on page 1of 9

Feeder Class

How it works?

GET_DEFINITION:
This is the method which is called by the generic
components (at design time) to get the information of
what is the layout to be generated and what are the
actions to be embedded. This method has an Exporting
parameter called EO_FIELDCATALOG which refers to a
structure (form) or table type (Table) depending on
interface implemented.
We need to provide the object reference of the layout to
be created using RTTI services.

GET_DATA:
This is another important method of the feeder class
which is called at the runtime to get the data to be
displayed in the UIBB.

PROCESS_EVENT:
Inside this method we handle the actions that are
triggered from the user interface.
This method contains an importing parameter called
IO_EVENT which contains all the information that
happened on user interface.
This is similar to wdevent parameter in Webdynpro
component.

Sequence of Execution:

Thank You

You might also like