Category: Useful Codes

Coding Session: Join tables together and display in ALV

Last time I was asked by one of my coaching clients to demonstrate the way on how I am approaching such project + with coding best practices. Let me share that with you as well: Are you interested to get such coding sessions regularly? Join our Community by signing up our Personalized Roadmap for FREE…

For Beginners: Multiple Variations of Output on the Screen

Find out what are the most used approaches when it comes to creating output on the screen in the ABAP program. In this video, you will create your first Help Library Program as a future reference for your later ABAP programs. Learn more about Help Library Programs and ABAP Academy Teaching System.

Index is not Used in SELECT

If you realize that index is not used in select, you need to force database to use it. For this, you need to use database hints in your code.  Hints depend on database server. In the following example, here is how to force database to use index when using SAP Trial system (with MaxDB): SELECT *       FROM zaa_bd_wpo_vol...

Get class or interface definition information

Get information of class definiton: SEO_CLASS_TYPEINFO_GET Get information of interface definiton: SEO_INTERFACE_TYPEINFO_GET Get method definiton: SEO_METHOD_SIGNATURE_GET