In many of the Web Dynpro ABAP components I develop, I reuse code snippets from other components I've written. Many of these reusable morsels I've incorporated into a component template that I use as my starting point when creating a new component. The template isn't suitable for every reusable bit though since putting too much into the template could make it somewhat less developer-friendly as a starting point.
So where to put the leftovers? I've decided to use this as an opportunity to venture into blogging and will publish a series of blog posts with code snippets I find useful and reusable in the hope that they may prove useful and reusable to others as well. These blog posts do not describe a complete solution for implementing a feature in Web Dynpro ABAP but rather present a snippet of code that may be incorporated into a larger feature.
This document serves as a comprehensive listing of all posts in the Code Snippet series and will be updated as new blog posts are published.
Code Snippet Series: Determining the Client Environment
Code Snippet Series: Creating Menu Items Dynamically
Code Snippet Series: Passing Parameters to Web Dynpro from SAPgui
Code Snippet Series: Trimming Leading and Trailing Whitespace