R/3 - SNC 7.0 - oracle integration using PI 7.0

Hi All
There are three systems in our landscape R/3, SCM (SNC 7.0) and oracle based third party system and we are integrating these with PI 7.0.
for R/3 to SNC we are going to use standard mappings and for communication between R/3 - Oracle and SNC - Oracle we are going to use JMS.
Communication with third party system is through Flat File (inbound & outbound).
I have never worked on JMS, could you please give me guidelines what all adapters and methodologies I should use for  communication between R/3 - Oracle and SNC - Oracle.
Thanks for your valuable inputs.
Regards
Amol.

Dear Amol,
R3-SNC -> for this there are std mappings available on SDN
SNC->Oracle - > you will have to use ABAP proxy to file if you are sending files to 3rdparty
                          or u can use ABAP proxy to JDBC adapter if you are directly updation oracle tables...                           
R3->Oracle - > you can use IDOC to file(if file is used as communication)
                                    or  IDOC to JDBC adapter(if you want to update tables directly)
                                     or ABAP proxy(if std idocs are not available) -> file
                                     or ABAP proxy -. JDBC
Hope this helps

Similar Messages

  • Integrating with Oracle EBS using XMLGateway issues

    Hi all,
    I'm trying to integrating with Oracle EBS using XMLGateway, and I meet some issues. Here are the steps I did.
    1) Update DATA_MAP.xgm file and DATA_TEST.dtd file into XMLGateway repository
    2) Define transactions in EBS client:
    Party Type: Supplier
    Transaction Type: Cat
    Transaction Subtype: Dog
    Transaction Description: test for cat and dog
    Standard Code: OAG
    External Transaction Direction: IN
    External Transaction Type: Cat
    External Transaction Subtype: Dog
    Queue: APPLSYS.ECX_IN_OAG_Q
    3) Define trading partners in EBS client
    Operating Unit: Vision Operations
    Trading Partener Type: Supplier
    Trading Partener name: ****
    Trading Partener site: ****
    Company Admin email: [email protected]
    ... other transaction info defined in step 2)
    4) Send inbound message using OTA send Inbound Page. It succeed.
    a. The return page display status code 1000 with status discription OK.
    b. From the transaction monitor, I can see the inbound message was processed successfully.
    c. From the database, I can see that this inbound message first arrived in ecx_inqueue table, and then moved to ecx_in_oag_q_table. And last disappeared from the ecx_in_oag_q_table. That means XMLGateway process the inbound message in transaction queue successfully.
    5) Send inbound message using SOAPUi. It failed.
    a. The return page display status code 200. That means the inbound message has been sent to inbound message queue successfully.
    b. From transaction monitor, I cannot see this request record.
    c. From the database, I can saw that this inbound message first arrived in wf_ws_jms_in table, then disappeared. It didn't moved to transaction queue which I selected when defined transations, so I guess it wasn't processed by XMLGateway. Using the following SQL, but cannot find error reason.
    select * from ecx_inbound_logs where process_id='******************'
    select * from apps.ecx_error_msgs where error_id='*****'
    I guess the reason is something happend to prevent inbound message to move from inbound message queue to transaction queue. So XMLGateway cannot process this inbound message.
    From XMLGateway user guide, I understand that there are three kinds of inbound queues(ECX_INBOUND which OTA uses, WF_WS_JMS_IN which soap over https uses, WF_JMS_IN which JMS uses), does't mention what are the corresponding transaction queues? Can they share the same transaction queue? Also see from this user guide, ecx_in_oag_q (transaction queue) is only for ecx_inbound queue. But when I try to define a transaction in EBS client, it seems that only ecx_in_oag_q can be chosen. I wondered why my second senarios failed when I used the same transation and trading partner. The message already arrived at wf_ws_jms_in and then disappeared. Is that because I selected the wrong transaction queue when defining transactions? But it was really cannot select any other transaction queues there. Or I missed some steps when using SOAP over HTTP/S?
    Appreciate you can give me some suggestions. Hope to hear your voice. Thanks in advance.

    Hi,
    Regarding the integration what type of integration you want.
    Can you please elaborate?There are some integration tools releases by Oracle for the integration.
    Regards
    Pramod

  • Enforcing integrity using oracle specific data base commands .v. using fron

    Full subject : Enforcing integrity using oracle specific data base commands .v. using front end.
    It ought to be generally accepted that it is better to enforce integrity directly in the data base using constraints, dependencies, triggers etc rather than leaving it to specific front end programmes.
    In my view, the chief advantages - of enforcing integrity directly in the data base - are:
    (1) No process can violate the integrity.
    (2) Being server centric, these commands run on the server and so can be easily sized in one place.
    (3) One time data migration (imports) into the system using Oracle tools or SQL commands would also need to conform to the integrity constraints. Thus an implementor would be assured that the basic data is alright.
    I am faced with a situation where we are about to implement a new Oracle based package. During data migration, when we discovered that there are no integrity constraints built into the target data base, the package vendor asserted that it is not necessary to build in integrity into the database. This seems to be an extreme and risky view.
    Further, it is argued by the package vendor that putting constraints directly in the data base would significantly increase the needed resources (RAM) on the server. In my view, this increase is trivial and anyway, hardware costs are crashing day by day.
    In the absence of integrity checks in the data base, it seems to me that every program would have to extra zero value work to ensure integrity of the end user data. It will still never be complete.
    I would like to know the pros and cons of implementing without integrity constraints.
    OK.

    AnanthaP wrote:
    Full subject : Enforcing integrity using oracle specific data base commands .v. using front end.
    It ought to be generally accepted that it is better to enforce integrity directly in the data base using constraints, dependencies, triggers etc rather than leaving it to specific front end programmes.
    In my view, the chief advantages - of enforcing integrity directly in the data base - are:
    (1) No process can violate the integrity.
    (2) Being server centric, these commands run on the server and so can be easily sized in one place.
    (3) One time data migration (imports) into the system using Oracle tools or SQL commands would also need to conform to the integrity constraints. Thus an implementor would be assured that the basic data is alright.
    I am faced with a situation where we are about to implement a new Oracle based package. During data migration, when we discovered that there are no integrity constraints built into the target data base, the package vendor asserted that it is not necessary to build in integrity into the database. This seems to be an extreme and risky view.
    Further, it is argued by the package vendor that putting constraints directly in the data base would significantly increase the needed resources (RAM) on the server. In my view, this increase is trivial and anyway, hardware costs are crashing day by day.
    In the absence of integrity checks in the data base, it seems to me that every program would have to extra zero value work to ensure integrity of the end user data. It will still never be complete.
    I would like to know the pros and cons of implementing without integrity constraints.
    OK.It's a shame you seem to be so far into the process and committed to this vendor. I once had a vendor tell us his product would run on Oracle but they recommended MS SQL Server because "oracle can't handle more than 5 concurrent sessions." I made sure that vendor didn't make the short list.

  • Integrating Oracle Utilities using Oracle SOA

    Hi,
    I need help on how to proceed to integrate Oracle utilities using Oracle SOA
    Our project has around 13 modules like New connection, Disconnection, Dismantle, Billing , Global Information System
    Each modiule will interact with different other modules to get few services.
    For Example: 1)New Connection module should interact with Billing to generate the invoice in one scenarion
    and with Global Information System to identify the location in other scenario
    2) Same way Disconnection need to interact with other modules to get some information from other modules.
    3) All modules may need a SMS/ Email facility to send to the customers.
    I need to integrate this kind of application using Oracle SOA
    Please help me on how I should proceed further.
    Do i need to create a seperate BPEL process for each request of individual module and give them the endpoint of my WSDL to interact with other modules ?
    Can I have a single entry point and then navigate from there ? If so, the input params may vary, how this should be handled ?
    Please help me on developing this kind of project. Any sample applications are also helpful ...
    Thanks,
    dbp

    consider the adpater developers guide guide .. and the online help in JDeveloper .. that should give you a good head start ..
    hth clemens

  • Oracle Integration Adapter for SAP R/3

    I am working with a customer implementing Oracle EBS Release 12.2.
    The customer has implemented SAP for financial modules and the oracle solution considers an EBS - SAP Integration for Receivables. Does anyone have any experience integrating Oracle EBS Receivables with SAP? Can you give us some guidance regarding EBS - SAP Integration best practices?
    We have found a paper regarding Oracle Integration Adapter for SAP R3. We would like to have some information about what are the Oracle products we can integrate with SAP using Oracle Integration Adapter for SAP R3.
    In case Oracle EBS can integrate with SAP using Oracle Integration Adapter, we would like to know if anyone has experience integrating Oracle EBS Receivables with SAP using Oracle Integration Adapter for SAP R3 for AR transactions and Receipts?
    Any help would be very much appreciated.

    Thank you veyr much Manoj for your reply. I just tried it now buit no fruits.
    I wonder if it can really be due to privileges given to my account, which allows to connect thru SAP Front-end but does not allow to connect by any other means. I can not think of any other possible reason.

  • Oracle portal using JSF, JSP, Struts framework

    Hi ,
    Can anyone tell me how to build an oracle portal using JSF,Jsp and Struts Framework.
    Also please provide any manual or documentation for developing oracle portal.
    Thanks in Advance,
    Raghav

    At present, i think the best thing to do is to look at the example provided with the struts-faces integration taglib. I don't know any documentation about it.
    http://cvs.apache.org/builds/jakarta-struts/nightly/struts-faces/

  • Oracle.integration.platform.blocks.sdox.WLSSDODynamicStubHelper

    Hi All,
    I have developed an ADF-BC Service and created service interface in it. And trying to deploy in Admin server but getting the following error:
    [01:44:28 PM] Weblogic Server Exception: weblogic.application.WrappedDeploymentException: oracle.integration.platform.blocks.sdox.WLSSDODynamicStubHelper
    [01:44:28 PM] See server logs or server console for more details.
    [01:44:28 PM] weblogic.application.WrappedDeploymentException: oracle.integration.platform.blocks.sdox.WLSSDODynamicStubHelper
    Do we need SOA server for this to deploy or can deploy on Admin Server also? Please help me
    Regards,
    Ramesh.
    Edited by: user10956358 on Jul 25, 2012 6:30 PM

    I am using FusionOrderDemo_R1PS4 for FOD, but I am trying to build it on SOA_11.1.1.6.0_GENERIC_111217.1257. I know that there could be some mismatch, but I want to fix them.
    Any way to fix this without using SOA earlier version?

  • Steps: SNC (Supplier Network Collaboration) Integration with ECC through XI

    Hi,
    Has anyone worked on the SNC(Supplier Network Collaboration) integration with SAP ECC via SAP XI.
    Could you pls share any documentation related to this. And also could anybody tell me the setup required to go ahead with the integration.
    Thanks,
    S

    Hi Xavier,
    SNC integration with XI has predefined mappings. So ask your basis guys to download the XI content for SNC using with PI. Once they deployed you will have a builtin predefined content in XI. Within the predefined content mostly they all are xsl mappings.
    If your requirement is with the standard idocs then you can use them directly. Else if their is customization they you may need to change the mappings according to your requirements.
    Also check this help:
    http://help.sap.com/esoa_scm_snc2007/helpdata/en/index.htm
    Regards,
    ---Satish

  • Oracle Integration Repository for API's.

    Where can I find the Oracle Integration Repository for all the API's related information for R12. Initially i used to go through this site http://irep.oracle.com/index.html
    for API related information for 11i, even this is not working. For R12 the Integration Repository is delivered as a Responsibility internally when EBS is Deployed. Is there Any way to Accesses it externally on WEB similarly like 11i one?
    Thank's in Advance.

    Hi;
    Please check below which could be helpful for your issue:
    API User Notes - HTML Format [ID 236937.1]
    R12.0.[3-4] : Oracle Install Base Api / Open Interface Setup Test [ID 427566.1]
    Pelase also check below:
    Api's in EBS
    Re: Api's in EBS
    http://sairamgoudmalla.blogspot.com/2009/05/script-to-find-oracle-apis-for-any.html
    API
    Fixed Asset API
    List of API
    Re: List of APIs
    Oracle Common Application Components API Reference Guide
    download.oracle.com/docs/cd/B25284_01/current/acrobat/jta115api.pdf
    Regard
    Helios

  • WebServices in the 'Oracle Integration Repository

    Recently we are upgraded to Oracle 11.5.10.2 and trying to integrate with our custom application using ‘WebServices’.
    I found couple of webservices in the ‘Oracle Integration Repository” list, which is at ‘http://irep.oracle.com/index.html’, But how to configure in Oracle 11.5.10.2 and expose/use/access those webservice’s from other IAS servers/Applications (like BizTalk).
    I will appreciate if any one helps me.
    Regards
    PathiTVB

    Hi;
    Please check below which could be helpful for your issue:
    API User Notes - HTML Format [ID 236937.1]
    R12.0.[3-4] : Oracle Install Base Api / Open Interface Setup Test [ID 427566.1]
    Pelase also check below:
    Api's in EBS
    Re: Api's in EBS
    http://sairamgoudmalla.blogspot.com/2009/05/script-to-find-oracle-apis-for-any.html
    API
    Fixed Asset API
    List of API
    Re: List of APIs
    Oracle Common Application Components API Reference Guide
    download.oracle.com/docs/cd/B25284_01/current/acrobat/jta115api.pdf
    Regard
    Helios

  • Do oracle integration support EDI X12 version 004010VICS

    One of our trading partner is using 004010VICS as the EDI Standard and I am not finding this in the List of EDI Standards of Oracle Integration b2b Document Editor.
    Is This standard supported by Oracle Integration Server
    Thanks,
    Varun

    Hi,
    I've VICS 4010 - 850 document and am trying to create ecs and xsd file out of it, using b2b - Document Editor tool. The tool throws an error at GS08, version / release, stating "GSO8 is a coded segment and the value 004010VICS is not allowed in this segment".
    Question:
    Does b2b product and document editor, support VICS standard? If yes, then please guide me through the process of creating ecs and xsd file and also the protocol to be used while defining the business actions in Integration B2B.
    TIA.

  • Oracle Integration Repository not available

    Hello,
    there is a problem with Oracle Integration Repository which was available
    at http://irep.oracle.com. The Welcome page is available but I cannot open the repository.
    Is there a new address for this repository or it is not available anymore ?
    Kind regards,
    Marcin

    there is a problem with Oracle Integration Repository which was available
    at http://irep.oracle.com. The Welcome page is available but I cannot open the repository.
    Is there a new address for this repository or it is not available anymore ?It should be available but looks like there is an issue with the site. Just wait for some time and it should be fixed.
    There is no alternative site for iREP.
    If you are on R12, you can use "Oracle Integration Repository" which is available as a responsibility.
    Thanks,
    Hussein

  • Can Oracle Portal use IDM OID rather than portal OID

    Hi,
    Is it possible to use OID of IDM during Oracle portal installation?
    If we use the OID of IDM should we have to install the SSO component in the portal infra?
    How does the process flow work when portal is integrated with IDM OID?
    Thanks in Advance.
    Jay.

    <div>In order to use Oracle Portal, you will indeed need OiD. Not only does Oracle Portal use OiD for its users and groups, it also stores metadata for the application server.</div>
    <div>Your question about synchronization of user and group information is not easily answered. Pending on your requirements there are lots of possible solutions. I'd recommend to check the OiD integration guide for possible solutions.</div>

  • Oracle Integration B2B

    Hello All,
    Whats the latest version of Oracle Integration B2B?
    Is this certified for App Server 10.1.3.1?
    If its not, what is recommendation for clients who have purchased SOA Suite 10.1.3.1 and want to use B2B components?
    Thanks,
    Abhay.

    Hello Abhay,
    Latest version of Oracle AS B2B is 10.1.2.0.2 with patchset 2 which is certified on 10.1.2 Oracle Application server.
    Please go through the following link on best practice to install and configure B2B with SOA suite. Let me know if you have any question so that we can have a call to discuss further.
    Rgds,
    Ramesh

  • How to integrate android application with oracle database using oracle mobile database server.

    Hi,
    I developed one web application using oracle database. I want to implement same web application in android. My problem is how to integrate android application with existing oracle database using oracle database mobile server. Can u please guide me how to install oracle database mobile server and how to integrate android app with existing oracle database..
    Thank you.

    In the Database Mobile Doc set there is an entire book that covers the Installation of Oracle Database Mobile Server.   Chap 4 of that book contains screen shots and all kinds of information that will help guide you through the installation.   We also have a doc on the different mobile clients.  Chap 2 of that guide covers installs and integration of an android app. 
    thanks
    mike

Maybe you are looking for

  • How to get current application and page references

    Hi, I have buttons (to print and download in PDF, CSV, XLS) on several pages... at the moment I am using following code to get them working... http://apex.oracle.com/pls/apex/f?p=31815:3:&SESSION.:PDF which means that on every page I need to put the

  • SB-Messaging adapter doesn't work behind firewall

    Using BizTalk 2013 and the SB-Messaging adapter to retrieve and send messages from Microsoft Azure Service Bus Queue's and Topics. The Internet proxy and firewall are blocking all the outgoing TCP Ports but the HTTP (80) and HTTPS (443) port are open

  • Performance of a report over a multicube?

    Hi, I have a report built on a multiprovider which sits over 3 ODS.This query takes a long time to run. To improve the performance...i was thinking of changing the indexes for ODS.. And i cannot think of changing the query design..cuz i dont have an

  • Problem with chart

    Hello this query select null link, TO_CHAR (DATE_DEMANDE, 'Month') label, count(decode(p.organisation, 'ETR', d.ID,null)) "ETR", count(decode(p.organisation, 'FOR', d.ID,null)) "FOR", count(decode(p.organisation, 'ISI', d.ID,null)) "ISI", count(decod

  • Error in IDOC using EDI

    Hi All, I am getting this error while sending IDOC for Goods movement using message control (Output WA01, Medium EDI, Partner Function LS ) Maintain outgoing EDI-connection data for partner Q10CLNT100 Message no. VN032 Diagnosis The system could not