How to exchanging data between SAP and P3?

could use BAPI directly between SAP and P3? And if we use XI as middleware, which protocols or methods should we use?
any answer should be appreciated.

Hi,
U havent mentioned what exactly ur P3 system is.
Considering it to be Primavera P3 system, the integration could not be done directly using a BAPI since the structure of Projects (as well as the rules to define the projects) are different in SAP and Primavera P3.
Thats y XI is required. U have to use Idoc/RFC interfaces. Have a look about what Primavera wants to say about this integration
http://www.primavera.com/newsroom/primavera_sap_051007.asp
Regards,
Prateek

Similar Messages

  • How to Reconcile Data Between SAP Source Systems and SAP NetWeaver BI

    Hi,
    I just read "How to Reconcile Data Between SAP Source Systems and SAP NetWeaver BI".  While I'm waiting for  more authorisation to r/3 to carry it out and test this functionality.
    I'd like to ask a question to anyone who has implemented this type solution.  On page 10 it talks about creating a view then setting up the datasource. The solution talks about runnig a query.  I suspect when we run a query I would run it for only a period(using variable) to reconcile.
    My question is this.  Will the datasource extractor on /r3 only select the period in our variable or will it do a full selection of the data which would then be passed to BW for filtering?
    Regards

    DEar Mark,
    There are several avenues where you can see and reconcile your data with source system, u can see data in by tcode RSA3 for a datasource, and compare the values with actual document posted into the R/3 system. Respective fuctional consultant canhelp you a lot to confirm the data.
    On BW side u can see the data in PSA and then check tranformations which subsequent change/update/reject data records based on the selective conditions.
    hope this helps.
    Kindly assign the points if it works.
    Revert back if u need futher help/information.

  • How to sinck data between  production and R12 instance

    Hi,
    I am working on Oracle Apps up-gradation project.
    Now I have upgrade 11.5.7 to R12 (12.0.4) successfully. I started up-gradation task with 1 May of production data (backup) on new machine.
    Client wants to live R12 from 1/August/2009.
    Please suggest how to sinck data between production and R12 instance.
    Thanks
    Anup

    Hi,
    It is not possible to do what you propose (sync data from an 11.5.7 system to a 12.0.4 system). You will need to re-run the upgrade against the August 1 data, following your original upgrade procedures.
    Regards,
    John P.
    http://only4left.jpiwowar.com

  • How to exchange data between two web application (servlet)

    Hello, all,
    I have two servlets: SerlvetA and ServletB, they are deployed as web appA and appB in the same web container(tomcat)
    How ServletA exchange data with ServletB?
    I have tried follow methods:
    1) appA and appB could not share HttpSession, so I could not transfer data through session
    2) I write a new sigleton java class called AppBroker, servletA get AppBroker's instance, and set some data into the it. ServletB could not get the same instance of the AppBroker, because the appA and appB use different class loader.
    tell me how to?

    thanks reply, but
    1. static class can not solve the problem, it is same
    as my sigleton class method, as different web app use
    different class loaderhmm... at least in tomcat this seems not be true since i can use static classes in one webapp that are available in another web app on the same host/servlet runner.
    Maybe if you build your own classloader than the "scope" of the static class is limited to that classloader (for my understanding this shouldn't be the case since i think it depends on the instance of the jvm and not of the classloader..?!).
    2. rmi and object serialization are too expensive!
    I am working on how to use jndi to solve this problem.
    And I think this maybe a Sevlet specification's
    shortcoming: maybe a Local Method as EJB local
    interface need been introduced into servlet spec.
    could you suggestion other methods?none at the moment. i guess the basic methods are listed.
    Maybe there's just one left, a really ugly one. Depending on what kind of data and how often you have to exchange you could think of building a file-based queue, i.e. a dir where you drop files in an read out from the other web app (maybe based on a file/directory listener). But this would only be an appropriate way to go for kind of email and messaging systems i guess...

  • How to Extract Data from SAP and Load it into Essbase

    Hi All,
    Can you recommend some ways to extract data from SAP and load it into Essbase?. I have no knowledge about SAP, not sure how I can perform this task. Can I use ODI for this job?
    Thanks

    hi,
    Not sure if this helps but give a try
    you can create connection from EAS to SAP .. using a plug-in .. if you have access to oracle Support go for [ID 968961.1]
    or
    below are steps
    1. In EASPATH\console, open components.xml in a text editor.
    2. Under <PluginList>, enter <Plugin archiveName="SAP" packageName="com.essbase.eas.sap.ui"/> before the closing </PlugIn> tag.
    3. Save and close the file.
    4. In EASPATH\console\bin, open admincon.lax in a text editor.
    5. Search for lax.class.path= and append ;..\lib\sap_client.jar;..\lib \sap_common.jar to the entry. Save and close the file.
    6. In EASPATH\server\bin, open adminsvr.lax in a text editor.
    7. Search for lax.nl.java.option.additional, and append -DRFC_INI=EASPATH\server\saprfc.ini. Save and close the file.
    8. Create a new environment variable, RFC_INI, with a value of EASPATH\server\saprfc.ini
    9. Copy librfc.dll andsapjcorfc.dll to EASPATH\server\bin. You may need to obtain these files from SAP.
    let me know if it works :)

  • How to exchange data between loops?

    why can't I exchange data between loops? it is esiest explained by looking at the attached example......... hope you can help me out!

    Falkpl covered all bases for parallel loops that both run at the same time. This was probably the spirit of the original question even without seeing the diagram.
    Steve.Briggs wrote:
    The easiest way to exchange data between loops is to simply wire the data going in. 
    A wire creates a data dependency between the two loops. Dataflow dictates that a diagram object will (1) start executing once all inputs contain data and (2) will only produce data on the outputs once the entire object has finished.
    This means in practical terms that if there is a wire going from loop A (output tunnel) to loop B (input tunnel), Loop B must wait until loop A has finished. If you have wires going from loop A to B AND back from loop B to A you create a deadlock and broken code. You cannot "exchange" data between two parallel loops using wires.
    LabVIEW Champion . Do more with less code and in less time .

  • How to extract data from SAP and COBOL using ODI

    Hi Folks,
    Can you please let me know the procedures in ODI to extract data from SAP and COBOL?
    Thank you all for the help.

    Hi
    You can download Patch 8571830 from Oracle metalink.
    It has a new technology "SAP ABAP" and KMs to extract and load data -
    RKM SAP ERP and LKM SAP ERP to Oracle.
    Thanks

  • How to exchange data between the html in the form layout and itsparameters?

    i am trying to rephrase a question i asked a few days back and which yielded no response.
    is there any way to exchange/transfer values or data between the html in the form layout editor and the form parameters?
    for instance, is there any bridge such that the form template design (controlled by some html-based attribute), or the display property (again managed by some string value for the style:display attribute) of some of its divisions etc could be controlled by the values passed to some parameters of a portal form?
    has any body ever tried to do it or thought of doing it? or it's inherrently beyond the portal forms capacity?
    folks, any clues or hints on 'yes, that's how' or 'no, and that's why not!' please? will greatly appreciate.
    Naqvi

    i am trying to rephrase a question i asked a few days back and which yielded no response.
    is there any way to exchange/transfer values or data between the html in the form layout editor and the form parameters?
    for instance, is there any bridge such that the form template design (controlled by some html-based attribute), or the display property (again managed by some string value for the style:display attribute) of some of its divisions etc could be controlled by the values passed to some parameters of a portal form?
    has any body ever tried to do it or thought of doing it? or it's inherrently beyond the portal forms capacity?
    folks, any clues or hints on 'yes, that's how' or 'no, and that's why not!' please? will greatly appreciate.
    Naqvi

  • How to exchange data between wda program and abap program?

    Dear guru,
    the situation is:
    we have a abap program , which uses
      CALL FUNCTION 'WDY_EXECUTE_IN_PLACE'
        EXPORTING
        PROTOCOL                  =
        INTERNALMODE              = 'X'
        SMARTCLIENT               =
          application               = 'YHREFM_WD_APPROVE2'
        CONTAINER_NAME            =
          PARAMETERS                = lt_parameters
        SUPPRESS_OUTPUT           =
      IMPORTING
        OUT_URL                   =
      CHANGING
        VIEWER                    =
        EXCEPTIONS
          invalid_application       = 1
          browser_not_started       = 2
          action_cancelled          = 3
          OTHERS                    = 4
    to call a wda application inside sapgui, and  we want to get data return by the wda application in the program.
    we tried to use EXPORT/IMPORT  TO/FROM MEMORY, but failed.
    could you please tell me how to do that?
    br
    zj

    For integration between SAPGUI and WDA, the only supported solution is to have two iViews within the same portal page.  As mentioned in the linked thread, this function module is not released for customer usage.  You could setup a parameter transaction around WDYID and launch the WDA application from a SAPGUI transaction.
    For communicaiton of data, I wouldn't suggest anything that relies on memory communication.  In a multiple application server envinroment, there is no way to know if the two sessions will be on the same application server due to load balancing.  Therefore you should fall back to communications at the database level. Write data into a temporary database table. Consider using Server Cookies.

  • Transfering data between sap and biw

    Hello everyone,
    I am new biw and am trying to establish communication
    between r/3 and biw. I have created logical systems in
    both and I am able to replicate data sources but
    when I create a infopackage and schedule a job I am not having much success in transfering the data from SAP into biw. I am getting the below warning messages in the monitor. Please help me understand the error.
    Error details:
    -> Overall status: Missing messages or warnings
       -> Requests (messages): Everything OK
          -> Data request arranged
          -> Confirmed with: OK
       -> Extraction (messages): Missing messages
          -> Missing message: Request received
          -> Missing message: Number of sent records
          -> Missing message: Selection completed
       -> Transfer(IDocs and TRFC): Missing messages or
    warning
          -> Request IDoc: sent, not arrived; Data passed
    to port OK
       -> Processing (data packet): No data
    Thanks heaps in advance.
    K

    Hi,
    R u found these idocs in ALE inbox for the source system that r not updated.
    if so we can process the Idoc's manually by pressing the process manually push button in the status tab of the monitor..
    else u can monitor those idocs in Tcode - BD87.
    regards-
    Siddhu
    Message was edited by: sidhartha

  • How to  pass data between JDialog and its parent window ?

    Hi,
    I am new to swing. I want to know how pass data between a JDialog and its parent window.
    If you have any information please reply with example code.
    Thank You

    hi Encephalopathic ,
    I was looking for something like as it was given in the link provided by you.
    Thank you for reply It really helped me.

  • How to use CVI or VC function to exchange data between 78xxR and CVI or MFC exe

    with the Labview FPGA module,I write down th FPGA program on the 78xxR,and then use Labview to program for the data exchange between the host PC and the FPGA board. the question is that I have many programs written in CVI or MFC, I think if some c function can access the FIFO of the 78xxRunder under CVI or VC,for example, some functions available to copy data to or from the FIFO, then the old program can easily be change to use 78xxR board. can someone tell me?
    now I use "Call Library Function Node" to load a dll that open shared memory created in CVI or MFC exe, use "Call Library Function Node"to read data from the shared memory and then use LV function to write data to FPGA; use LV "read/write control" node to Read data from the FPGA and then use "Call Library Function Node" to write data to shared memory. and a CVI or MFC exe read or write data to or from the shared memory, it works but isn't a good method, can some one has better method?

    Hi, david2K:
         As there is no FPGA module supported for CVI or MFC, using "Call library Function node" is the only way to solve your problem until now.
        You have many programs written in CVI or MFC, so you can build the LabVIEW program as dll, and call it in CVI.
        Hope it helpful!
    Jing Zhang
    Application engineer.
    [email protected]

  • How to validate date between Header and Detail Block..

    Hi All,
    I was trying to find a way where, suppose I enter 'from date' and 'to date' in the header block.then in detail block all 'from dates' and 'to dates' should be restricted between the dates entered in the header block.
    Thank you

    Or U Can Simply set in the child item lowest / highest Allowed Value
    Invoke Property pallete for child date item and set the following
    lowest Allowed Value :header.from_date (must be prefix with :)
    Highest Allowed Value :header.to_date
    siju.koiply

  • How to syncronize data between resource and IdM?

    I created a form (assign to proxy administrator) for reconciliation, and it gets executed when I imported new user into IdM through full reconciliation. In this way I can assign email of user to waveset.email.
    But later when the email gets updated in resource directly, how can I propagate the new value to IdM (without activeSync). By running a full reconciliation again doesn't seem to re-run the proxy administrator's form. I always thought full reconciliation would do the trick, but only now I realize it does not work at all !!?
    What should I do then to synchronize the data?

    Recon was not really designed to automatically synchronize attributes. Typically, this is implemented via ActiveSync. With that said, there is an option in Recon to "Attribute-Level Reconciliation". This allows you to provide a list of resource attributes to watch and if there is a change, Recon calls a workflow, where you can execute any changes you would like.
    I believe this workflow is called "Audit Native Change To Account Attributes". Look at wfrecon.xml located in /sample.
    Edited by: R1100SLA on Dec 21, 2007 12:12 AM

  • Transfering data between sap and BI

    Hi All,
    Our landscape is both BW and R/3 dev server is same. But R/3 guyz are working in client:300 and BW guyz are working in client :400. I estlablished logical connection bn R/3 and BI . Now when i am loading payroll data from 300 client(R/3) to 400 client(BI 7.0), it is giving error as below.
    Error details:
    -> Overall status: Missing messages or warnings
    -> Requests (messages): Everything OK
    -> Data request arranged
    -> Confirmed with: OK
    -> Extraction (messages): Missing messages
    -> Missing message: Request received
    -> Missing message: Number of sent records
    -> Missing message: Selection completed
    -> Transfer(IDocs and TRFC): Missing messages or
    warning
    -> Request IDoc: sent, not arrived; Data passed
    to port OK
    -> Processing (data packet): No data
    When i check the status of the source system from the enviroment-->trans RFC-in the source system it is giving message as 'Nothing was selected'.
    Pls help me out.
    Thanks in Advance,
    Bala

    Hi
    Check in RSA3 for the data records
    If no data is coming here,problem is in R/3
    If data coming here ,then  check in PSA
    If data records are red...check which record is red and try to rectify manually after deleting the request in data target
    Hope this helps
    Regards
    N Ganesh

Maybe you are looking for