SAP HR integration with Third Party Software - PAYCARE

Dear Experts/Gurus,
I am facing the following problem with my client.
Here the client is using Third Party Software "Paycare" for their Payroll
calculation.
Now the problem is that they are giving Incentive Wages one is based on
Target & another one is based on Attendance. Overtime Calculation (OT) is
also given to all the employees.
Incentive Wages calculation is given below:
Eg: PU Machine (12 hrs)
Operator - Rs. 40
Worker - Rs. 30
Helper - Rs. 20
Side Pating - Rs. 20
All the above on DAILY BASIS
Clicking:
Operators - Rs. 300 & Rs. 350
Helpers - Rs. 200
Printing & Embossing:
Workers - Rs. 250
Packing - Rs. 200
Ladies - Rs. 150
All the above on MONTHLY BASIS
Overtime Calculation (OT): OT is given the double once after exceeds the
normal working of 8 hours.  Basis for OT Calculation is (Basic Pay +
Dearness Allowance + Special Allowance).
Now the major problem is that the client wants Payroll calculation
whatever happens in Paycare to be captured & calculated in SAP HR & posted
to their respective SAP FICO accounts. They don't want in report wise but
actual calculation to be done in SAP HR.
Is it possible to do this without Payroll implementation in SAP HR because
whenever money part is involved respective Wagetypes has to be configured
in the Payroll.
Please let me know is it possible or not ASAP.
Warm Regards,
Vikrant N

1) Now the major problem is that the client wants Payroll calculation
whatever happens in Paycare to be captured & calculated in SAP HR & posted
to their respective SAP FICO accounts. They don't want in report wise but
actual calculation to be done in SAP HR.
A) But what about the inputs ?? How are you planning to map employees workin on Machines ??
What other modules ur client has implemented
As your client is expecting the calculations in SAP, so they should have Time, PP, MM, etc....
Then SAP will have base inputs.
But Calculation of INcentive will again a development.
2) Is it possible to do this without Payroll implementation in SAP HR because
whenever money part is involved respective Wagetypes has to be configured
in the Payroll.
A) Your second point is contrary to 1st !! without SAP HR - Payroll???
What exactly u want to say, without SAP HR Payroll, you want to intrate with FICO ???
Please let me know is it possible or not ASAP.
Warm Regards,
Vikrant N

Similar Messages

  • Sap integration with third party software

    hey all,
    we are actually trying to integrate sap with EAI( IBM WEBSPERE third party software) and here date needs to flow from EAI - SAP.
    and we have done that through BAPI and in the EAI we got a message saying that the data base has been created but infact when i am trying to check the same in my sap screen am not able to find it i have also checked the database table but its not available .
    do anyone has any idea as to where do we exactly go and search for a particular data once its transferred from a third party software????
    any help is highly appreciated
    Thanks & Regards,
    Vinila Kanakala.

    COMMIT WORK is necessary after most BAPIs. What you describe is usually a result of calling BAPI without COMMIT WORK. The message tells you that document was created, but when you look into database, the document is not there.
    I'm not sure how to resolve this in case of the 3rd party software though. Maybe instead of just using a plain BAPI you will need to write a custom function module, which will capp BAPI and do COMMIT.
    Hope this helps.

  • SAP HR Integration with Third Party System

    I want to create Integration between SAP HR and Third party System which will transfer data from SAP PA & OM module to Third Party sofware.
    The Requirement is ...... there is one TMP table in Third System which needs to be update whene ever there is any creation,change or Deletion of the Employee details.
    How can we do this.What would be the flow.If any one has creates code for this,than please help me with the same.
    Thanks,
    Viru

    No Answer

  • SAP B1 Integration with third party system

    Dear all,
    i want to connect some parts of SAP Business One with my Webinterface. I have installed the Netweaver integration tool (B1i). Does somebody know if I can use this tool to connect SAP B1 also to another system then only R/3. And if yes how can I create the new langscape?
    many thanks, david

    Edd,
    thanks a lot. I also saw your documentation you wrote about the integration tool in January 2006. Technicle it should be possible for my system, but I need to test it...
    I have now one important license-question:
    1) The integration tool is free if I have a SAP B1 license, isn't it?
    2) Lets say 10 of my employees enter master data in 5 different companies of my webinterface. Each employee has his own user account on my webinterface. Now the entered data in the different databases (companies) are sent to SAP B1 thru the integration tool and master data are created in SAP B1 in 5 different Databases (companies). NOBODY is logged in SAP B1 directly. All Data are comming thru the integration tool, but from different Webinterface-User and for different Databases. How many licenses in that case I would need for SAP Business One? Just one for the integration tool as the only direct-user of SAP B1 in that case, or 10 for the different accounts on my webinterface from which the data are comming from?
    Many thanks, David

  • Integration between third party software and SAP

    Hi all,
    I have requirement in which i have to integrate SAP with third party software. My third party software will be generating material no as we generate in SAP then after the generation of the Material No by the third party software again i have to pull the material no generated and corresponding information into SAP .Please tell me how to do this as i am new to these concepts and if possible please send links from where i can download study materials.
    Thanks and Regards
    Manu.

    Hello Manvendra,
    There are many approches for solving this integration issue:
    But before solving this issue there are few questions which need to be known:
    1. In what form the material no list is generated? i.e. some flat file, in database table, or shared memory
    2. What is the language for 3rd party software? C, Java, .Net etc
    3. What is the frequency of material number generation? i.e. is it on demand, batch processing etc
    Considering 3rd party software is generating flat file or csv files for material number we can have this integration in
    following way:
    1. Save file at particular location.
    2. You can configure logical path in FILE transaction
    3. Write ABAP report to read that file using logical path and file name.
         Refer following link for Link: [logical path creation|http://help.sap.com/saphelp_nw04/helpdata/en/8d/3e4ec2462a11d189000000e8323d3a/content.htm]
    4. Read file into internal table using Link: [GUI_UPLOAD|http://saplab.blogspot.com/2007/10/sample-abap-program-to-upload-table.html].
    5. Create BDC recording for MM01 transaction for material creation using Link: [SHDB|http://abaplovers.blogspot.com/2008/02/recording-bdc-using-transaction-shdb.html] transaction code.
    6. Using data from internal table and BDC recording create all the materials in SAP systems.
        In this step you need to loop at internal table and fill data variables in BDC recording with the internal table data
        and call the transaction MM01 for creating material.
    Above steps are very high level guidelines and it is one way of integration but concept wise more or less integration will be in same way!
    You can definetly fine tune it by exploring SAP help!
    Enjoy SAP!
    Thanks,
    Augustin.

  • SharePoint 2013 on-premises integration with third party email account

    the Email sending issue from SharePoint is causing too much time waste 
    First let me explain how our SharePoint is deployed
    Sharepoint version : 2013
    Deployment type : on-premise
    Authentication : from Domain controller also hosted locally 
    domain name ; say domain.com this domain.com is same as our website address hosted on godaddy
    SharePoint computer name on local DNS :  sharepoint.domain.com
    OS and IIS : 2008 r2 , IIS 7.5 
    Network firewall : 25 26 ports  opened for sharepoint , both incoming and outgoing.
    Server firewall : turned off
    Email configuration Attempts by IIS 6.0 
    We tried following setting on IIS 6.0 SMTP local server properties
    In General tab
    qualified name was shown as : sharepoint.dts-solution.com
    IP assigned : sharepoint server IP  , advanced putted two entries of IP with ports as 25,26
    In Access tab
    Authentication : selected as Anonymous 
    Connection : All except below list : empty list
    Relay : only the list below , one entry as 127.0.0.1 and other is local static IP of SharePoint server
    in Delivery tab
    outbound security : Basic authentication : accessed user in AD and given the right password, also checked with annonymous -not working 
    outbound connection: all default values and port = 25
    Advance : fully qualified domain name = sharepoint.domain.com , DNS test showed success, rest every check box unchecked 
    On sharepoint central management settings
    Outbound email = sharepoint.domain.com
    from and reply to address = [email protected] 
    IIS 7.5 SMTP settings 
    In IIS 7.5 sharepoint application we added SMTP settings as smtp server = godaddy out going smtp , user name as [email protected] , password = godaddy password , port : godaddy outgoing port  .
    Godaddy account 
    Our website hosted on godaddy with same name as domain.com
    open relay not possible on emails.
    Results
    After setting alerts on SharePoint sites and assigning tasks with alerts we receive email in queue folder but they never get forwarded. We just wish to use any of our email *.domain.com to send outgoing emails from SharePoint . Its been a while we have no
    success. 
    Tech Learner

    Hi,
    As I understand, you are using SharePoint 2013 integrating with third party SMTP server which provides email function.
    From SharePoint side, I'd suggest you refer to the link below to configure email integration:
    http://technet.microsoft.com/en-us/library/ee956941(v=office.15).aspx
    If you have already confirm that message is sent from SharePoint, while stuck in queue on SMTP server, then the issue might be related to relay on SMTP server. Since the issue is related to third party product, we do not have enough resource here,
    I'd recommend you contact their support engineer for more assistance:
    https://support.godaddy.com/help/category/154/email
    https://support.godaddy.com/help/article/3552/managing-your-email-account-smtp-relays
    Thanks for the understanding.
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] .
    Rebecca Tu
    TechNet Community Support

  • Best practices for apps integration with third party systems ?

    Hi all
    I would like to know if there is any document from oracle or from your own regarding best practices for apps integration with third party systems.
    For example, in particular, let's say we need customization in a given module(ex:payables) need to provide data to a third party system, consider following:
    outbound interface:
    1)should third party system should be given with direct access to oracle database to access a particular payments data information table/view to look for data ?
    2) should oracle create a file to third party system, so that it can read and do what it need to do?
    inbound:
    1) should third party should directly login and insert data into tables which holds response data?
    2) again, should third party create file and oralce apps will pick up for further processing?
    again, there could be lot of company specific scenarios like it has to be real time or not... etc...
    How does companies make sure third party systems are not directly dipping into other systems (oracle apps/others), so that it will follow certain integration best practices.
    how does enterprise architectute will play a role in this? can we apply SOA standards? should use request/reply using Tibco etc?
    Many oracle apps implementations customizations are more or less directly interacting with third party systems by including code to login into respective third party systems and vice versa.
    Let me your know if you have done differently and that would help oracle apps community.
    thanks
    rrb.

    you want to send idoc to third party system (NONSAP).
    what kind of system is it? can it handle http requests
    or
    can it handle webservice?
    which version of R/3 you are using?
    what is the mechanism the receiving system has, to receive data?
    Regards
    Raja

  • EP integration with third party BI tools

    Hi,
    I was looking for information and pointers on EP integration with third party BI tools like Business Objects etc.  Would be grateful.
    Thanks,
    Madhu

    Thanks. We have a full fledged Business Objects reporting environment.  My question is:  As a beginner in the EP space, I would like to understand how to treat the  Business Objects environment as one of the content providers for the Enterprise Portal?  Are there any documents or manuals that talk about the integration of EP with Business Objects?  I know the question is too broad, but any pointers would be useful.

  • Extraction with third party software and SAP

    Hi Friends,
    I am new to BI, and I have some doubts in data extraction.
    Suppose I have different source systems (Third party softwares) how do I connect to my BI system for my extractions. Is this our job to connect all the source systems for extraction or ?
    I regret if something is wrong with my question.
    Thanx and Regards,
    Line

    Hi Line,
    http://help.sap.com/saphelp_nw2004s/helpdata/en/b2/e50138fede083de10000009b38f8cf/frameset.htm
    For some extractions its better to have a db administrator with you.
    Best regards,
    Frank

  • SAP IDM  7.0 integration with third party system

    Hi Experts,
    I know SAP IDM  7.0 can integrate with third party systems and create user ids on most of the third party systems.
    But I need to know regarding If it is possible to integrate with following systems
    1) Microsoft Exchange 2007 (  I know till exchange 2003 SAP  IDM support )
    2)  Microsoft  Active directory 2008 ( I know till Actice directory 2003)
    3) EMC  Documentum 6.5
    4)  ARIS 7.1.0
    5)  BlackBoard, Release 9.0
    6) Oracle 10g  ( Is it possible to create users at oracle level ? or at what level ? )
    7)  Sun Solaris Sparc  ( Is it possible to create users at  OS level )
    If you have information how on this please share. I know that  provisioning framework will have templates for most of the target systems. I want to know if they are available for above systems on SAP IDM 7.0 or if not have we can connect to them?

    Hi Matthew
    Your expertise in SAP IDM is indeed a great help!!
    >Can't see why not, it's all done via SQL commands. I've done similar things with MSSQL
    You mean that there will be oracle 10g drivers/oledb connectors in SAP IDM and in through SQL commands like "create user alfredo identified by alfredos_secret; " we can create user  in oracle database ?. As you said this should be possible.  What about creating user( user management ) in oracle 10g application  like dba or scot  and assigning the privileges in oracle application?
    >might need to do via UNIX scripts, but it can be done
    You mean that Unix scripts will be defined in SAP IDM and SAP IDM will execute these scripts in the Sun Solaris Sparc ?. It should be possible as you said. By the way how we will be able connect to Sun Solaris sparc ?  Is it via  the option "file " under the "Repositories" with repositories wizard  and later executing the file from SAP IDM ?
    Thank you once again for your expert answers on third party systems.

  • Integration with Third Party EAM (Enterprise Asset Mgmt) Software

    Dear PM Experts,
    I have roughly listed interfaces between SAP & Third Party software -EAM .Kindly add to it
    Outbound to SAP
    - Producrment Proposal for Spare parts( Sparepart No, Qty, Date needed)
    - Asset Calenders( Workcenter, Downtime Start time, Downtime End time)
    - Preventive Manitenance Orders( Order no, Workcenter, Activities/Duration, Spreparts no, Qty of spare part, Date needed)
    - Breakdown Maintenance Requests( Req no, Date/time Requested,
    - Breakdown maintenace Orders(Order no, Workcenter, Activities/Duration, Spreparts no, Qty of spare part, Date needed)
    - Service Personnel request ( Skill type, Hrs, No of personnel)
    Thank you much in advance,
    Regards,
    Jatin

    Hi,
    Inbound interface to SAP PM:
    1. Running hours update from DCS/ RTDB
    2. Create notification from third party S/W
    Outbound interface from SAP PM:
    1. Equipment synchronization to third party S/W
    2. Maintenance order details
    3. Maintenance order status update
    4. Notification details
    5. Notification status update
    6. Breakdown details
    7. Time confirmation details
    8. MTTR/ MTBF update
    Regards,
    Raj

  • Integration with Third party Help Desk

    Hello,
    We need to integrate SAp solution Manager 3.2 with third party Help Desk software Like REMEDY ....
    So that messages updated in Remedy are updated with Solution manager and vice versa.
    Can we have some soltuion on that ?
    Deepti

    look here:
    <a href="http://help.sap.com/saphelp_sm40/helpdata/en/65/e0a3a3040348ffa71f0908679a883e/frameset.htm">http://help.sap.com/saphelp_sm40/helpdata/en/65/e0a3a3040348ffa71f0908679a883e/frameset.htm</a>

  • Unable to link Jtext field with third party software.

    Hi pals,
    I am stuck in a problem which is as follows:
    "I have one third party software (lightspeed) which helps one to link it to any application. Here I am able to link this app with the text field of google.com opened in a browser or in a java frame. Now whenever I type something in the text field of this app(lightspeed) and press enter, it forwards the same text to google's text field, which is working as expected. Now there is twist, whenever I link any java's textField to this app, it fails."
    Now some questions which raise in my mind are:
    1) Is it due to the security constraints in java?
    2) Or somewhere the sockets are no been able to connect?
    Guys, please help. My need is just to link this app to the jTextField.
    I will be really thankful to you.
    Please Help!
    Aman

    user8949768 wrote:
    Thanks for the reply PhHein. But there may be one of the case:
    1) Due to some security constraint java is not accepting third party (or say untrusted ) data.Unlikely
    2) It is obvious that app is using sockets, so socket failure might be case. If yes, is there any way to track it?No way to tell without seeing stack traces or errror messages.

  • Question about to recover data from windows essential 2012 (with raid0 or 1)with third party software !

    hi,
    I like to know if it is possible to install data recovery software on a extern harddisk ,and run it from there , just run  the  third party software in the memory of windows essential 2012 to recover data from its  harddisk  which has
    raid 0 or 1.
    if it is possible to install third party softare on extern harddisk or on usb stick on run it from there which steps I have to take ,or if there is some article about  it on windows website.
    how to install third party softwares on extern harddisk or usb stick on run it from there.
    thanks
    johan
    h.david

    Hi johan,
    Based on your description, I understand that you want to know how install a third-party software on an external
    harddisk or usb and then run this software from there. Regarding this issue, I suggest that you should contact with the third-party software support and confirm it. Since most programs use windows registry entries, and may rely on some .dll files. If all relevant
    auxiliary files and configurations of this software were installed in one directory tree, you may be able to install and run it on an external harddisk or usb.
    Hope this helps.
    Best regards,
    Justin Gu

  • QT 7.1.1 still messing with third party software.

    Downloaded 7.1.1 hoping that it would allow me to use limewire, but no such luck. Same problems as before. Anyone else have a solution? How do i get back to something older from 7.1.1?

    I don't know if Toast uses Java?
    After updating to Quicktime 7.1.1, I could no longer burn Apple Lossless files using Toast. I did reinstall my OS and upgraded everything but Quicktime.
    Apple said there was a simpler way to use archive and Install and then do a custom installation (de?) selecting Quicktime. I'm not sure of the specifics, but that there was an easier way than the lengthy archive and install and update of everything method I used.
    I agree Apple needs to release a 7.1.1 downgrader, it would make things just so much simpler!
    Quicktime 7.04 will work with the Toast 7.02 update, so Roxio has worked with that version.
    Apparently 7.1.1 Quicktime also breaks Apple Lossless recording with Toast for Tiger users too. I just got a report from a Tiger user of the same problem.
    Quicktime 7.04 and up break virtually all Java
    programs on OS X 10.3.9. This has been a serious
    issue for almost 6 months now. There were
    reinstallers for Quicktime 7.02-7.04 which would
    reinstall 7.01 (the last version that worked), but
    there is no such reinstaller for 7.1 or 7.1.1. If
    you use Java programs and you upgrade Quicktime then
    your programs will not run, and you basically have
    three options:
    1) reinstall your operating system
    2) buy another operating system (OS X 10.4) and
    install that
    3) hack your operating system using third party
    software
    OS X 10.3 is broken for many people, and although it
    seems like it should not be too difficult for Apple
    to fix, they have so far chosen not to. Perhaps this
    situation is ideal. If users know they have to
    install an operating system one way or another to get
    their programs working again, maybe they'll pay for
    Tiger.

Maybe you are looking for

  • Schedule a Webi report to multiple folders in BOXIR2 InfoView

    Hi All Expert, I might need your kind advice on what is the alternative way to do the below in BOXIR2 InfoView. In my InfoView, i have several sub-folders under one folder. For eg, i have one "Sales" folder which contained multiple sub-folders as "SG

  • David Powers --- Regarding form validation with dreamweaver behaviors

    I am in the chapter teaching about form validation with the Zend Framework. I have done the entire lesson with the lesson files and everything works perfectly... but I went back to use the form valdation techniques for my own site and it is not worki

  • Facebook freezing and froze updating apps

    ive jsut updated to IOS 6 on my iphone 3GS and when trying to sign in to facebook via the settings it says veryfying and it just freezes. i can press the home button and close settings and when i reopen settings it returns back to the frozen facebook

  • Spotlight/search weirdness

    Since I got my MBP I have transferred a bunch of files. When I search, both via finder-window and Spotlight--it acts as if those files do not exist. Doesn't see them. Nada. This is strange. Any thoughts? Can I execute indexing of these files?

  • Is posible control all functions of cellullar phone?

    I'm new in J2ME. And well I'm interesting in know If I can develop an application where I may control all or almost the handset's funcionts. By example, prohibit that someone install other application by securty reason, or lock the handset when someo