Code snippet to demonstrate the use of ABAP RTTS Runtime Type Services to get type of an Attribute available in the class.
Many times you need to transpose the data from row based to column based and vice versa. This simple utility classes would help to do exactly the same.
Code Snippet to access all columns from a Type when working with SALV table using RTTS (Run Time Type Services).
RTTS is around for years in ABAP now. Code Snippet to generate Dynamic Internal Table using RTTS which was previously developed using Field Catalog.
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,…
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…