how to Implemented a BAPI to upload Payroll summary
information into SAP R/3 system
Answer Posted / abaprajaram
There are several ways to upload the payroll master data to
the info type 0015 for the employeee master data
you can call any one of the fallowing pls
BAPI_HRMASTER_SAVE_REPL_MULT* or Business Object
BAPI_GET_PAYROLL_RESULT_LIST
BAPI_EXTPAYROLL_INSERT_LEGACY
or
HRCM_PAYROLL_RESULTS_GET FM
for the Payroll HR info type 0015
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Define the various contents of technical specifications ?
What is tcode se16? For what is it used.
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???
Which FM do you use to find out who is reporting to whom
Which database object is used for storing the system variables? : abap data dictionary
How many default tab strips are there? How to insert more tabs in it?
What is the difference between open_form and close_form?
What are different ABAP editors? What are the differences?
What is the difference between skip and reserve?
I created a field and entered the field type, when I double clicked the field type to define the domain; it is asking for an ACCESS KEY, I am not changing any SAP defined tables, working on a user defined table.
What are the different function modules used in sapscript?
What is macro? : abap hr
What is pass by value and what is pass by reference? Which is better?
How to Raise a Particular Ticket in Realtime ?
Define dispatcher?