Like classes, you can define interfaces either globally in the R/3 Repository or locally in an ABAP program. For information about how to define local interfaces, refer to the Class Builder section of the ABAP Workbench Tools documentation. The definition of a local interface <intf> is enclosed...
SAP Managed Tags: ABAP Development Hi Chaudhury, Interface are like methods, for example scn is an interface where we post our doubts and we get back our result. So when to create static methods if you feel like the methods can be called even when object is not created then go for it...