Lowercase Characters in SAP Domain

Our client had a requirement to store Employee Suggestion Referrals in SAP. To cater to this requirement I had created a Custom Table and here I had a field to store the Name and Description of the Referral text. While testing the application it was noticed that the texts would always show up in capital …

Exceptions in SAP

Whenever an ABAP program is not able to handle a particular situation at runtime, it issues an Exception. There are two types of exceptions in ABAP : Handleable exceptions, which are based on predefined exception classes. Non-handleable exception, which produce runtime errors directly. Each handleable exception is associated with a runtime error. The program terminates with …

‪#‎SAPQuickTip‬ for the day #2:

To debug a Background Job ( After it has already executed ) – Execute the code JDBG from the command box. — Simply filter and find the background job you want to debug then select that job and in the command box enter JDBG.( no need to enter /n because this is not a tcode …