Receive IDOC back from 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

Similar Messages

  • Receiving variables back from php

    basicaly i have narrowed it down to this code
    stop();
    ////// Assign a variable name for our URLVariables object
    var variables:URLVariables = new URLVariables();
    var varSend:URLRequest=new URLRequest("create_member.php");
    varSend.method=URLRequestMethod.POST;
    varSend.data=variables;
    //////// Build the varLoader variable
    var varLoader:URLLoader=new URLLoader  ;
    varLoader.dataFormat=URLLoaderDataFormat.VARIABLES;
    trace(varSend.data.status);
    trace(varLoader.data.status);
    As silly as it sounds, i need the trace to see the error.
    I am using cs4 for this and have not found anything so far to explain why it is not working.
    You can test it out without needing anything on stage.
    This is the error i get and do not know why.
    undefined               is the varSend trace
    TypeError: Error #1010: A term is undefined and has no properties.
    at Untitled_fla::MainTimeline/frame1()              is the varLoader trace
    I need this fixed, but cant find why it is doing it. Any ideas would be greatly accepted.

    There is a full script as well, but I still only get the errors stated. Basicaly I am unable to get any variables back from PHP. They show up an a standard browser window, but that is no good to me. My site is 100% flash and i need to receive data so that i can log people in, retreive their names and info, send custome messages to people on the site or even if only visitors. Without flash seeing the data correctly, I cant do squat.
    if (event.target.data.returnBody=="") {
    output_txt.text="No data coming through";
    } else if(event.target.data.returnBody!=="") {
    output_txt.condenseWhite = true;
             output_txt.htmlText = ""+ event.target.data.returnBody;
      gotoAndStop("_end");
    trace(varLoader.data.status)
    If i only use    --     event.target.data     I do get the info in, but with all the mish-mash that comes with it
    e.g.
    %0A%20%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%3Ch2%3EOne%20Last%20Step%20%2D%20Activate%20through%2 0Email%3C%2Fh2%3E%3Ch4%3EOK%20peter%2C%20one%20last%20step%20to%20verify%20your%20email%20 identity%3A%3C%2Fh4%3E%3Cbr%20%2F%3E%0D%0A%20%20%20In%20a%20moment%20you%20will%20be%20sen t%20an%20Activation%20link%20to%20your%20email%20address%2E%3Cbr%20%2F%3E%3Cbr%20%2F%3E%0D %0A%20%20%20%3Cbr%20%2F%3E%0D%0A%20%20%20%3Cstrong%3E%3Cfont%20color=%22%23990000%22%

  • Send/Receive IDOCs (XML) from/to SAP R/3 with XI-SOAP without XI!

    Dear SAP specialists,
    (BACKGROUND) We are using the Microsoft BizTalk Adapter for SAP 1.0, developed on top of the SAP DCOM Connector (we are using the version 6.20 Patch Nr. 177), with Microsoft BizTalk Server 2002 SP1 in order to send and receive IDOC via the tRFC transport protocol. We are using the Microsoft BizTalk Adapter for SAP 1.0 since February 2002, and today we are exchanging more than 25,000 IDOC/day with this architecture.
    When we migrate our SAP R/3 system to the version 4.7 with WAS 6.20, I was very enthusiastic about the possibility of sending the IDOC in XML via the standard HTTP transport protocol, because it would considerably simplify my architecture, i.e. no need of any (expensive) adapter any more! But, I had to realise that the quality of service exactly once will not be there anymore with HTTP as it exists with tRFC. Then, we carry on using the tRFC transport protocol with the adapter.
    (QUESTION) But recently, I followed the SAP Course TBIT40 XI Foundations and I learn that:
    1.     On one hand, the XI-SOAP protocol supports the quality of service exactly once by the usage of a message GUID within the XI-SOAP envelope;
    2.     On the other hand, all mySAP solutions using WAS 6.20 (or higher) carry a “small” Integration Engine (with XI-SOAP as the “native” transport protocol).
    Then, my question is: << Is it possible to exchange IDOC (XML) directly with an SAP R/3 4.7 (WAS 6.20) via the XI-SOAP transport protocol using the “small” Integration Engine embedded into it, with the quality of service exactly once? >>
    Many thanks in advance and best regards,
    Patrice Krakow

    Hello Patrice
    We have same issue. Is it possible to use IDoc (XML) directly with SAP 5.0 with SOAP (HTTP) without XI?
    Since your que is three years old, I'm sure you must have found some method for this.
    We'll highly appreciate your help.
    Regards: Gaurave

  • Want to Receive Response Back From SOAP

    Hi ,
    My Scenario is IDOC-XI--SOAP
    Iam sending the IDOC from R/3 and want to hold the Response message from SOAP like "Success or Fail".
    I want to the response message in XI itself, no need to reach the response even to R/3.
    How can we achive this
    Regards
    Suman

    IDOC: Import it as Imported Object -->When you define the namespace of swc in IR select you can import Idocs and RFC option and complete the  textbox with correct information
    SID (system ID)
    Client
    Later you import the Idoc, doble click on it a export it to your driver, next import it as External Definition for reason in my previous post.
    Create a SWC type B_ in SLD and define it as dependence of A_. later import it into IR. there define the Data Type  and Message Type for genericResponse.
    How you will use (maybe) this structure en many interface is the reasson you define it into B_XXXX
    *•Basis Products (B_): Ideal for templates, generic structures, shareable java programs, etc.
    •Canonical Definitions(C_): For generic business objects, meant to be reused.
    •Exchange Infrastructure Application Products(A_): These products represent XI objects other than interface objects (e.g. Mappings, Integration Processes, etc).
    •Interface Products( I_ ): Represent extensions to current application. These are the extensions we will later import in Exchange Infrastructure (XI) and associate the corresponding interface objects and integration scenario actions.*
    h1IRh1
    Web Services
    Import your WS as external definition into IR
    Message Interface
    Define a Message Interface type abstract and sync.
    ............Request Message (External Definition Idoc)
    ............Response Message ( genericResponse)
    Define a Message Interface type abstract and async.
    ............Request Message (External Definition Idoc)
    Define a Message Interface type abstract and async.
    ............Response Message ( genericResponse)
    define them in A_
    Define a Message Interface type inbound and sync.
    ............Request Message (Request WS)
    ............Response Message (Response WS )
    Message Mapping
    Create a Message Mapping for Request
    Create a Message Mapping for Response
    Interface Mapping
    Import MI(abstract) of IDOC
    Import MI of WS
    select the mapping for request and response Tab
    BPM
    1)in container window define a variable named IDoc_ABS with category abstract interface and type (select the MI of IDOC alone)
    define a variable named GenericRespnse_abs with category abstract interface and type (select MI of genericResponse alone)
    2)create a Recieve Step --> in property message select the container you define before of idoc.
    3) define a Send Step--> mode synchronous
    select MI type abstract and sync (idoc and genericResponse)
    for property request message selects container Idoc_ABS
    for property response message selects container GenericRespnse_abs.
    Save your Changes and thats all for BPM
    h1IDh1
    it is too much complicated to explain, lets try
    Create scenario
    Assign BS and create comunication channels with QoS (quality of service) type BE
    Import your BPM
    Create a Receiver Determination
    -->in the target service select the BPM. Save
    -->In overview windown at foot windowns select  MI IDoc_abs only. nothing else
    Create a Receiver Determination
    -->here the system who send data is BPM
    -->in the target service select the BS of receiver system.Save
    -->In overview windown at foot windowns select  interface mapping and assing communication channel
    what we do here. the flow is next
    1)receive data from sender system and send it to BPM
    2)BPM call bs of target system (WS). how? because in interface determination you selected before the interface mapping
    hope you can understand and be useful

  • Try to sync computer. Have not received email back from Firefox.

    Still waiting for email to verify sync...

    HI cunfla,
    You open the manage account and resend the verification email? Please also check your email filters to make sure it did not get stuck in spam.

  • Problem with SAPServerHost - Receiver Idoc

    Good afternoon!
    I am using the component SAP.Net Connector to receive IDOC's from the SAP, for this I created a Windows Service and in the OnStart event I create the SAPServerHost object that will go to talk with the SAP (through the transaction sm59, for example).
    It happens that some times the SAP does not obtain to see this object, thus being does not obtain to send the IDOC's for windows service.
    Thank you.
    Danilo Santos de Oliveira

    The SAPServerHost itself doesn't register at the SAP gateway. The actual SAPServer-inherited instances do so. You create them and attach them to the SAPServerHost. The host can control the state of the servers that it hosts, e.g. it can stop, pause and continue them.

  • Is it Possible to send an acknowlegement from Receiver Idoc

    Hi All,
    My scenario is File-XI-Idoc, Once the idoc is created i need to send an acknowledgement for the sender,
    Can anyone provide me the steps required for sending Idoc acknowledgement ...
    <b>Is it Possible to send an acknowlegement from Receiver Idoc  to a file ?</b>
    Regards,
    Sridhar
    Message was edited by: sridhar reddy kondam
    Message was edited by: sridhar reddy kondam

    Hi Sridhar,
    >>>>>>i need to send an acknowledgement for the sender<<<<
    In File>XI>Idoc scenario, you may not able to send acknowledgements back to the file. But to handle the acknowledgements from the IDoc using Idoc adapter, refer to the how-to-guide at the following link.
    http://service.sap.com/~form/sapnet?_SHORTKEY=01200252310000071155&_SCENARIO=01100035870000000202&_OBJECT=011000358700003477212005E
    Rgds,
    Sam Raju

  • Receiving IDocs from non-SAP system ...

    Hello guys,
    I have problem with implementing IDoc-XI-IDoc scenario. The sender system is a subsystem (non-SAP system) sending IDocs but XI is not able to receive them. I thing the IDoc metadata can not be found.
    Logical system name of the sender is IF6020DEV. I registered the system in SLD. In Integration Directory I imported the Bussines System IF6020DEV to my scenario and I created communication channel of type Sender IDoc Adapter in it.
    In IDX2 I created new port called IF6020DEV and I copied needed metadata into the port. But it doesn't work. Probably I don't do it right because I'm beginner with SAP XI.
    Could you give me any advice how to configure XI for receiving IDocs from non-SAP system?
    Thank you in advance!
    Regards
    Zbynek

    Thank you very much. The issue described in refered discussion is almost same issue what I'm solving. Unfortunetally the described solution dosn't work for me.
    The sender system still returns following error. I know you probably won't understand it because you don't know the subsystem, but maybe you could get some idea what is wrong.
    05/29/09 16:09:19.482 idoup2 Logon...
    05/29/09 16:09:19.482 idoup2 RfcOpenEx (TRACE=1 CLIENT=110 USER=xxxxxx LANG=D LCHECK=1 GWHOST=xxxxxx GWSERV=3361 ASHOST=xxxxxxx SYSNR=61 PASSWD=<password>)
    05/29/09 16:09:19.529 idoup2 Logon RfcOpenEx result=1
    05/29/09 16:09:19.607 idoup2 Call to (IDOC_INBOUND_ASYNCHRONOUS) failed (3)
    05/29/09 16:09:19.607 idoup2 Handle=1
    05/29/09 16:09:19.607 idoup2 key............:
    05/29/09 16:09:19.607 idoup2 status.........:
    05/29/09 16:09:19.607 idoup2 message........:IDoc-Adapter Eingang: Der Absenderport ist initial
    05/29/09 16:09:19.607 idoup2 internal status:
    05/29/09 16:09:19.607 idoup2 idoc_upload failed with rc=(3), try(2)
    05/29/09 16:09:20.607 idoup2 key............:IDoc-Adapter Eingang: Der Absend
    05/29/09 16:09:20.607 idoup2 status.........:EXCEPTION SYSTEM_FAILURE RAISED
    05/29/09 16:09:20.607 idoup2 message........:IDoc-Adapter Eingang: Der Absenderport ist initial
    05/29/09 16:09:20.607 idoup2 internal status:
    05/29/09 16:09:20.607 idoup2 idoc_upload failed with rc=(18), try(1)
    05/29/09 16:09:21.607 idoup2 Logoff...

  • Is there anyway that I can receive my money back from a recent purchase download

    Is there anyway that I can receive my money back from a recent purchase download

    You can try contacting the support staff for the stores at http://www.apple.com/emea/support/itunes/contact.html but reportedly, if they grant that it is a one time only event.

  • Sender / Receiver on DEBMAS customer IDOCs mapped from XI

    Hello XI experts,
    I'm hoping you can help me resolve a question.
    In our system, customers are maintained in an AFS ERP system. They are then distributed to MDM, via XI, using DEBMDM messages.
    We have a second (Retail) ERP system that also needs the customer data. An XI colleague has created a mapping, so that the DEBMDM IDOC from AFS is mapped to DEBMAS and ADRMAS IDOCs, which are sent to AFS.
    Functionally this works fine: the customer data from AFS goes to both MDM and retail as expected.
    The question is on the IDOCs arriving in Retail. They have the same logical system for the Sender and Receiver, which is the Retail logical system. So it looks like the IDOCs have been created in Retail and then processed, rather than being created in XI. However in XI, in transaction IDX5, we can see IDOC numbers. I'm a developer with no XI experience, so I may be misunderstanding how XI works.
    - Does XI actually create an IDOC locally and then send it out?
    - Or would XI be calling some kind of RFC in my Retail system to build the IDOC there?
    - If the IDOC is built locally, can anyone suggest why I am getting the sending partner to be the same as the receiver?
    Even if the sending and receiving systems are set in the XI mapping, the values still get overwritten with the Retail logical system.
    Many thanks, Roger

    Roger,
    In the Receiver IDoc Adapter , 3 options are available.
    Apply Cntrol Record Values From payload.
    When you select this option, the values of these fields are filledfrom the idoc payload,
    +MESCOD
    · MESCFT
    · TEST
    · EXPRSS
    · STD
    · STDVRS
    · STDMES
    · SNDSAD
    · SNDLAD
    · RCVSAD
    · RCVLAD
    · REFINT
    · REFGRP
    · REFMES
    · STATUS
    · DIRECT
    · OUTMOD
    · CREDAT
    · CRETIM+
    Take Sender From Payload
    Selecting this fills the values for Sender System with values of SNDPRN and SNDPRT.
    Take receiver from payload
    Receiver Partner Names values are filled from the payload with values of RCVPRN and RCVPRT.
    These are the only values from which you can pass the value from payload, rest of the fields are filled by default.
    More,
    http://help.sap.com/saphelp_nw2004s/helpdata/en/13/95244269625633e10000000a155106/content.htm
    Regards
    Bhavesh

  • Settings in XI side to receive IDOC  from  application server

    Could somebody verify the following stmt regarding
    Settings in XI side to receive IDOC  from  application server
      The metadata for the idoc should be in place before sending idoc from the application system

    Hi Vasanthakumar,
    have a look at those settings by Shravan:
    Re: Steps to define correctly IDoc sender adapter
    you don't have to do point 4
    Regards,
    michal

  • Ale settings when receiving idoc from xi

    Hi friends,
    I wan o confirm that the settings I had done in my R/3 system for receiving idoc from Xi are correct.
    Third party is goin to send message to my Xi system, from there I have to send that message to my R/3 system.
    In R/3 I had created 2 logical system,one for r/3 itself and other for my XI system.
    I assigned  client to this systems.
    I created RFC and port for XI.
    Then created distribution model, with sender as xi logical name ,receiver as R/3 logical name.
    Is this configuration correct?or I need to create the thirdparty logical system also in my R/3 system?

    Hi,
    Your steps looks fine to me. I think distribution model is not required for inbound case.
    just check the below configuration once again.
    Pre-requisites for Inbound IDoc to R/3 from PI:
    Configuration required at Xi side:
    Go to IDX1: configure the port.
    Go to IDX2: load the DOC metadata.
    Go to SM59: Create RFC destination which points to R3 system this is require in the case where your IDOC is sent to R 3 system,
    Configiration required at R3 side:
    Maintain Logical System for PI (SALE transaction):
    Maintain Partner Profile for XI system(WE20):
    Also look at the step by step process.
    File To IDOC - Part2 (Configuration):
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/2007/05/11/fileToIDOC-Part2+(Configuration)&
    File To IDOC - Part3 (Steps required in XI and R3):
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/2007/05/11/fileToIDOC-Part3(StepsrequiredinXIandR3)&
    chirag
    Edited by: Chirag Gohil on Nov 24, 2008 1:23 PM

  • Have received an email from apple to say my ID has been used to download an emoticon package for £15.99 - it was not me. is there a way to find out which device it is? and to get my money back? ta

    have received an email from apple to say my ID has been used to download an emoticon package for £15.99 - it was not me. is there a way to find out which device it is? and to get my money back? ta

    It is a phishing attempt. Do not respond. Do not divulge any personal or financial information. You can use the address below to forward the suspect email message to Apple.
    [email protected]
    The link below has information to help identify fraudulent emails.
    http://support.apple.com/kb/HT4933

  • I have forgot my I pad In saudi airlines SV883 , on 09-09-2012, then I have immediate inform them but not received any feed back from their side, please advise and protect my Ipad.

    Dear Sir,
    I have forgot my I pad In saudi airlines SV883 , on 09-09-2012, then I have immediate informed them but not received any feed back from their side, please advise and protect my Ipad.
    LOCATION : SAUDI ARABIA. DAMMAM - I have travelled from KOZHIKODE TO DAMMAM.
    I HAVE KEPT MY IPAD SEAT POCKET#42H, ,
    I have tay it several time thru ICloud still it's in offline.
    Saudi air lines customer support services not responding properly,
    You are requested to protect my IPAD and advice for the next.
    * Can I get back up files from that IPad.,
    waiting for your prompt reply as soon as possible,
    best regards,
    ZAMEER MAIDANI
    <Personal Information Edited By Host>

    This is a user-to-user technical support forum. We can't do anything to "protect" your iPad. If your files are backed up (and only you would know if so and where) you should be able to access them from your back up.
    Did you have Find My iPad enabled?

  • Is it possible to receive IDOCs from a non-SAP system?

    Hi,
    I'm facing a problem where I have to configure SAP MII (12.0) to receive IDOCs from a non-SAP client. Is it possible? I'm dealing with a system named Hydra (developed by MPDV) and I'd like to know what I should configure in Hydra systems in fields like: PROGID, GWHOST, GWSERV, SYSNR, CLIENT etc.
    Anyone can help me?
    Thanks a lot in advance

    Unless Hydra emulates ECC sending IDOCS, then you just might want to use the WSMessageListener (http://help.sap.com/saphelp_xmii120/helpdata/en/45/6a86ac88130dece10000000a11466f/frameset.htm) and configure your message processing rules accordingly.

Maybe you are looking for

  • Photosmart 6520 64bit drivers for windows xp pro

    Can't turn up any drivers for my new 6520 on my older XP PRO 64 bit system... Any help out there  ?

  • SO_NEW_DOCUMENT_ATT_SEND_API1 plus attachment

    Hi; i´m using FM SO_NEW_DOCUMENT_ATT_SEND_API1 to send email with 3 attachments, the problem is with the result size of the 3 XLS files in the attachment. The first XLS attachment file code:   lt_packing_list-transf_bin  = 'X'.   lt_packing_list-head

  • Why can't I use a Thunderbolt iMac as a screen for an TV or a gaming console?

    Is there any hopes for a device/adapter that would make it possible to use an Thunderbolt-equipped iMac as a screen for other devices? It worked with DisplayPort, why wouldn't it work with Thunderbolt? Is it just a business political decision?

  • Some blending modes are unavailable

    I have Photoshop CC 2014 and after I've updated it (a few days ago) I'm now unable to use certain blending modes. I can use 'Normal', 'Dissolve',  'Darken' 'Multiply' and 'Screen' but nothing else. The others are un-clickable. Does anyone know what I

  • Contract instructional designer in Dallas / Fort Worth area

    This is a contract instructional design position that has the potential to expand beyond the initial projects listed below. If you are interested in applying, please send me your resume and include examples of past CBTS, videos, quick guides, and web