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
What function does data dictionary perform?
What are the Synchronous and asynchronous methods in bdc ?
What is the maximum number of match code id's that can be defined for one match code object ?
Why grouping of fields is required? What is the max no of modification groups for each field?
What do you mean by cluster tables in sap abap? Also explain what do you mean by table cluster? : abap data dictionary
2)In production what is the user exit?
How do you send files to the legacy systems from sap and vice versa? How does one know that the legacy files have come on to the sap server you are working on? : abap bdc
The data of a view is not physically stored, but derived from one or more tables (t/f) : abap data dictionary
Will 50,000 records be uploaded directly into APP's Server?
Explain Catch Command in ABAP?
what is user specific parameter?
What are dml commands in abap?
Explain how many types of tables exist and what are they in data dictionary?
What is meant by write lock? : sap abap data dictionary
What is the difference between collect and append statements?