Article

Moved to Own domain..!

on September 7, 2011

6, 352

Hello All, Over the past couple of months, I was thinking to move SAP ABAP Help blog to its own domain. Finally, I have decided to move it to domain: www.zevolving.com This new site would have lot of NEW features: New sections: Beginners(as highly demanded), Design Patterns & Design Principles, IDOC, performance and many more……

Read more

Article

I am proud to present first version of Chrome Extension for SAP ABAP Help Blog. This extension is also the first one SAP space. SAP ABAP Help extension is now available in the Chrome Web Store. This extension allow you to stay tuned with the Blog content – Both Post and Comments. If you are…

Read more

Article

When we design the Function Module, we can specify either Pass by Value or Pass by Reference for a parameter. It is very important to pay close attention while designing the FM where we are using the Table Types as the variables. Have you ever seen a situation where you can see the data in…

Read more

Article

Performance of ITAB Copy

on June 13, 2011

3, 14,147

Today, we’ll see another performance drainage – Internal Table Copy. If we don’t use the data properly, we’ll run into the situation where we’ll use lot of resoruces to perform the ITAB copy and end up reducing the performance of our application. Sometimes, we pass the ITAB from one application to diffrent FM / Method,…

Read more

Article

READ-ONLY is something different for the people who have worked on the OOP in the past. Like JAVA doesn’t have the read only addition. So, there is a hot discussion going on in SAP ABAP Objects world, why READ-ONLY is there and what is the purpose of it. Let’s unleash the READ-ONLY (and its power…

Read more

Article

Today we will see how the constructor and class-constructor triggers at runtime. What is Constructor? Lets see what is CONSTRUCTOR and CLASS_CONSTRUCTOR CONSTRUCTOR Whenever we instantiate the object using the statement CREATE OBJECT statement, CONSTRUCTOR would be called. System creates an object before it calls the CONSTRUCTOR method. CLASS_CONSTRUCTOR This type of constructor is the…

Read more

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