Posts

Showing posts with the label global interface

Global interface with example using parameters.

Image
* Interface is the collection of methods which are defined & not implemented. * In interface all methods are public by default. * In interface all methods are abstract  methods. Steps to create global interface in SE24. 1. Goto T-code  SE24 . 2. Give  name  and click on create, select  interface  and press enter. 3. Give  description,  Press enter. 4. Give  method name, level, description.  5. Save and activate. 6. Click on  parameters  and give parameters. 7.  Save  and  activate  and go back. 8. Create a sub class.      * Goto T-code  SE24.     * Give  name , Press enter, select  class  and press enter.     * Give  description  and press enter.     *   Goto  Interface  and give  interface name  and press  enter .     * Goto  methods  double click on method and write ...