Payroll Data from Third party System & Payslip in ESS

Hi All
Client wants to display payslips in ESS for employees and the payroll is processed in Third party vendor system.
I Would like to know whether we can store the payroll results in Result Tables in R/3 and generate the payslip and make it available in ESS.
How can we store all the monthly results in Result Tables in R/3. And months payslips should be available for employee through ESS.
Request you all provide inputs for the above scenario.
Thanks in advance.
Gautham.

Hi,
Can you please tell what solution did you apply.
Many Thanks!
Ritin

Similar Messages

  • Data upload from third party system to GRT table.

    Hello,
            Can you please let  me know how we can upload payroll data from a legacy system (to be more clear, how to upload data that we receive from a third party system) into GRT table. 
    Note:The file should be tab delimited text file.
    As of now, i figured out 2 FMs which I thought can be used.....BAPI_EXTPAYROLL_INSERT_OUT and BAPI_EXTPAYROLL_INSERT_LEGACY.
    Please let me know the steps to upload the same (start to end).  A code snippet will be of much help to me.
    Regards,
    RK

    Are you looking for loading your legacy payroll data into SAP ?
    SAP have a standard tables (T588B & T588C) that can be used along with standard schema (XLK0) for updating payroll results.
    They also have a utility program to upload data into T588B & C.
    Search for  Legacy Data Transfer in IMG and yo will find the relevant steps.
    Regards
    Ravikumar

  • Data Extraction from Third party system to BW System issues...

    Hi Experts,
      I would like to know about data extraction issues from third party systems like hyperion or DB2 or Sysbase to BW system, proper procedure to minimise risk facors, etc.
    I hope hear from you soon...
    Thanks in advance....
    Regards,
    Nagendra KReddy

    Hi,
    Below is a document for DB connect. in that frequent problems also mentioned.
    Create DataSource for DB Connect step by step
    -Sriram

  • Item master synchronisation from third party system to SAP

    Hello ,
    I would like to understand how we can desgin flow of data in case of changes in Catalog from third party system to SAP.
    We have implemented Catalog functionality.  Catalog maintained in third party system is accessed from SAP for procurement through catalog button.
    Now we want to update SAP contracts when ever there is change in prices in third party system. In this we are also validating currency,UOM, delivery time etc.
    How does we can make this synchronisation? What are the possible solution for this?
    You valuable inputs will be highly appreciable.
    Regards,
    Prashant

    Hi Neetu
    you have to mainatin Item text and not for material PO text...
    Do these settings:
    SPRO->MM->Purchasing->PO->Texts for POs--->Define copying rule for item texts..
    then check you should have a entry for "Item Text" if not then
    Put a Consec no. and against it enter item text. then for this you have to maintain text linkage where u should have source object as Purchase requisition.
    please confirm if these settings are already there?
    regrds
    yogesh

  • Incoming invoice from third party system

    Hi All,
    Could you please help in choosing functional module or bapi or badi's for incoming invoices that are receiving from third party system. I have no ideal about that but the SAP has to be loaded using idocs. what is the reason to choose the above ones
    Thanks in advance for response.

    Why not starting with docu?
    The general process  is explained well in help.sap.com
    As a service, put this into your Google: vendor invoice edi site:help.sap.com

  • Accessing BW Query from Third Party System

    Hi,
    We have a requirement by which user can do the following through the third party system.
    1. User will enter the Parameters in the third party system.
    2. User will then call the BW Query with the above parameters from the third party system.
    3. BW query should get execute based on the parameters (variables) and output to be displayed.
    3. After displaying the output, the same should get passed into the db tables or the flat file to the third party system.
    Ideal steps will be :
    1. Enter the parameters in the third party system
    2. Calling the query from third party system with the
    parameters
    3. Executing the BW query
    4  Displaying the output and
    5. Sending the output back to the third party system
    Kindly advise how can we handle this scenario.
    Regards
    Ramesh Ganji

    hi,
    you can use third party etl tools. I used XtractIS for microsoft analysis services.
    http://www.theobald-software.com/cms/en/xtract-is/xtract-is-plugnplay-mit-sap-und-den-ssis.html

  • PO import from third party system

    Hi All,
    We have a third party system where PO's are created and imported into Oracle as an approved PO via Standard interface table. A PO was created in Aug 2012 and is stuck in interface tables with rejected status as the vendor site ID missing. So updated the interface table with vendor site ID. And ran import standard PO program. PO is imported but with the date in FEB 2013 instead of the date in Aug 2012. ( As the PO period for Feb 2013 is opened)Why it happened? And is there any way I can cancel/delete the PO from Oracle and resend it with the same old date I.e., Aug 2012 date and so that it can create with old PO Number.
    Thanks in advance,
    Regards,
    Pramod

    Why not starting with docu?
    The general process  is explained well in help.sap.com
    As a service, put this into your Google: vendor invoice edi site:help.sap.com

  • Uploading time evaluation results from third party system

    Hi,
    Our customer is using a third party system for time evaluation as well as SAP time evaluation.  Now they would like to upload the evaluation results from that system into their SAP system, so that all the data can be viewed in the same place for statistical purposes.  Is this possible? And if yes, how is it accomplished?

    PL take a look at this Re: Time Inbound Interface
    Regards,
    Suresh Datti

  • Sender RFC from Third Party System

    I have a vendor who is actually communicating through RFC from third party Application to SAP R/3. Now we are trying have XI in between. Where as with minimal impact on both sides.
    Solution.
    1. Have the RFC made as ZRFC in XI. Let the vendor call the RFC in XI ABAP and internally make an RFC call through XI Interface to R/3 as Sync Interface. Because we need to report the information back to the system where the request initiated.
    2. Have RFC INI file copied as SAP Suggests under one of the folders. Develop the regular RFC to RFC Interface via XI.
    Is there any other alternatives other than the above mentioned solutions? Or out of those 2, which one will provide the best performance
    Appreciate any feedback. Please advice

    That's exactly what we are trying to achieve here. By Eliminating direct connection R/3, we are placing XI in between. But with the budget/timeline constraints from the Partner side, we are trying to have minimal change on the partner side. They might not change something to web service etc...
    Here is the text about INI file
    You can configure the non-SAP RFC client to connect to the sender communication channel in the following ways:
    ■       By defining the parameters PROGID, gateway-host, and gateway-service within the saprfc.ini-file using RFC-SDK.
    ■       By using appropriate parameters in the function RfcOpenEx.
    If you use the saprfc.ini-file, the respective RFC destination has to be of type R.
    All the parameter values used within the saprfc.ini-file or with the function RfcOpenEx should match the entries maintained within the corresponding sender communication channel.
    Example for the saprfc.ini-file is as follows:
    DEST=RFCCLIENTEXT
    TYPE=R
    PROGID=P106646.HKExternalClient
    GWHOST=pwdf2153
    GWSERV=sapgw40
    Please check the following link, for the same  text on RFC Sender
    [Help.SAP|http://help.sap.com/saphelp_nw04/helpdata/en/67/6d0540ba5ee569e10000000a155106/content.htm]
    Using the same Sender RFC for non-SAP System, please share any ideas

  • Consume WS from Third Party System in a SAP Portal

    Hi everybody,
    I would like to know if it could be possible to consume a WS from a Third Party System from a SAP Portal page or iView directly.
    If not, could anybody propose a solution for that?
    I thought about the possibility of creating a WebDynpro Java application which would consume this Web Service.
    Thanks a lot.
    Kind Regards,
    Victoria

    HI Victoria,
    Create Web Dynpro Java application for consuming u Web services.Create SAP webdynpro iview Template to create your iviews.
    Thanks,
    Amith.

  • Avtivation of BC set from Third party system

    Dear All,
    We are using BC sets for configuration of regular business organizational units. We also have a workflow in third party system (like MS Share Point) for approval of such elements. Now we are looking to call BC sets for configuration of these elements Via third party system upon approval in workflow.
    Kindly help me to understand the feasibility & possible approach to develop the system.
    Thanks & Regards,
    Sandip

    Hi,
    Your question if i understood correctly.
    You cannot transfer the BC Set from one system to another.
    BC sets are used to have a snap shot for your customizing in SAP.
    This are predefined by SAP, which as per mine knowledge you cannot transfer from an external tool to SAP ECC.
    Kindly refer the below doc which may help you...
    Business Configuration Sets (BC Sets) and their use - Basis Corner - SCN Wiki
    Rgds,

  • Querying Data from 3rd Party System

    We would like to query data from a 3rd party (non-SAP) system.  Our BW is an MSSQL DB and the 3rd party is also an MSSQL DB.  We do not want to physically load the data from the external system we just want to use the BW query tools to display the data.
    Is this possible?  I thought this is what a Remote Cube would be used for but SAP's instructions on Remote Cubes are vague and confusing.
           1.      In BW, create a source system for the external system that you want to use.
           2.      Define the required InfoObjects.
           3.      Load the master data:
    ·        Create a master data InfoSource for each characteristic
    ·        Load texts and attributes
           4.      Define the RemoteCube
           5.      Define the queries based on the RemoteCube

    Hi Jon,
    SAP RemoteCube is an InfoProvider. This is a special RemoteCube that allows
    you to define queries with direct access to transaction data in other SAP systems. SAP RemoteCubes are defined on the basis of an InfoSource with flexible updating, and assume the characteristics and key figures of the InfoSource.
    Use/Data Flow
    Unlike with other RemoteCubes, it is not necessary to program extractors. The
    same extractors are used to select data in the source system that are also used when replicating data into the BW. When executing a query, each navigation step sends a request to the extractors for the assigned source systems. In addition, characteristics selection and selection criteria for these characteristics are transformed to fields in the transfer structure, in accordance with the transfer rules. They are transferred to the  extractor in this form. The delivered datasets run through the transfer rules in BW and are filtered once again in the query.
    In your case Remote cube can be an option .
    Cheers
    Raja

  • Create Oracle USER Account from Third Party System

    Hi there
    We have requirment to create Oracle USER Account through third party system.
    How can we achive this?
    I know ORacle Provide FND_USER_PKG.CREATEUSER API to create user
    Is there any special thing we have to do to create Oracle USER from another system?
    Thanks
    ASIM

    Hi,
    Is there any special thing we have to do to create Oracle USER from another system?I believe you need to check the third party manual or contact the vendor for other considerations when creating user accounts from this system.
    For FND_USER_PKG, please see the links referenced in this thread.
    change password of EBS user
    Re: change password of EBS user
    Regards,
    Hussein

  • Receiving net payroll data from 3rd party (ADP)

    We are currently outsourcing 3rd party payroll to ADP. Master Data and Time Wage Type IDOCs are transmitted. After payroll processing, G/L data is downloaded through ADP Infolink G/L interface website as a .csv file.
    We want to receive G/L data back from ADP in standard SAP IDOC format. I have posed this question to ADP support with no luck.
    Has anyone imported G/L net payroll data back from ADP as an IDOC? Is this considered a different product than web-based Infolink G/L?
    thanks,
    Eric

    Hello Eric,
    We are currently in the process of implementing ADP and do master data transfer from HR to ADP.
    Would you be willing to have a quick phone call with me interms of lessons learned and advice from you on this.
    Please let me know.
    Thanks,
    Girish

  • Just how secure is your data from third-party keyboard developers?

    I have all faith in how Apple handles my data, but I'm not so happy when I'm told a third party has access to anything I type, when this should all be local to the phones memory. Credit card information, passwords, etc. I would rather not type when using a third party keyboard. How safe actually are you to install a keyboard for iOS 8? Has Apple put anything in place to prevent a

    I'm not quite sure why my message stopped half way, but just to finish above, I'll retype:
    Has Apple put anything in place to prevent a third party from sending details of what you type to an online server? Why is it even required? Isn't that keylogging?

Maybe you are looking for

  • Using Places in iPhoto with aperture photos

    If we have a picture in aperture with the City and Country Name attribute filleds, this picture in iphoto will not have the info. So, iPhoto no uses the EXIF City and Country Name fields. are there any solution to use the exif info filled in apeture

  • Photosmart c8180 all-in-one shuts down-resta​rts repeatedly

    My Photosmart c8180 all-in-one shuts down-restarts itself repeatedly. Blue screen message B367A5E0. Have Window XP. Have not been able to locate a description of this error message.

  • Printing doesn't work after 10.1.3 update...

    We did a deployment with System Center 2010 and the majority of our workers cannot print from the reader. The solution for now is deleting their profile. As you might imagine it's not a great solution. We didn't had any issues with the 10.1.2 but now

  • GRC reporting (customising global ruleset & possible incorrect reporting)

    Hi there I am currently doing some consulting work at an engineering firm who rolled out SAP GRC (compliance colaborator) during my time with them.  As part of an initial rollout of the tool we are utilising the SAP Global ruleset.  Since its implime

  • [BUG] JDeveloper performance bug

    Hi, I am working on ADF faces and hit a performance bug: When displaying the "design view" of a jsf page, Jdeveloper hangs for more than 15 minutes (thats why it is a bug, not a simple issue), then it displays it correctly. Host is a P4 3Ghz with 2GB