Getting Started with New ABAP – HANA

SAP is evolving and gearing up to be a cloud company. Its cloud offerings are growing by the day. However at its core the ABAP language is going pretty solid. But still with the newer age technologies coming up we find its difficult to keep all things bundled up neatly in our old ways. Change …

Quick K.T. Table Control in Module Pool

Study the statement below:   CONTROLS tc_contrl TYPE TABLEVIEW USING SCREEN dynnr.   I guess you know that this statement is used to declare a table control in a module pool. Because of this statement in your program,  at the UI level , you will simply notice a table control displayed on the screen. Internally …

How to confidently crack SAP interviews.

SAP Interviews

Ready to attend your next SAP interview?

You got your interview call. You are excited. You don’t want to miss this opportunity. I can understand the stress interviews can bring.
Here area few Tips you may want to keep in mind before you even start your SAP job search.

SuccessFactors – Here I come

Hi Friends, I have been doing SAP HCM Consulting for a long time now. I have also done development in this area but now that SAP is moving ( or has already moved ) into the cloud domain at full speed, I have decided its time that I too should start learning about SuccessFactors which is …

‎SAPQuickTip‬ for the day #1: SubTotals in ALV Report

To Add a SubTotal to a particular column in an ALV report ( using the REUSE_ALV – FM ) Set the SUBTOT field of the structure SLIS_SORTINFO_ALV to ‘X’ and Also in the field catalogue for the field which you want to sub-total set the field DO_SUM of the structure SLIS_FIELDCAT_ALV to ‘X’. If you want only …

Why I think Technical Specifications should be made simpler

The other day I had to make an enhancement to the MIGO transaction in SAP. MIGO is used for Goods Receipt – Goods Inward Posting etc. The client wanted to default some values into the standard SAP MIGO Screen. After some searching around I implemented a BADI to get this into the system. On testing, the …

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 …