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.
In VL33N Display Inbound Delivery screen you can issue output from menu option Inbound Delivery->Issue Delivery Output. For some reason if you want to trigger this option from your program you can use this code.
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 …
If you create ALV Grid report using class CL_GUI_ALV_GRID then you may like to read this blog to avoid scroll bar and unused screen space issue.