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 //
SAP Smart Forms is used to create and maintain forms for mass printing in SAP Systems.As output medium SAP Smart Forms support a printer, a fax, e-mail, or the Internet (by using the generated XML output). SAP introduced SmartForms in 1998 to overcome the limitations in SAP Scripts. SmartForms are easier to develop, maintain and [...]
Published by admin //