You create global interfaces like you create global classes. Right-click the program name in the Object Name screen area, and choose Create → Class. The naming convention is IF_ for SAP interfaces and ZIF_ or YIF_ for user-defined interfaces.
Implementation of Global Interfaces
If you want to include a global interface in your global class, you must enter the name of the interface on the Interfaces tab page.
Once you have done that, all of the interface’s components automatically appear on the relevant tab pages according to the naming convention with the interface resolution operator. In the example, the global interface ZIF_00_PARTNER containing the method DISPLAY_PARTNER is incorporated. Double-click the method name to implement the method.
Import of Local Classes and Interfaces
The following procedure is an easy way to make global copies of local classes and local interfaces.
Hint: The function to copy local classes to global classes cannot be used from within OBJECT-NAVIGATOR.
To Import Local Classes and Interfaces
Steps