Article

Performance of ITAB Copy

on June 13, 2011

3, 14,146

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

Article

SAP ABAP Help – Survey

on February 16, 2011

1, 1,361

I need your help to improve the content on this site, like content of the site, look & feel, etc. I had setup a survey. Please take this survey – SAP ABAP Help Survey. It will only take 5 minutes of your time. You can also leave comment here, if you wish to have something…

Read more

Article

Relationships in GOS Toolbar In the series of Generic Object Services(GOS) available in the SAP, we have discussed different usage of the GOS toolbar. You can find all of these discussions at . Today, we’ll see the another concept: Relationship browser. Relationships option is available in the GOS Toolbar at GOS toolbar > Relationships. This…

Read more

Article

Copy GOS attachment from one object to another object Sometimes it is required to copy the attachments from one object to another object. For example, we want to attach the customer’s purchase order to Sales Order and Billing document once the billing document is generated. To copy the attachments between the objects, we can use…

Read more

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