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
OK codes and hot-keys in ABAP
Reply
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