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...
SAP Managed Tags: ABAP Development Hi sachin, In Interfaces (OOPS concept) you cannot validate Data. Generally Interfaces are used for Validation purpose. like if you want to validate some data in many classes, in that case you just create an interface and declare method for that validation...