Quick Reference – Call Transactions and Parameters
List of parameters along with call transaction statements. Very useful if you are implementing a hotspot in ALV.
List of parameters along with call transaction statements. Very useful if you are implementing a hotspot in ALV.
Often ABAPer are asked to provide link in report which opens documents/data in their respective transaction code. In this blog I will explain how you can call MM03 and open a specific tab.
Table maintenance generator is very powerful tool to generate simple data entry screen for tables. For tables which store configuration data i.e. rarely modified it not worth spending time creating module pool program for data entry. Table maintenance generator also gives programmer opportunity to modify …
Sample code to place listbox in selection screen.
In report programming system automatically build screen controls based on selection screen definition. In theory, all elements of selection screen can be built in module pool screen but it would require astronomical level of effort specially to mimic select options. Incidentally, there is an easy …