Welcome, you seems to be new here. Get Connected: Become a Fan on Facebook Join ABAP Help on Google+ Subscribe to email X

Dynamic ITAB

Dynamic Internal Table

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 [...]

Dynamic Internal Table Creation using class CL_ALV_TABLE_CREATE

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 [...]

Dynamic Internal Table with Deep structure

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, [...]

Dynamic Internal Table Creation using RTTS

Shows how to use the RTTS to create a dynamic internal table. Lets Checkout how we can create internal table at run time using RTTS. From the ABAP release 6.40, SAP has provided RTTS – Run Time Type Services to create types, internal tables at run-time. This RTTS can also be used to describe the [...]