We often emails along the line … “I have done XYZ degree and have ABC work experience. Could you recommend a SAP module for me? ” It is difficult to answer all your emails, so, we decided to bring out a guide that will help you in choosing the “right” module for you. [...]
Published by admin //
Plan to make a career as a SAP Consultant? If Yes, this guide is a MUST READ! Why SAP ? SAP (Systems Applications and Products) is the world’s leading provider of business software which specializes in industry specific Enterprise Resource Planning (ERP) solutions. SAP is implemented in 9 out of every [...]
Published by admin //
A SAP report is an executable program that reads data from the database and generates output based on the filter criteria selected by the end user. Execution of a SAP report almost never leads to an update of the database. The various categories of reports are – Standard SAP reports Custom reports – developed by [...]
Published by admin //
Variants allow you to save your selection parameters in the input screen. It minimizes the need to enter selection parameters each time you run a SAP report. Variants can be storted for ANY SAP REPORT as long as the Save Button is available in the SAP Menu bar for the report. Note: Many a transactions [...]
Published by admin //
The Ad Hoc Query is a tool for building reports and queries on basic data of an employee.It offers access to data of all SAP infotypes. This tool can process data linked to: • Time management • Organizational management • Compensation management • Training etc. In the SAP Command prompt , Enter transaction S_PH0_48000513
Published by admin //
You may come across many a scenarios which require you to delete a Personnel Number. For example, you have mistakenly hired an employee on a wrong date in your SAP system. Or, the employee is hired and left the organization on the same day. The following procedure deletes both the personnel number and all the [...]
Published by admin //
When running payroll for large employee range it is advisable to process it in the background. In SAP Command Prompt , Enter Transaction PC00_MXX_CALC , where XX = Molga of the country for which you want to run the payroll. Enter the Payroll Area and Payroll Schema
Published by admin //
ABAP stands for – Advanced Business Application Programming.It is a programming language for developing applications for the SAP R/3 system. The latest version of ABAP is called ABAP Objects and supports object-oriented programming. SAP will run applications written using ABAP/4, the earlier ABAP version, as well as applications using ABAP Objects. Without further adieu , [...]
Published by admin //
BADI stands for Business Add Ins Just like Customer Exits , BADI help hook custom enhancements to SAP functionality. Example of a BADI: In transaction CAT2 – Time Sheet Entry, HR wishes to include an interactive acknowledgment that knowingly submitting incorrect data is grounds for dismissal. This can be achieved using BADI
Published by admin //
What is Customer Exits ? Customer exits are “hooks” provided by SAP within many standard programs, screens and menus on which customers may “hang” custom functionality to meet business requirements. More on this in a moment… Types of Customer Exits There are three main types of customer exits: Function Module Exits Screen Exits Menu exits
Published by admin //