Article

Adapter design pattern, another widely used design pattern in the real world as well as the Object Oriented Programming language. Standard SAP developments build in OO ABAP also uses Adapter DP a lot. What is Adapter Adapter converts the objects which are incompatible due to the difference in the “Interface”. By implementing Adapter, we can…

Read more

Article

Lets check out one of the simple and most used Design Patterns in Object oriented programming – Facade or Façade (Pronounce as /fəˈsɑːd/) in ABAP.

Read more

Article

Many times, I have received the request to disable Delete Function on Attachment list of the Generic Object Services (GOS) in SAP. Option in question This delete option on the GOS attachment list, is in the question. Authorization Object S_GOS_ATT Authorization object S_GOS_ATT was introduced in recent support pack releases. Check out the OSS Note…

Read more

Article

In SAP ABAP, we can create Local Class as well as Global Classes in class builder. We can create them in the class builder as well. Lets see when it is OK to use Local Class and when we should refrain using it. What is Local Class Local classes are defined within an ABAP program….

Read more

Article

Abstract Class and Interface – both has there own usages. Lets explore when to use which in ABAP while developing an application in SAP.

Read more

Article

We all know that we can’t redefine Static Method. We’ll try to explore the reasoning and alternatives to achieve the similar behavior.

Read more

More Post →
You seem to be new here. Subscribe to stay connected.