There 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
How to find User exit or BADI
2
There 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
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
Let’s presume you want to format number to have ‘0’ prefix. Continue reading
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