SAP Constants
Below are list of some SAP Contants defined in system which can be used in your program.
Below are list of some SAP Contants defined in system which can be used in your program.
Code snippet to dynamically sort a dynamically generated internal table.
This is how you can close a Portal Window from Web Dynpro. There are however some restrictions on when a portal window can be close which you can read at link Restrictions in CLOSE WINDOW Functions In my example window W_MAIN is loaded on the …
Soundex function returns a string which is phonetic representation of word. This function can be used to identify words that are spelled differently but sounds alike in English. Soundex can also be used to identify typing errors one of challenge of data cleaning activity.
Context menu is powerful tool to provide quick and context specific options to users. SAP Module pool (classical Dynpro) does support context menus and in this blog I will explain how it works with a sample ABAP program.