How to find User exit or BADI

SAPThere are several ways how to find out the correct user exit. In the following article I’ll show few options how to achieve this kind of task Continue reading

OK codes and hot-keys in ABAP

Sometimes it’s useful to know some hot-key shortcuts or OK-codes when coding in ABAP. So let’s have brief overview of some of them. Continue reading

Converting material quantities to different unit of measure in ABAP

Each material in SAP has its standard, base unit of measure (stored in MARA-MEINS). To allow using alternative units, those can be maintained per material in table MARM. A common requirement for ABAPer is to convert material quantity from one unit to another, most likely from an alternative unit to the base one, to be able to summarize the report results. Continue reading