What is functions and transaction code
Answers were Sorted based on User's Feedback
Answer / prabhakar.kemburu
In SAP Payroll, functions provide the high-level logic for
payroll calculations.
It provides the over all functionality for payroll
processing including Rules for Calculations.Functions
perform general processing such as calculating payroll taxes
on a given set of wages, reading wagetypes from specific
infotypes, calculating benefits premiums, and storing the
results of the payroll calculation.
There are dozens of functions in SAP payroll, some are
country-specific and others are not.
Each function is defined and documented via transaction
PE04; you can also view the function documentation via
transaction PDSY.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / prabhakar.kemburu
In SAP Payroll, functions provide the high-level logic for
payroll calculations.
It provides the over all functionality for payroll
processing including Rules for Calculations.Functions
perform general processing such as calculating payroll taxes
on a given set of wages, reading wagetypes from specific
infotypes, calculating benefits premiums, and storing the
results of the payroll calculation.
There are dozens of functions in SAP payroll, some are
country-specific and others are not.
Each function is defined and documented via transaction
PE04; you can also view the function documentation via
transaction PDSY.
In SAP HR terms, a payroll function is not the same as an
ABAP function. A payroll function does consist of ABAP code,
but it is not executed in the same way an ABAP function
would be. Payroll functions are executed within a schema by
the payroll driver program
Is This Answer Correct ? | 1 Yes | 0 No |
What is internal payroll process? : sap abap hr
How many lists you can have in a Interactive Report?
what types of request are used to transport repository objects?
Under which event we can make a filed disappear on selection screen.
How to print Back to Back in Scripts?
What are MENUEXITS, SCREENEXITS, FUNCTIONEXITS, FIELDEXITS and what is the difference between them ?
How to add a column to a table control while using alphanumerical layout editor ?
What is the main point while using control break in internal table ?
1-What is a Text Table?
Will 50,000 records be uploaded directly into APP's Server?
how to handle errors in rfc?
What is an abap/4 query? : abap hr