Integrating Ariba back to MM

Hello
Does anyone have experience with integrating back to a MM system?  I know that Ariba does provide standard transports that are loaded onto the ECC system for this integration.  My question is more around any potential pitfalls, specifically where there are country specific requirements eg USA tax jurisdition codes etc
Thanks
Ros

Hello Ros,
You may check these first:
Urgent: Error - GL account is not valid
Workflow integration SAP - ARIBA - SRM
integration between sap to ariba
Understanding of SAP keywords
Thanks,
Gordon

Similar Messages

  • [svn:osmf:] 14817: Temporarily disable http streaming related tests to have integration build back online .

    Revision: 14817
    Revision: 14817
    Author:   [email protected]
    Date:     2010-03-17 10:29:27 -0700 (Wed, 17 Mar 2010)
    Log Message:
    Temporarily disable http streaming related tests to have integration build back online.
    Modified Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/OSMFTests.as

    Revision: 14817
    Revision: 14817
    Author:   [email protected]
    Date:     2010-03-17 10:29:27 -0700 (Wed, 17 Mar 2010)
    Log Message:
    Temporarily disable http streaming related tests to have integration build back online.
    Modified Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/OSMFTests.as

  • Integrating Ariba with JDE using Oracle SOA

    Hi Gurus,
    We want to integrate Ariba system(Purchase Order opeartion) with JDEdwards using Oracle SOA Suite.
    Anybody has got any material or links which supports this activity?
    Any valuable inputs/suggestions on this will be appreciated.
    Thanks in Advance,
    Abhishek

    Hi,
    Thank you for your reply.
    Is the usage of B2B not applicable for this project ?
    Thanks

  • Integration with MQ 6.0

    We have a requirement to integrate Oracle BPM with MQ version 6.0. The trigger point for instance creation would be the messages subscibed from MQ. Please let me know if there is any example showing the integration or any helpful documentation. Thanks in advance.

    Hi,
    I don't know of any documentation, but here are the steps a friend documented a couple years ago:
    The MQ installer makes some changes to the environment variables, so restart Windows to ensure current settings are used.
    1) Start the MQ Queue Manager
    To start the queue manager, launch the WebSphere MQ Explorer (Start->Programs->IBM WebSphere MQ->WebShere MQ Explorer). Right-click on the queue manager and select Start:
    2) Enable WebSphere MQ Publish/Subscribe (i.e. JMS Topic) Functionality
    WebSphere MQ does not support JMS Topics out-of-the box. To enable this functionality, you'll need to do the following (QM_beaee06 is the name of my queue manager, be sure to use the correct queue manager name for your installation):
    REM -- This assumes you've installed in the default MQ directory 
    PROMPT> cd C:\Program Files\IBM\WebSphere MQ\bin
    REM -- This will check the broker status.  After installation it should be inactive
    REM -- IF YOU GET A DIFFERENT MESSAGE, BE SURE THE QUEUE MANAGER IS RUNNING
    PROMPT> dspmqbrk -m QM_beaee06 
    WebSphere MQ Publish/Subscribe broker for queue manager QM_beaee06 not active.
    REM -- Start the broker 
    PROMPT> strmqbrk -m QM_beaee06 
    WebSphere MQ Publish/Subscribe broker started for queue manager QM_beaee06.
    REM -- Now we can verify the broker is running 
    PROMPT> dspmqbrk -m QM_beaee06 
    WebSphere MQ Publish/Subscribe broker for queue manager QM_beaee06 running
    REM -- Last, we need to run a WebSphere MQ script to enable publish/subscribe 
    PROMPT> runmqsc QM_beaee06 < ..\Java\bin\MQJMS_PSQ.mqsc 
    8 MQSC commands read. 
    No commands have a syntax error. 
    All valid MQSC commands were processed. 3) Create a Sample Queue and Topic
    While you can use WebSphere MQ Explorer to add destinations using a GUI, it's quite easy to do it from the command line:
    REM -- This assumes you've installed in the default MQ directory 
    PROMPT> cd C:\Program Files\IBM\WebSphere MQ\bin
    REM -- This will launch an interactive shell where you'll enter the subsequent commands
    REM -- Note that the runmqsc shell does NOT provide any prompts
    PROMPT> runmqsc 
      define qlocal (ALBPM.SAMPLE.QUEUE) 
      define qlocal (ALBPM.SAMPLE.TOPIC) 
      end4) Configure the JMS Administered Objects in JNDI
    WebSphere MQ makes it very easy to use Sun's File System JNDI repository, so that's what you'll use here (if your client already has a JNDI repository in place, it can be substituted here). Before configuring JNDI, create this directory: C:\JNDI-Directory
    You'll also need to edit the JMSAdmin.config configuration file to specify your JNDI connection parameters – you can find this file in the C:\Program Files\IBM\WebSphere MQ\Java\bin directory. To use the file-based repository, ensure the following values are used:
    INITIAL_CONTEXT_FACTORY=com.sun.jndi.fscontext.RefFSContextFactory 
    PROVIDER_URL=file:/C:/JNDI-DirectoryOnce the JNDI parameters are set, you're ready to launch the MQ's JMS Administration command line interface:
    REM -- This assumes you've installed in the default MQ directory 
    PROMPT> cd C:\Program Files\IBM\WebSphere MQ\Java\bin
    REM -- This will launch an interactive shell where you'll enter the subsequent commands
    REM -- Note that the 'hostname' will default to 'localhost' and could have been omitted
    PROMPT> JMSAdmin 
    InitCtx> define q(albpmQueue) queue(ALBPM.SAMPLE.QUEUE) 
    InitCtx> define qcf(albpmQCF) transport(client) hostname(localhost)
    InitCtx> define t(albpmTopic) topic(ALBPM.SAMPLE.TOPIC) 
    InitCtx> define tcf(albpmTCF) transport(client) hostname(localhost)
    InitCtx> end 5) Test WebSphere MQ with a Stand-Alone JMS Client
    Use a generic JMS client to test. This enables you to quickly test connectivity to WebSphere MQ (or any other JMS broker). Always test integration with back-end services (whether it's a JMS broker or some other type of integration) from outside Oracle BPM before attempting it with the tool -- once it's working ouside Oracle BPM, it's typically trivial to get things working inside Oracle BPM.
    6) Configure Oracle BPM to Use WebSphere MQ
    Once you have successfully tested WebSphere MQ (or another JMS provider) using the stand-alone client, you can use the same configuration with Oracle BPM.
    a. Verify the following Java libraries have been added as an external resource:
    com.ibm.mq.jar
    connector.jar
    com.ibm.mqjms.jar
    dhbcore.jar
    fscontext.jar
    providerutil.jar
    The Java External Resource should not be marked versionable.
    b. Verify the JNDI Provider is configured with the same configuration as the stand-alone client. The resource type is (somewhat confusingly) a J2EE Application Server and the security principal and credential are both left blank.
    c. Verify the JMS Message Service external resource is correctly configured for the queue. It will lookup the Queue Connection Factory as well as the Queue itself using the JNDI resource previously defined.
    d. Similarly verify another JMS Message Service resource has been configured for the topic. It too will use the same JNDI resource.
    7) Execute the Oracle BPM Process
    a. Add Global Automatic activities (one for the queue and another for the topic) that each create a new work item each time a message is received. The runtime properties settings for these should be respectively:
    Global automatic type: "Executes when an event occurs"
    Listener class: "Fuego.Msg.MessageQueueListener"
    Component event types: "anyMsg: Java.Lang.Object"
    and
    Global automatic type: "Executes when an event occurs"
    Listener class: "Fuego.Msg.TopicListener"
    Component event types: "anyMsg: Java.Lang.Object"
    The logic in the Global Automatic has:
    componentArguments as Any[String]
    componentArguments = [
    "contextFactory" : "com.sun.jndi.ldap.LdapCtxFactory",
    "providerURL" : "ldap://fgdal-test1:389/dc=fuegotech,dc=us",
    "securityPrincipal"  : "cn=root",
    "securityCredentials": "password",
    "factoryName"        : "cn=qcf1",
    "queueName"          : "cn=q1"
    logMessage "MQLIstener:: MQListener initialized with this arguments:\n" + componentArguments
        using severity = DEBUG
    logMessage "MQ Message Received is " + arg.anyMsg using severity = DEBUG
    processargs as String[String]
    processargs["mqData"]=String(arg.anyMsg)
    // this creates the instance in the process passing the message into the input argument "mqData"
    result2 = ProcessInstance.create(arguments : processargs,argumentsSetName:"BeginIn")b. Deploy the process and start the server. Login to the Oracle BPM WorkSpace. Add a message to the queue and/or topic and the work item instance should show up in the Inbox immediately.
    Hope this helps,
    Dan

  • PI-PO integration

    Dear Team,
    please suggest how we integrate the JAVA system to back end ECC system. My landscape is PI-PO DEV system integration to back end ECC DEV.
    any links for integration process. we are done before dual stack, but we need to configure Single stack JAVA only. how we can proceed

    For proxy connectivity :
    http://scn.sap.com/people/michal.krawczyk2/blog/2012/01/19/michals-pi-tips-how-do-you-activate-abap-proxies-with-aex--simplified-version
    For IDOCs:
    http://scn.sap.com/people/william.li/blog/2011/05/04/configuring-pi-730-java-idoc-adapter
    There are many blogs available on this topic.. Kindly search.

  • How to disable iNTEGRATED graphics On the Y40? in bios

    i want to fully disable the integrated graphics through bios. in the switchable graphics and uma, either use both or integrated basicly. how do i change it so its dedicated instead of integrated? 

    Good luck, but i dont recommend third party softwares to control the hardware of a laptop (especially the ones that have no reviews)
    Chrome should work fine on an integrated chip, heck I could play games on the integrated chip back in 2006. I think your issue may be loss of performance in Battery mode.

  • Allowance of integrated messages AGAIN!

    Hello there everyone! I'm a little confused about how to put my Integrated messages back up online. Well family member took the basic LG GUSTO  and I'm sure got a message that they didn't want me to see. My question is, is there anyway possible for me to get it up and running like normal without the actual phone in site!!!! Thanks guys

        trlutz60,
    Confusion? Good thing I'm here to clear the air and get you all setup. But first, I do have to ask, given that we have a few different platforms now utilizing integrated messages, which one you're using. Are you online using vtext? Is this via the Verizon Messages app? Or is this on a different app? And what happened for you to no longer see the messages online? I hope to hear back so we can advise.
    EvanO_VZW
    Follow us on twitter @VZWSupport

  • Can't view full-sized images

    I am running iPhoto ‘09 (v8.1.1) on MacOS 10.6.2. When I double click on many of the thumbnails in my iPhoto library, rather than the image opening to full size, the screen goes black. This phenomenon seems to occur randomly. However, once it occurs, then the full size image will never appear. However, the thumbnail continues to appear in the iPhoto library.
    Also, very occasionally, after double clicking on the thumbnail, the full size image appears very briefly (less than 1 second) and then displays a totally random set of pixels.
    These problems occur with images from a camera as well as scanned images.
    This does not seem to occur on any of my other Macs, all of which are running the same versions of iPhoto and MacOS.
    The phenomena preceded my upgrading to iPhoto’09 and Snow Leopard.
    Any ideas or suggestions would be appreciated.
    Thank you.
    MichaelT

    That wasn't a solution, that was a test of the Library's integrity.
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Include the options to check and repair permissions in the Library.
    If that fails:
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.
    Regards
    TD

  • SAP PI 7.31 / Sender SOAP Channel Issue with XML tag Main/@versionMajor has incorrect value 000; expected value is 003

    Hi PI Experts,
    We are on SAP PI 7.31 SP 10.
    We are in the process of integrating ARIBA P2P solution using SOAP Adapter as sender to connect Ariba with our PI system.
    We have configured all required components in ESR and ID(Most of them are content provided by Ariba).When we try to post a message into PI using SOAP UI we are ending with below error.

    http://<host name> : <port name> /XISOAPAdapter/MessageServlet?channel= <party name> : <service name> : <channel name>
    For the above issue we had configured SOAP Sender channel as above,and the URL we are using to hit PI is as above screenshot.
    We have followed the note on this topic with out any luck.
    1378872
    We are not sure where is problem.As the issue is not reaching to PI not able to see the messages in SXMB_MONI.
    and in the SXMB_ADM PI has been configured as Integration Server.
    I had even tried to change the message protocol as XI3.0 in SOAP sender channel and noluck.
    I have tried to ximessage=true query also in URL and noticed that not working.This is clear that the message we are trying to send from Ariba is not compatible with XI3.0 protocol,Ariba is not having any option to change at their end as it is a cloud application and many customers have been using same with out any issues.
    We have tried maintain the Java System properties in NWA as XPI.Adapter.Version.Major = 3 but no luck.
    Can some one provide us the solution to get rid of this issue?

  • Migration adapters from OAI 4.1.3 to 9i

    Hello,
    I am helping a customer who is in the process of upgrading an OAI 4.1.3 hub to 9.0.4 (they're actually going to 10.x, but there is no direct path from 4.1.3 to 10.x). The customer has one or more custom adapters that will need to be migated in the process. When they attempt to start these adapters on there 9.0.4 hub and they get the following errors in the adapter log files.
    java.lang.NoSuchMethodError: java.util.Vector: method
    add(Ljava/lang/Object;)Z not found
    at oracle.oai.agent.proxy.AgentProxy.getDBConnectionInfo(Compiled Code)
    at oracle.oai.agent.proxy.AgentProxy.initialize(AgentProxy.java:255)
    at oracle.oai.agent.proxy.AgentProxy.<init>(AgentProxy.java:385)
    at oracle.oai.agent.service.AgentService.run(AgentService.java:41)
    at java.lang.Thread.run(Thread.java:459)
    Is this due to changes in the adapter sdk's between 4.1.3 and 9.0.4? If so, is anyone aware of a document that describes migrating adapters from the 4.1.3 sdk to the 9.0.4 sdk?
    TIA,
    Cliff

    i have another errormessage in the exportdb.log file and so the solution doesnt work. But it was a good idea. i have never looked before in the exportdb.log file. i hope the next lines can help to find a solution.
    exportdb.log: (last entrys)
    GetExitCode returned TRUE (success)
    return value = 0
    Trying to stop database
    IDS stopped
    Trying to start database
    IDS started
    ExportDatabase, returning [Failure, Windows-based W1 Migration Verification]
    the status.html window(from DMA) shows the following:
    09:42:55 AM] Archive built successfully.
    [09:42:55 AM] Verifying integrity of backed up Cisco CallManager database and directory data.
    [09:42:55 AM] This can take a long time, depending on the size of the databases and directories. Be patient.
    [10:32:11 AM] Failure, Windows-based W1 Migration Verification
    [10:32:11 AM] Failed to verify Cisco CallManager database and directory backed up data.
    [10:32:11 AM] The database and/or directory cannot be migrated as they are.
    [10:32:11 AM] Correct the database and/or directory information and run DMA again.
    [10:32:11 AM] Verifcation of DB in IDS failed. Retaining the TAR file as it is.
    the windows-server event log shows no error.

  • So what exactly does limited to "one app" mean with a Pro account and the new prices?

    So it seems Pro has dropped in price but it is now limited to "one App".
    So what exactly does that "one App" mean?
    Only one tablet version or one phone version for a certain title?
    Or you can have a tablet & phone version including android & iOS for that one title?

    I think that everyone received it just now…
    Changes to Adobe Digital Publishing Suite, Professional Edition
    Effective immediately, all customers who newly purchase or renew Digital Publishing Suite (DPS), Professional Edition, will be able to publish only one app per license of DPS Professional Edition.
    Under this policy change, Professional Edition customers can publish an unlimited number of issues (.folio files) to a single app and distribute those issues based on purchased fulfillment bundles.
    An app created with a single license of DPS Professional Edition can be distributed to any or all of the marketplaces that DPS supports, including the Apple App Store (and Newsstand), Google Play, Amazon Appstore, and the Windows Store.
    In conjunction with this policy change, Adobe is reducing the price of a Professional Edition license to $4,800 USD annually (€3,600/¥480,000) or to $400 per month (€300/¥40,000) and will include 1,000 fulfillments annually. The number of fulfillments included with a monthly subscription remain unchanged.
    This policy does not apply to test or demo apps published using Professional Edition. The one-app-per-license policy applies only to an app published to a supported marketplace(s).
    If you are an agency, upon your renewal or purchase of Professional Edition, you can create only one app per Professional Edition license. If you have multiple clients for whom you are creating apps, either you as the agency or your client must purchase a Professional Edition license for each app published to a supported marketplace(s).
    If you are an existing Professional Edition customer and choose to renew your Professional Edition license at the end of your annual agreement, these changes, including the lower price point and 1,000 fulfillments, apply at that time. These changes do not apply to your existing DPS Professional Edition agreement and take effect only if you renew your license.
    DPS Professional Edition customers can continue to create unlimited Single Edition apps, which is unchanged under the new policy. A Single Edition app is defined as an app that includes one built-in or embedded folio.
    If you expect to publish three or more apps annually, we encourage you to contact your local reseller to discuss pricing for a multi-year Enterprise Edition license.
    Enterprise Edition offers additional functionality and benefits not available through Professional Edition. These include app customization, integration with back-end business systems, in-app marketing tools, targeted content based on user entitlement, and the ability to publish apps privately.

  • No entry in table T510 for the key 4004033MANAGER 1 on 01.04.2008

    Hi,
    When trying to save entry in 0008 infotype i am getting the error "No entry in table T510 for the key 4004033MANAGER 1 on 01.04.2008"
    I had removed the integration PLOGi ORGA for some testing purpose. is it because of this. now i have set the integration switch back. still i am not able to resolve this.
    Can anybody help me in this.
    thanks

    Hi,
    Maintian the table V_t510, go to V_t510, enter the values like
    40- Country Grouping
    04- PS type
    03- PS ARea
    3- CAP(collective agreement Provision) which you have assigned to your employee subgroups in table V_T503Z.
    MANAGER - Ps group
    1 - Ps level
    on 01.04.2008- start date.
    in this table enter the wage type, which you have created under basic pay.
    like
    3 manager 1 1000 01012008 31129999
    3 manager 1 1010 01012008 31129999
    Regards
    Devi

  • CFolders & DMS

    Hi experts,
    I want to have CFolder ( for partners outside the organization) and Document Management System ( within the intranet) and both of which integrated to back end SAP R/3.
    Can any one tell me
    (1) What are the components to be installed ?
    (C-folder is a part of Cproject suite but I am not sure for DMS what is to be installed.)
    (2) Is there any front end (like SAP GUI) required to be installed for DMS ?
    (I guess an internet browser is enough to upload/download/view documents in  C-folder but what about DMS ?)
    (3)CPU and RAM requirement for C-folder and DMS installation

    Hi Anupam,
    1) Your first requirement is something for which SAP DMS and cFolders are made for. There are transactions in R/3 through which import and export of document can be achieved within cFolders and SAP DMS.
    You can have different servers for SAP DMS and cFolders.
    2) The Content server is something where you will be storing your documents. It depends on you business requirement. Basically its nothign but a storage location for your documents.
    TREX is a search tool, which can be used both in DMS and cFolders.
    3) ABout hardware the sizing guides are available on service.sap.com, you can get an estimate over them easily with that information.
    Hope the answers will solve your query.
    Regards,
    Nishit Jani
    Award Points on solution.

  • Outbound EDI missing envelope segment

    Outbound EDI file is missing envelope segment (ISA,GS,GE AND IEA). Input xml is getting processed successfully. However, the outbound EDI is missing the envelope segment. My vendor says he needs envelope segement. What am I doing wrong? Thanks for your help.
    Satya

    Satya,
    Does it still still use transaction set ecs to validate the input file? or, does B2B use .xsd for validating the input edi xml file?In case of EDI, it is ecs always which is used for translation and validation (if translation and validation is enabled in agreement). XSD is only used for proving integration with back-end middleware. You may validate it by providing ecs only as part of document definition and enabling validation & translation in the agreement.
    Could this be the reason for not generating the envelope segment? The only reason why there is no envelope segments could be an invalid ecs.
    You mentioned that our ecs file is not valid. However, all seems to work without any issue except for envelope segment.When I say invalid then it means improper structure of ecs and that's why I pointed you to refer the sample ecs which comes as part of installation itself. You may match your ecs with that sample ecs and easily figure out the differences. Oracle B2B is already pre-seeded with interchange and group ecs and hence transaction set ecs must not contain these two parts. It should have only transaction set (ST to SE) defined in it. In case you have any specific requirement then ONLY you should override interchange and group ecs at respective settings in document definition otherwise you should go ahead with pre-seeded (actually standard) Group and Interchange ecs files.
    This document may be useful for you, if you have not gone through it yet -
    http://www.oracle.com/technetwork/testcontent/edi-cookbook-oracle-b2b-133194.pdf
    Regards,
    Anuj

  • Problems when enterprise SW selection is driven by non-IT department?

    I have been reading that IT is increasingly being left out of the decision of which Energy & Sustainability Mgt (ESM) system to buy.  Same is said to be true for Corp Social Responsibility (CSR) reporting software. 
    From my experience this could create a lot of problems, such as lack of platform integration with back-end data streams; database integrity; feeds to front end dashboards, etc., with implications for data quality, security and transparency.
    So I am collecting stories (anonymously of course), about any such hassles/mishaps that you or your colleagues might have experienced as result of having the enterprise system selection process dominated by non-IT interests.  My hope is that by compiling them and publishing them (first to those that contributed them) that there could be fewer such suboptimal experiences in the future.  
    My email is [email protected] if you'd rather not post them here, or would prefer to arrange to talk on the phone.
    Thanks so much for any stories you can share or point me to!
    - Stephanie

    Thanks Daniel
    The code above drops any non US ascii characters which is fine in some situations but doesn't work for me as that would result in (amongst other issues) unacceptable email addresses.
    Example: The user "Jörgen Åhs" gets the email [email protected] (using drop strategy), what is needed is [email protected]
    The solution to this problem is to write a transform function and as we have about 80 non US ascii characters in character set we are using this mapping can quite easily be externalized to a configuration file.
    Good point about the preferred name. I have not seen this specific problem in my current system but it is very common in certain parts of the world i.e. people with Chinese heritage in south east Asia often have a Chinese legal name and a western name that they actually use in day to day interactions. If you base the email address of their name in HR much screaming ensures. The same thing should actually happen in the US as you are supposed to enter the name on your social security card into the HR system but that seems largely to be ignored.

Maybe you are looking for

  • Problems in creation of workbook using Change query local view.

    Hi Experts, I have created a Multiprovider by using union of two infocubes and created a Query based on Multiprovider.  I want to restrict one infocube in Change Query local view for creating new workbooks.  In Query global view we drag and drop the

  • How to merge pdf in db, with data in db and serve as PDF doc to browser

    Hi, I have a requirement as: On an ebusiness suite webpage user clicks on a hyperlink. This downloads a merged pdf form, as: a. Retrieve pdf document from fnd_lobs b. Retrieve the data to be merged from a database table in the format merge_field_name

  • Java regex split

    i have a file containing names followed by city and emailids, such as, name1 city1 email1 email2 name2 city2 email1 email2 in perl, i can write a code, such as, ($name,$city,$email)=split /\s+/,$line,3; Here $line is each line from the input file. to

  • Duotone in Photoshop vs. color in InDesign

    Hi all! It's been literally years since I've done a 2-color project, so I'm not sure of the best course of action. I have a 2-color invitation I'm designing. They want black and a pantone color. There are two background images that are Photoshop file

  • CIFS clustering

    I have a 6 node OES 2 sp3 cluster that is generally working well. We are moving to Windows 7 workstations without the Novell client. So far, our two main NSS volumes seem to be working fine with that but are accessed via IP address. I need to get the