Is OCI (Open Cataloge Interface) supported from MM or SD

Hello.
My customer has installed SAP ERP, but do not have SAP SRM. We plan to implement a punch-out from SAP to a web site of Cisco with use of OCI.
I do find a lot of information about OCI related to SRM, but none related to ERP.
Does anybody know wether OCI somehow is support by ERP?
Geir Sunde, tlf. +47 977 555 97

Hi,
Open Catalog Interface is related to SAP SRM it is nothing to
do with SAP R/3.When we are using the Catalog for creating a
shopping basket this interface is the link between the Catalog
and  the SRM server.
Please Post this message in this forum  in SRM general you
will get some Inputs but definitely it  is NOT supported by
SAP R/3.
We plan to implement a punch-out from SAP to a web site of Cisco with use of OCI.
I think  you have to IMPLEMENT  -SAP SRM only
G.Ganesh Kumar

Similar Messages

  • PCUI and OCI (Open Catalog Interface)

    Hi,
    we want to integrate a external catalog into the PCUI application qutation. The goal is to take over the shopping basket of the catalog into a Quotation. The data which should be taken over are products out of the external product catalog. Therefore the open catalog interface (OCI) should be used. The external catalog sends the shopping basket selected by the user via a HTTP Post to a so called Hook-URL which is provided by the calling application (PCUI). The calling application (PCUI) will retrieve this POST and take over the data send by the HTTP Post.
    My question is now if something like that is possible with PCUI framework?
    Thanks for your help.
    Regards,
    Mario

    Thanks for the quick and succinct reply.

  • Use of Open Catalog Interface (OCI) in ERP

    Dear colleagues,
    I am not sure if this is the right forum to post this question but can we use Open Catalog Interface (OCI) without having SRM directly in ECC 6.0? If yes what are the prerequisites, customizing, licensing etc.
    What we are planning is end users will select material(s) he/she wants to procure from a catalog from a portal (not an SAP portal) and once this is done purchase requisition will be created in ERP system.
    Regards
    Melih

    ECC6.0 MM does support OCI.  This works on both the Purchase Req and PO.  You can punchout from MM and shop from an OCI compliant source such as MDM, supplier hosted, other catalog tools and then this informaiton is pulled back into the Purchase Req or PO.  OCI is delivered with ECC6.0 MM so there should not be any license issues.
    Configuration is part of the catalog web service set up and this is where you maintain information such as URL, user id, password, etc.

  • CRM Open Catalog Interface (OCI) - What data is sent from CRM/ISA to SRM?

    RE: CRM4
    We have an SRM customer that is able to access our online catalog as expected, create a shopping cart and transfer it to their SRM system.  However, they're asking that we provide additional information on the item(s) and I can not determine what data is sent in the first place, let alone how to add additional information.  Specifically, they require that the UNSPSC code is included in the data...the format for which should look something like this:
    NEW_ITEM-MATGROUP = 465120000
    I have determined the 'how' the data is sent (via HTML if OCI_VERSION = 1) and the file that's called once the SRM customer clicks the TRANSFER button on our CRM/ISA (ocilinessend.jsp)
    But, I am unable to determine the 'what' data is sent.
    According to the javascript file, here's the code that is activated:
    <%-- send list with oci lines --%>
    <form action="<%= request.getAttribute(OciLinesSendAction.OCI_HOOK_URL)%>" method="post"
    name="SUBMITFORM" target="<%=request.getAttribute(OciLinesSendAction.OCI_TARGET)%>">
    <% String param = (String)request.getAttribute(OciLinesSendAction.OCI_OKCODE); %>
    <% if (param != null) { %>
        <input type="hidden" name="<%=OciLinesSendAction.OCI_OKCODE%>" value="<%=param%>">
    <% } %>
    <% param = (String)request.getAttribute(OciLinesSendAction.OCI_CALLER); %>
    <% if (param != null) { %>
        <input type="hidden" name="<%=OciLinesSendAction.OCI_CALLER%>" value="<%=param%>">
    <% } %>
    <% OciLineList ociLineList =
        (OciLineList)pageContext.findAttribute(OciLinesSendAction.OCI_LINE_LIST); %>
    <% for (int i=0; i < ociLineList.size(); i++) { %><%=ociLineList.get(i)+"\n"%><% } %>
    </form>
    So, does anyone know how this works?  How does data get flagged as being relevant to be sent via an OCI Transfer?
    I can not believe how limited the SAP documentation is on the CRM side of this connectivity...the SRM side has a huge amount of documentation, but none of it specifically deals with how to get a CRM connection up and running.  You'd think they'd especially want to have customers using SAP on both sides of the connection...

    I have made some progress finally.
    The items that the .jsp file sends are apparently triggered when the customer clicks on the Transfer button and the FM CRM_ISA_BASKET_GETITEMS_BBP runs.
    The FM ends up pulling data from the UI Structure CRMT_ISALES_BASKETITEM_BBP which you can modify the fields sent by using transaction CRMC_MAP to add a New Entry -> UI Field, named MATGROUP with Object ORDERADM_I and one of the 42 Obj.Field's available.  I ran a test with our customer and they confirmed that the MATGROUP was now indeed being sent during the transfer.
    So, now my dilemma is trying to figure out which Obj.Field already is set up for UNSPSC numbers or if there is another Object in CRM that I should look in.
    In the IMG, there are SRM settings for UN/SPSC numbers, but I can not find a corresponding CRM setting.
    Anyone have an idea on which Obj.Field we should use ... or perhaps one which we can map from our ERP backend to CRM that will work without having to create a new Obj.Field, which is really not what we want to have to do.

  • Using the Open Catalog Interface (OCI) between SAP-ECC 6.0 and SAP-MDM

    Hello ASUG Community.
    I'm working on an SAP-MDM project where we will configure the OCI interface between SAP-ECC 6.0 and SAP-MDM.  The business requirement will be to punch out to SAP-MDM's catalog from SAP-ECC for expensed items (e.g., no material master record exists in SAP-ECC).
    The data that will be returned to SAP-ECC will be purchase price info, material group, short text, & our global SAP-MDM item number.
    The question I've been trying to design around is "where to store the SAP-MDM item number"?
    I've looked into creating a custom filed on EKPO but now feel that a configured text field will be the best solution from an SAP-ECC point of view (less effort on the SAP-ECC side from a development perspective, no need to regenerate the EKPO table, etc.).
    The question I'd like to pose to ASUG is.... Does anyone have experience or an opinion to offer using this functionality?  It seems that I will have to code in a user exit or BAdi to insure that the SAP-MDM item numbers are returned to the appropriate text field on my POu2019s.  Or can this be done using the standard OCI functionality?
    I found OSS note 1347656 which references BADI "ME_CATALOG_INTERFACE" but I'm not sure if this right path to go down or if this would be the correct place to code non-conforming OCI mapping requiremetns.
    Any insight would be most appreciated.
    Thanks.  Sincerely,
    Rich Wortmann

    I would suggest you create a new field for this as you may require thois going forward for reporting as well. Text fields are difficult to report.
    Sorry not sure about the BADI to use.

  • Open Catalog Interface (OCI) - Is CRM/ISA ready to be an External Catalog?

    I have found much information here and on help.sap.com talking about how to set up an external catalog to be part of our catalog(s). But, there is a severe lack of information to educate myself as to whether our catalog(s) are ready to be added as an external catalog to our customer's SRM system for example.
    The only valuable information I have been able to find on how to be sure that our CRM/ISA Partnershop can be used by our business partners in their various (SRM) procurement systems is here:
    http://help.sap.com/saphelp_crm40sr1/helpdata/en/73/fd147fcaaf41489508aaac8e3e37b5/frameset.htm
    We have a specific request that our CRM/ISA Partnershop be made available via our business partner's SRM system.  I can find no guide to help me provide the requested information without basically just guessing on my part.
    This is what they provided as a worksheet to return. 
    I assume the following or would like additional input:
    1)  They will need a Userid and Password.
    2)  For Language, we currently only support EN.  Would I enter EN or just leave blank?
    3)  What do the following refer to?  (These are the fields as requested and their suggested value by our customer)
      ~OKCODE       ADDI
      ~TARGET       _top
      ~FORCETARGET       YES
      ~CALLER       CTLG
      HOOK_URL       (Assumed to be blank)
    4)  These are the required OCI fields they would be expecting from the our catalog, but they can accept all OCI Release 4.0 fields...Assuming the connections from the above settings are made properly, will CRM automatically provide the approrpriate detail or do I need to set something somewhere?  All the XCM/DCM config settings for OCI seem to deal with an incoming External Catalog, not outgoing. 
    OCI fields
    <input type='hidden' name='NEW_ITEM-QUANTITY[1]' value='3'>
    <input type='hidden' name='NEW_ITEM-DESCRIPTION[1]' value='Descriptio'>
    <input type='hidden' name='NEW_ITEM-UNIT[1]' value='DZN'>
    <input type='hidden' name='NEW_ITEM-PRICE[1]' value='1.62'>
    <input type='hidden' name='NEW_ITEM-LEADTIME[1]' value='5'>
    <input type='hidden' name='NEW_ITEM-CURRENCY[1]' value='USD'>
    <input type='hidden' name='NEW_ITEM-MATGROUP[1]' value='44121704'>
    5)  Do I need to 'do' anything not listed above to be sure our catalog(s) are ready to perform as requested?
    Thanks for any clarification/links, etc
    I've spent weeks off and on now to try to determine an answer I could feel confident in.

    1/25/07 - Found a bit more info, but still need help determining if there are any additional settings/configs we need to make before starting to test with our Business Partner.
    http://help.sap.com/saphelp_crm40sr1/helpdata/en/19/3a74482f5811d5b3890050da4cccf0/frameset.htm
    I did these steps already, but have not tested yet:
    Customizing and Settings in CRM / Internet Sales
    Settings for receiving purchase orders in CRM
    Purchase order without reference to a quotation:
    In the CRM Business Connector, an XML purchase order is received via HTTP and it is converted into a sales order IDOC. This IDOC is then transferred to CRM and is posted there.
    The delivered mapping service expects a purchase order in the OLD_EBP XML format, which is transformed into a NEW EBP XML, xCBL and finally a CRM IDOC XML.
    The following settings must be made in CRM:
    · Creating a partner profile for the sender
    Path in SAP Menu
    Tools -> Business Communication -> IDoc-Basis -> Administration -> Partner profile.  
    Partner type: Customer
    Partner number: Number of the sold-to party in CRM
    Transaction code: APLI (Individual IDoc processing)
    Message type: CRMXIF_ORDER_SAVE_M
    (key fields of table EDPP1:
    -PARNUM partner number
    -PARTYP partner type)
    ·         To view CRM address management errors in the document, the parameter CRM_USER_LEVEL must be set to value 9.
    Path in SAP Menu
    System -> User profile -> Own data -> Parameters.
    I have asked my Basis contact to look into this portion:
    Business Connector
    Install a Business Connector 4.0 or higher.
    Required packages:
    · Sap_crm
    · Sap_crm_customizing
    · XSLT (only for BC 4.0, not required for BC 4.6)
    After processing the purchase order that was received first, an inactive routing rule is created that is completed and activated.
    Path in BC
    BC Manager -> Adapters -> Routing -> Edit.
    Transport: ALE (R/3 IDoc)
    SAP Destination:  
    The ports must be activated and the service EbpXmlToRfc must be accessible before the Business Connector can receive documents.
    Some CRM settings are hard coded in the transformations. They are in the file BasicOrderSettings.xsl, that are in the directory ...ServerpackagesSap_crmxsltincludesxcbl2sapcrm_xif.
    These are:
    Transaction type: TA (standard order)
    Item object type: BUS2000131(sales item CRM)
    Text ID under which the order text is created in the CRM order: 1000 (customer note)
    Make sure that all of the available Business Connector patches are installed.
    Our customer contact says they went with WebMethod instead of Business Connector, but I'm hoping we can make it work using BC without having to research yet another piece of the puzzle.
    Any additional detail/advice from anyone that's set up their Partnershop to be connected to SRM EBP via OCI?
    Message was edited by:
            Mike Anecito
        1/25/07

  • Open Catalog Interface (OCI)

    There is an OCI interface for SAP R3. Is there an OCI interface for Business One?

    David,
    The only interfaces with respect to integrating with SAP Business One are using the SAP Business One SDK which provides COM API's for integration at the data level (DI API) and the user interface level (UI API).  
    There is also the DI Server which is a wrapper for the DI API allowing SOAP integration.
    Also you can integrate with SAP Business One using the DI Server and the Business One Web Services or B1WS.  
    The other method of integration is using the SAP Business One Integration for SAP NetWeaver which connects SAP Business One with MySAP using the Business One DI API and the R/3 ALE or XI connection components.  OCI for Business One is not available.
    Eddy

  • Open Catalog Interface

    Hello all,
    Iam currently working in SAP DBM module  (of SAP Automotive) , my requirement is accessing an External Catalog in a Repair Order .
    Can anyone give some information regarding accessing the External Catalog Information in to SAP .
    regards
    Prasad

    Hello all,
    I want to access External Catalogs in Maintainence Order .Can anyone give information on OCI with Plant Maintainence
    regards
    Prasad

  • There are error message "No such interface supported" when play Audio/Media from USB thumb disk with Metro APP like Xbox.

     There are error message "No such interface supported" when play Audio/Media from USB thumb disk with Metro APP like Xbox in windows. how can I solve this problem?   if I use destop player like windows media player, no such error.
    would you please give some solution for this error? thanks!

    OS is window10, Metro APP is Xbox or MultiMedia 8; any video format will occur error only by following steps:  
    a. Put Audio / Media / Photo files into USB thumb disk or Micro SD card.
    b. Connect USB thumb disk / Micro SD Card  to Platform.
    c. Open 'File Explorer', click USB thumb disk.
    d. Open audio file with metro app: Music. / Open Media file with metro app: Video./Open Photo file with metro app.

  • Importing outside of API / Open Interface supported?  Partial Workflow ?

    Hi there
    I've been asked to find out if importing data not using the API or Open API is supported by Oracle?
    There is a proposal to import orders into Order Management from a legacy database. Some of these orders may be partially through the workflow chain.
    As far as I can see, Oracle doesnt provide an API to import Orders which are part the way through the workflow, so if we were to import them, it would have to be custom code.
    I want to know if this is supported or doable (I'm hoping not!)
    Thanks
    Scott

    Hi;
    Please check below notes which could be helpful for your issue:
    How To Import Orders With Skipped Lines Using Process_Order API [ID 746172.1]
    Where Can I Find a List of APIs Supported by Data Pump? [ID 759150.1]
    Oracle Order Management Suite White Papers [ID 113492.1]
    Also check:
    Order Import and Prerequisites for order Import
    http://oracleebusinesssuite.wordpress.com/2007/11/07/order-import-and-prerequisites-for-order-import/
    Oracle Order Management APIs and Open Interfaces Manual, Volume 1
    download.oracle.com/docs/cd/A91130_01/acrobat/115omapi.pdf
    Regard
    Helios

  • Error -214746726​2 "No such interface supported" when open an ActiveX automation reference to proprietar​y DLL, why?

    I got the error -2147467262 "No such interface supported" when open an ActiveX automation reference to a proprietary DLL. I check the forum which suggested solutions related to comcat.dll and IE6.0. I also tried to re-reqister the dll by regsvr32.exe, still does not work. However, I did nto get any luck. I was told that the DLL support iDispatch interface and should work ok with ActiveX in labview. Any suggestions? I appreciate it.

    Hello, Nandini,
    I am using the WinXP and I am calling the DLL provided by Pirouette for their chemometrics software. I just solved the error -2147467262, but the new error comes out is :
    Error code: -2147467259 Exception occured in IxAsObjs.CoSIMCAPredict.1, Language Server QueryInterface failed: No such interface supported.
    Here is a few word for the problem from priouette:
    " just a few more words that might help you understand the nature of the problem. your LabView client talks to AlgSuite.dll using IDispatch interfaces AlgSuite.dll communicates with the language server on an IUnknown interface.
    Your client knows nothing about the internal workings of AlgSuite.AlgSuite communicating with objects that do not have IDispatch interfaces should be irrelevant to your client."
    Since the VB demo works fine in my machine, so they though it is percular to labview. Any comments? I appreciate it.
    LvvL

  • I am trying to open up my iTunes from my Mac. It says "You can't open the application iTunes because it is not supported on this type of Mac." What do I do?

    I am trying to open up my iTunes from my iMac. It says "You can't open the application iTunes because it is not supported on this type of Mac." What do I do? I've already force closed all other apps.

    Well, obviously the problem isn't with the other apps, it's with the type of Mac you have. What type of Mac do you have?

  • I am trying to open a raw file from a nikon 810 but won't open. says raw doesn't support camera model. I re installed nx2 with erroe u43m1d207. How do I open raw files?

    I am tryng to open a raw file from a Nikon 810 but won't open. Says RAW DOESN'T SUPPORT CAMERA MODEL.  I re installed nx2 with error code u43m1d207. How do I open a file.

    you can use the dng converter if updating your adobe program(s) fails.
    Adobe - Adobe Camera Raw and DNG Converter : For Windows : Adobe DNG Converter 8.7

  • Why Apple does not support from Iran? And why not open a store in Iran?

    Why Apple does not support from Iran? And why not open a store in Iran?

    You think this is an injustice?
    I think that injustice relates to rights that are not honored or respected, and I think we can agree that in no circumstance, human, civil, political or legal, is having or owning an Apple ID, or any other consumer item, a right.
    Why should this happen? ...Iraq ... Afghanistan....
    I believe that Apple, and most American companies, would love to have access to every market in the world, and Iran certainly (or at least, potentially) represents a larger market for Apple products than many countries in which they do business. So, given the choice, they'd be there.

  • Got a new computer Loaded LR  Copied back up from old computer and placed in LR folder in Pictures Open LR and opened catalog In Library all sub folders and pictures are listed  However all pictures are only Gray no pic

    Bought a New computer loaded  -  LR application--  appears to loaded ok.  Copied Backup from old computer Wanted to have pics on new computer   Saved Backup to LR folder in Pictures   When opening Catalog  all sub files and corresponding number of pictures are correct However all pictures are blank with gray color.  Need to understand what I have done wrong.

    Sam,
    Sorry, wasn't to clear on my description (and wrong terminology)
    The old computer was an OSX machine running iPhoto and I had a library of photos as well as a series of albums associated with that library.
    The new computer, also an OSX machine running iPhoto, copied over the library from the old machine using the "migrate" utility. I didn't run it on the first time I ran the machine, but I ran it after I had been using the new machine for a couple of days.
    What I can see on the new machine is all the folders in the Photo folder in the User folder have been copied over into the iPhoto folder. All the jpg files appear to be there.
    When I open iPhoto on the new machine, it opens right away, and on the left side I can see the albums have all been imported but they are all empty. The library is also empty.
    Not sure what I can do to keep my album organization.
    I guess I have the option to add to library and just copy all the jpg files into the new machine, but doing this gets everything into the new library, but doesn't import any of the albums.

Maybe you are looking for

  • Warning error on gcc compilation since maverick install

    Since I have installed Maverick on my mac, I have several issues to compile my C++ programs. Following what I could read on some forum i installed xcode-select --install. But now I have several Warning that I didn't have before. So I'm not sure my pr

  • STEPS in BPM for synchornous.

    Hi, I have to persist one field using BPM for synchonous. Assume it as Empid.  I am getting it from JMS and am sending to SOAP which is a synchornous interface. While sending to SOAP, i am stripping it out and sending, along with the response receive

  • Problem obtaining BitmapData for a canvas via Javascript

    Hi, For my web application I have one HTML button, which is outside of flash application shown on the same page. Via Flex application I've declared callback function to be called by Javascript in this way: ExternalInterface.addCallback("cbProcessButt

  • XMII Logout and Login

    Hi, I am facing an issue in of the scenario. During my testing I logged out ( User :- USER1 ) of xMII using the hyperlink in xMII home page "Logout" and it take me to login page. Using the same page I am logging as different user (User :-USER2). Disp

  • Mix of HD and SD clips

    I have offered to edit a musical for a local high school The students utilized three cameras in the shoot. Two were sd cameras (shot in 16:9 & 29.97 fps) and one was HD camera (1080i / frame rate 60i) on a Panasonic AG-HCM40 camera. What is the best