Show TOC

Procedure documentationStep 3: Complete the Methods of Your Feeder Class

 

After creating you feeder class in step 2, in this step you complete the methods of your feeder class:

  • Method GET_DEFINITION

  • Method GET_DATA

  • Method INITIALIZE

Note Note

In this sample process of implementing a simple reporting scenario, only the basic steps in the code that you have to carry out are pointed out for each method. For a normal reporting scenario, especially method GET_DATA, which is the core method of your feeder class, needs to be refined by making use of events. To find out more, see Refining Method GET_DATAInformation published on non-SAP site in the Detailed Configuration section of this documentation.

End of the note.

Procedure

Follow the instructions for completing the methods in the following sections: