SAP Technical
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 …
Introduction to Web Technologies for ABAPers

In the recent years you may have noticed SAP is adding new softwares to its cloud offerings. SuccessFactors, Hybris, Ariba etc … Which I think is the need of the time, because current business challenges have changed as compared to the earlier decade when infrastructure and computing power was limited. Now the challenges are geared …
Extend a Standard Search Help without any Programming

Search Helps are used to provide a list of possible entries on a specific field.
Though there are a number of search helps provided by SAP, however clients are used to filtering their data in a certain way and hence sometimes standard search helps need to be enhanced. In this blog I explain how I did it for one of my clients.
How to review the Deadline Log in SAP Workflow? – Part 3

This is part 3 of our Deadline Monitoring series in SAP Workflow.
In this quick blog you can learn how to test and analyze the log for the workflow.
How to set Deadline Monitoring in SAP Workflow ? – Part 2

In this quick video you can see how to set Deadlines in SAP Workflow
What is Deadline Monitoring in SAP Workflow? – Part 1

SAP Workflow, as the name suggests, is responsible to ensure that Work in the SAP System Flows in a consistent, systematic and timely manner. Every business process consists of doable actions (Work) that has to be completed. For example: Approving Employee Time-sheet, Checking if a new hire form is filled completely, Checking/ Approving Purchase Requisition …
Creating Database Tables in SAP

Let’s do a quick walk-through on creating a database table – We are going to use the data-element we created in the earlier video to create fields in this table.
ABAP Table Creation Assignments

This Post is part of the Free Step by Step SAP learning Course. You can access the Course here What is the use of all the THEORY without some real PRACTICE ?. In this lesson we will get introduced to the assignment series in which you will have to create Data-Dictionary Objects in SAP. What is the use of …