Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

What is Static Interfaces in OOPS ABAP?

Former Member
0 Likes
583

Hi Team,

can anyone throw some light on this.

Regards,

Sourya Prakash.

Hi Team,

can anyone throw some light on this.

Regards,

Sourya Prakash.

3 REPLIES 3
Read only

uppu_narayan
Active Participant
0 Likes
555

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.

         Usually you will come across using static methods for achieving singleton concepts where in you want to create only single instance of the class throughout the session.

thanks & regards,

narayan

Read only

Former Member
0 Likes
555

Hi,

You will understand everything about it from the following link, just go through it

http://www.scribd.com/doc/120018990/33/Accessing-the-Static-Components-of-Interfaces

Thanks

Purnand

Read only

Former Member
0 Likes
555

This message was moderated.