Article

ABAP New Debugger has also got few new features as part of release 7.0 EhP2. A new addition “Key” in Table Display Tool is added to check various keys available on the Internal Table.

Read Post »
Article

Standard Table is the most widely used table Type. It has performance drawbacks if not used properly.

Read Post »
Article

Performance of ITAB Copy

on June 13, 2011

3 Comments, 1,750 views

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 Post »
Article

Dynamic Internal Table

on December 23, 2008

No comments, 4,913 views

Describes a way to create a dynamic internal table from coding. This is also can be used when RTTS is not supported or class CL_ALV_TABLE_CREATE is not available. You can find all Dynamic ITAB discussions at . Recently, one of my friends asked me for the solution to create Internal Table. The problem was his…

Read Post »
Article

Describes how to show the Dynamic Internal Table Creation using class CL_ALV_TABLE_CREATE In the post and , we have seen how we can use the RTTS – Run Time Type Services to create dynamic internal table. Today we will eloborate another way of creating the dynamic internal table. We will see how we can use…

Read Post »
Article

We have seen how we can use Run Time Type Services (RTTS) to create a dynamic internal table in the post: . On the other day, after publishing the post , I was thinking how I can apply these color settings when I have a Dynamic Internal Table. As we have seen into that post,…

Read Post »
More Post →
You seems to be new here. Subscribe to stay connected.