Data Communication between ERecruiting 3.0 standalone and R/3 4.7

Dear All,
We have the ERecruiting setup comprising of ERec 3.0 standalone with the backend HR system 4.7. We are using ALE to communicate between the two systems.
In ERec 3.0 we have the message type HRMD_ABA with basic type HRMD_ABA04 while on the R/3 side we have HRMD_A06 available. Our data transfer requirements are satisfied by HRMD_A06 but it is not available on the ERec server. Due to this we are not able to transfer certain infotype data required like IT1007,0023,0024 etc.
We managed to transport the basic type HRMD_A06 to the ERec server and tried sending the data across for Vacancy infotype 1007. It worked but the idoc went into error. On further investigation we found the table for IT1007 does not exist on ERec neither do the required functions to push the data into HRP1007. Is this becoz the PA component does not exist on the ERec 3.0? Is the PA component mandatory to be installed under such a landscape. We have only installed following components SAP_ABA-640,SAP_BASIS-640,SAP_BW-350 and ERECRUIT-300.
We are able to transfer the OM data and see the same on Requisition tabs but not the Vacancy information due to missing table for 1007.
How do we resolve this? Do we need to get the PA component installed or is there any other solution to transfer the data for IT1007,0022,0023.
Any suggestions and help will be appreciated.
Regards,
Chetan Mane

Closed

Similar Messages

  • Communication between EM agents/EM agent and OMS

    Hi,
    I am trying to explore the possibility of communication between.
    1) EM agent to EM agent
    2) Bi-directional Communication between OMS and EM agent
    Is there a method by which EM agents can communicate with each other(For ex: sending a String from one agent to agent)
    directly or through OMS. Till now, what I have explored it seems only agent to OMS communication is possible.

    I am exploring the possibility to build an application roughly similar to client server architecture, using Oracle Enterprise Manager.
    I intend to use OMS as the server and different host on which EM agents will be installed as clients.
    I require different applications to be running on different client machines[machines having EM agent] which needs to communicate between them for ex: message passing.
    OMS server also need to send message to clients, whereas client can also send some data to OMS.
    Hope, the scenario is now clear.

  • Communication between the DNS/DHCP Manager and OES Server

    No communication between the DNS/DHCP Manager Console and OES server (status,start,stop)
    The screenshot shows the tab "DHCP (OES Linux)" in the DNS / DHCP Manager console
    in the bottom of the image it shows the state of the DHCP servers.
    allDHCP.JPG
    The dhcp service is started on all these servers
    You can see that the status is known only for four servers.
    The button "start/stop DHCP service" works fine on this servers and
    the dhcp service can be canceled and also restarted
    But the status of the "dhcp service" is not recognized for all the other DHCP servers
    and so we can not start or stop dhcp service on these servers.
    All servers were installed at different times (last three years) with OES11 and
    are upgraded to OES11SP2 with all patches.
    The server keto (DHCP_keto) is a new installation OES11SP2 few days ago.
    All OES servers were set up identically from me. LDAP, LUM, DMS, DHCP works fine.
    Which service on the OES server is responsible for
    communication (status indicator) between the DNS/DHCP Manager and the OES serve?
    How the status query is performed by the DNS/DHCP Manager?
    How can I test the communication to the server on the client (console)?
    Which configurationfiles I should be compare on the server?
    Thanks in advance
    Gernot

    gernot,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://www.novell.com/support and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Forums Team
    http://forums.novell.com

  • Data Communication between flash 8 and php (facebook)

    I do have knowledge on php and flash 8. But it is my first
    time in trying to analyse the facebook architecture and have to
    admit I am a bit confused. Ok I have figured out the communication
    part between php and facebook but I failed to understand the
    communication when flash 8 comes into the picture.
    1) Client logins in to facebook (Client PC -> Facebook
    Server)
    2) Client click on my game application and waits (Client
    Request->Facebook Server->My Server)
    3) My php script checks for client audentication using
    facebook params and load flash 8 application to client PC via
    facebook iframe OR FBML (My Server (.php) -> My Server (.swf)
    -> Facebook (Iframe or FBML) ->Client PC)
    4) Client starts to play.
    ----------> Ok step 1 to 4, I know how to do it. But it is
    this following that I am confused.
    5) Client make some changes in the flash 8 application (For
    example: He is preparing for an invasion and have included total
    soldiers needed and generals needed and click 'invade') and click
    the button to save the datas to my server. The problem here is how
    to do this while ensuring $fb_params is consistent?
    (a) Can I just use sendandload via POST and my php side will
    received the POST data as usual($_POST['soldiersneeded'])? Or do I
    miss out anything?
    (b) Can I use amfphp as usual so as to prevent the
    application from refreshing itself everytime it loads in the new
    data?
    Hope there is a facebook expert who could explain to me in
    regards to this problem. Please do take note that I am using flash
    8 and not CS3 or CS4. Thanks in advance and have a nice day
    everyone! ^_^

    Have you read this manual?
    Regards,
    André
    Using whatever version of LV the customer requires. (LV5.1-LV2012) (www.carya.nl)

  • Data Communication between flash and different applications

    Is there a way to communicate between two different
    standalone applications, without using a HTTP server ?
    for eg: from Flash to JVM

    hi,
    I want to communicate between flash exe and director exe
    using local
    connection object. Can anybody help me in this, by telling
    the code for it. I
    tried a lot using it by different ways but I am not succesful
    in it yet
    Thanx in advance
    ANSWER :
    you should make an action script to the animation & etc.
    you made in your FLASH by a name as like as this : (I made a pause
    Button & named it gPause);
    on (release) {
    getURL("event:gPause");
    and then in youe director file make a MovieScript including
    the following code :
    on startMovie
    member("name of member you imported from Flash as swf. file
    ").model("Bip01").bonesplayer.pause()
    end
    on gPause
    member("name of member you imported from Flash as swf. file
    ").model("Bip01").bonesplayer.pause()
    end

  • Is there any way to spy the data communicating between the GPIB and the PC.

    HI
    I have a device communicating with my PC using IEEE 488 GPIB card. Do we have any way to spy the data exchanged by the device and the PC running a different application.
    I am trying to program an application that needs to gather data from a HP 54602A - 150 MHz - 4 Channel oscilloscope using a IEEE 488 add-on card. I am able to talk to the device and request the device number through MAX. I need to know the other commands to the oscilloscope. Can any one help me in this regard.
    With Regards
    S.Gopal

    Launch NI Spy (Start >> Programs >> National Instruments >> NI Spy). You may want to configure it to capture 64k of data instead of 64 bytes since the strings sent to the device may be larger than 64 bytes.
    Start capturing with NI Spy and then run the application. All of the calls made to the device will be captured in NI Spy. You can then look at the data buffers to determine what strings are being sent to your device.

  • Convert data link between one query's group and another querys group to SQL

    Hi
    I have a report where there are 2 query Groups. These 2 query groups r linked by data link. How do i combine these queries to One query so i can use it as a SQL query.
    Thanks

    Hi,
    Assume that we have two queries Q1 and Q2 and the common column between the two queries is "comn".
    Now we can convert the datalink into SQL as follows:-
    SELECT *
    FROM
    (Query for Q1)a,
    (Query for Q2)b
    WHERE a.comn=b.comn(+)
    Note: "a" and "b" are alias names for Q1 and Q2.

  • Data communication between jsp pages in different context

    hi,
    I've two web applications one calling the other. The calling app needs to pass user id but not in the url
    How can this be acheived.?
    Even though i searched in several forums about forward and redirect, i donot have a clear idea.
    Please help.
    Thanks.

    Use POST. The form action URL can just point to a different context.

  • Communication between Canon 350D software suite and OS X 10.4.3

    I have recently acquired a Canon 350D SLR camera and also decided that I would upgrade to OS X 10.4.3 in order to upgrade my Iphoto to version 5.0 (only available via the bundelled Ilife05 package unfortunately).
    However, now that I am on 10.4, I have found that Installation disk for Canon software (camera window, image browser etc)is no longer able to install correctly - this did not seem to be a problem when I was working with OS X 10.2.
    I have advised by Canon that it could be a firewall function that could be causing the problems. Anyone out there got any ideas as to how I might get over this hurdle?
    Powerbook   Mac OS X (10.4.3)  
    Powerbook   Mac OS X (10.4.3)  
    Powerbook   Mac OS X (10.4.3)  

    So you are running iPhoto 5.0?
    If so, do you still need the features of the canon software suite? I have used iPhoto for quite sometime with no issues. I have a canon and an Olympus.

  • Communication between ECC and CRM

    Hello,
    I am in phase of showing communication between SAP CRM 5.0 and ECC 6.0.
    I am struggling with finding some simple transactions which are common in both, with which I can show correct connectivity between ECC and CRM.
       I need to save some data from CRM and access the same via transaction within ECC, save some data via ECC and access it via CRM. I already established RFC link between ECC and CRM.
    Probably communication between SD module of ECC with CRM.
    Can you please help me out with this, a clue/correct direction will be of very helpful. Basically I want to know, what transaction I can use for same.
    Any help is really appreciated.
    Thanks
    -Vishal

    Hi Glenn,
          I followed all steps in document mentioned above. In the end during execution of transaction I selected appropriate source and destination, when I click start transfer objects, it gets stuck in waiting phase.
    Among those steps I was not able to perform step#10. Creating Subscriptions for OLTP. My ERP is not displaying this option under subscription wizard. Should it be reason for not starting transfer ? I also do not see ERP logon screen when I select transfer.
    My another question is when transfer will complete, where I'll be able to see transferred objects within ERP database ?
    Thanks
    -Vishal

  • Communication between BSP and Web Dynpro JAVA

    Hello All!
    I'm wondering whether the communication between a web dynpro application and a BSP application is possible.
    To ellaborate more, we have developped a web dynpro application acting as sender and we would like to develop a bsp application that displays a smart forms and which needs to listen to the web dynpro. We don't know exactly how to do that.
    Your help is really appreciated!
    Yours,
    Hajar

    HI
    GOOD
    I NEVER FACED SUCH ISSUES, HEREWITH I AM GIVING SOME LINKS, I HOPE THESE WILL HELP YOU TO SOLVE YOUR PROBLEM.
    http://sapfans.com/forums/viewtopic.php?t=168023&sid=1ed91bc0423642f19dc32b70ef3d37e3
    http://www.sap-press.com/downloads/sap_press_catalog_2006_summer.pdf
    http://help.sap.com/saphelp_nw04s/helpdata/en/a6/10b98ae47ef14799a918db66ee9477/content.htm
    THANKS
    MRUTYUN

  • Communication between BSP and Web Dynpro

    Hello All!
    I'm wondering whether the communication between a web dynpro application and a BSP application is possible.
    To ellaborate more, we have developped a web dynpro application acting as sender and we would like to develop a bsp application that displays a smart forms and which needs to listen to the web dynpro. We don't know exactly how to do that.
    Your help is really appreciated!
    Yours,
    Hajar

    i guess it should be possible. (is it ABAP webdynpro or java webdynpro?)
    post it in WEBDYNPRO forum for quicker resposne.
    Web Dynpro Java
    Regards
    Raja

  • Communication between TNS_Listener and Apex Listener

    Dear all,
    I how does the communication between TNS Listener, Apex Listener, and Apex? For some reason I got the following error from Apex listener:
    Caused by: oracle.dbtools.rt.web.WebException: Unable to start the Universal Connection Pool: oracle.ucp.UniversalConnectionPoolException: Cannot get Connection from Datasource
    Caused by: oracle.net.ns.NetException: Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptorI truncated some of the Java object messages.
    This occurred when I tried to connect to Apex. Then I can fix this by going to:
    http://localhost:8080/apex/listenerConfigurethen, everything worked fine.
    My listener.ora file:
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = firefly.snowdrop.com)(PORT = 1521))
    ADR_BASE_LISTENER = /usr/local/oracle
    ADR_BASE_ORACLE_LISTENER = /usr/local/oraclemy tnsnames.ora file
    INARA =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = firefly.snowdrop.com)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = inara.snowdrop.com)
      )where inara is the instance name and firefly is the hostname.
    Does the order of whether starting TNS Listener first or starting Apex Listener first matter?
    Best regards,
    Val
    Edited by: Valerie Debonair on Aug 1, 2011 5:47 AM

    Hm, I'm not able to reproduce the error. There was one time when I started APEX Listener got:
    java.net.BindException: Address already in use: 8080=com.sun.grizzly.http.SelectorThreadHandler@46d999aand when I did the netstat -a got:
    root@firefly:~# netstat -apnl |grep 8080
    tcp6       0      0 :::8080                 :::*                    LISTEN      4530/tnslsnr  I had no idea what made 8080 tagged by the TNS listener, as I started it out before APEX Listener. Very curious how did this happen.
    There was one time netstat -a showed me this (this happened after I stopped Apex Listener, stopped TNS Listener, shutdown the database, started database, started TNS Listener, and started Apex Listener):
    root@firefly:~# netstat -a |grep 8080
    tcp        0      0 firefly.snowdrop.:22110 firefly.snowdrop.c:8080 ESTABLISHED
    tcp        0      0 firefly.snowdrop.:22111 firefly.snowdrop.c:8080 ESTABLISHED
    tcp        0      0 firefly.snowdrop.:22107 firefly.snowdrop.c:8080 ESTABLISHED
    tcp        0      0 firefly.snowdrop.:22109 firefly.snowdrop.c:8080 ESTABLISHED
    tcp        0      0 firefly.snowdrop.:22112 firefly.snowdrop.c:8080 ESTABLISHED
    tcp        0      0 firefly.snowdrop.:22108 firefly.snowdrop.c:8080 ESTABLISHED
    tcp6       0      0 [::]:8080               [::]:*                  LISTEN    
    tcp6       0      0 firefly.snowdrop.c:8080 firefly.snowdrop.:22108 ESTABLISHED
    tcp6       0      0 firefly.snowdrop.c:8080 firefly.snowdrop.:22107 ESTABLISHED
    tcp6       0      0 firefly.snowdrop.c:8080 firefly.snowdrop.:22112 ESTABLISHED
    tcp6       0      0 firefly.snowdrop.c:8080 firefly.snowdrop.:22109 ESTABLISHED
    tcp6       0      0 firefly.snowdrop.c:8080 firefly.snowdrop.:22110 ESTABLISHED
    tcp6       0      0 firefly.snowdrop.c:8080 firefly.snowdrop.:22111 ESTABLISHEDWhat are 22108, 22107, etc? I cannot reproduce this either.
    Now I only got
    root@firefly:~# netstat -a |grep 8080
    tcp6       0      0 [::]:8080               [::]:*                  LISTEN    
    root@firefly:~# netstat -pnl |grep 8080
    tcp6       0      0 :::8080                 :::*                    LISTEN      5035/java   which is normal, right?
    Edited by: Valerie Debonair on Aug 1, 2011 9:43 PM

  • Data sync between on-premise and azure database

    HI, I am not able to setup data sync between my on-premise database and azure database. Following is the error I am getting after it ran for almost 36 hours...
    Sync failed with the exception "GetStatus failed with exception:Sync worker failed, checked by GetStatus method. Failure details:An unexpected error occurred when applying batch file C:\Resources\directory\4c6dc848db5a4ae88265ee5aa1d44f40.NTierSyncServiceWorkerRole.LS1\DSS_7b1d73b4-d125-466f-94ab-eaa4553ea0ae\ed19f805-3d50-466a-96b3-861c4f22d8a4.batch.
    See the inner exception for more details.Inner exception: Failed to execute the command 'UpdateCommand' for table 'dbo.Transactions'; the transaction was rolled back. Ensure that the command syntax is correct.Inner exception: SqlException Error Code: -2146232060
    - SqlError Number:10054, Message: A transport-level error has occurred when receiving results from the server. (provider: TCP Provider, error: 0 - An existing connection was forcibly closed by the remote host.) "    For more information,
    provide tracing ID ‘e6a1fad1-f995-4ffe-85db-0c6dc02423f1’ to customer support.

    Hi, sorry it has been a long time since your last post. Are you still using SQL Data Sync and hitting any issue which we could help with?
    Linda

  • Communicating between C and Flex

    Hi,
    I am a beginner in Flex devleopment and am wondering whether
    there is anyway of communicating between C/C++ libraries dll and
    flex application. Basically, is there anyway of calling C function
    from Flex application.
    Please suggest, any pointers are highly appreciated
    Thanks,
    Nav

    Flex applications cannot access local resources as this
    violates the security sandbox. There was some open source work for
    AIR to allow Air applications to access Java Libraries. Check out:
    http://artemis.effectiveui.com/

Maybe you are looking for

  • After iOS 8 update, iBooks and Frequent locations.

    So after the iOS 8 update I noticed iBooks taking up space up to 6MB when I do not have any iBooks. Also I noticed freque

  • How to add description of a column of a table in SQL Azure

    Hi I have some tables in my application database where there are descriptions added against certain columns. Needless to say they were done by using sp_addextendedproperty. Now I am trying to migrate the Database to SQL Azure. SQL Azure does not supp

  • How to use standard IO as char by char device ?

    Hi, I'm looking for an solution to use console entry as character by character device... The default System.in can only be ready after the "enter" key stroke. Is somebody know how to authorize reading every time a key is stroke ? I wish to control us

  • 1300 wireless bridge secured data traffic encryption --high

       Hi All, I am looking secured encrypt configuration for the 1300 bridge wireless network . i have below configuration please suggest any change or modification on the configuration . network topology R1--------------SW1<-----------------> root brid

  • IMic - very noisy recording

    Hello, I've bought the Griffin iMic to get an input jack on my iBook G4. Once it's connected directly on one USB of the iBook, with GarangeBand or any other software that can record sound, the result is very noisy. It sounds like a Ground problem cau