As part of the ABAP Enhancement Framework, you can also now create the new index as Index extension on any standard or custom table.
Recent question on SCN about the ABAP memory allocation, inspired me to do some reading and research on how memory is allocated for variables in ABAP programs.
Various different ways to Access individual columns in ABAP ALV created by SALV object model – Using the column object and using the column table.
Similar to Append Structure, you can also enhance the Search help using the Append Search Help as part of the ABAP Enhancement Framework.
Code snippet to show how you can increase the user accessibility using the Expand Collapse of various blocks on the selection screen.
ABAP Unit Test Class generation wizard comes in handy when you got to design the test class for the Global Class. Lets see how easy it is to use the wizard.