OCI catalog configuration

Hi,
Within the PM SPRO
Plant Maintenance and Customer Service
Maintenance and Service Processing
Maintenance and Service Orders
Interface for Procurement Using Catalogs (OCI)
settings I have created a new catalog and in the call structure I am attempting to input the URL of the catalog I am aiming to call up when in a PM .  It appears I am restricted to a maximum 30 characters and the URL that I am entering is morethan 30 characters.
Has anybody come across this issue and if so how did they overcome this?

Hi,
You can split the URL across multiple lines. Example:
Seq no.   Name     Content                                    Type
  1                        https://mycatalogsuppliers.com      0
  2                        /spareparts/engins .......                 0
  3       username   guest                                           2
  4       password   welcome                                       2
-Paul

Similar Messages

  • Configuring an OCI catalog for PM

    We are in the midst of implementing the use of various vendor catalogs with SAP PM.  One feature in version 4.7 PM is the ability to link to an external OCI catalog.
    Have any of you created such a link and do you have any configuration suggestions or guides.  I am stuck on what is actually needed and haven't found much information.

    We hired a consultant that helped with the basic config.

  • OCI Catalog for Vendor problem : Logical system for catalog not maintained

    We have set up an OCI catalog with on of our vendors. This works fine untill we transfer shopping basket data from Vendor sysem into our SRM-system (SRM5.0). Then data is not being transfered and Vendor Webshop screen remains 'open'.
    in SLG1 i have found an error "Logical system for catalog not maintained. Inform system administrator'
    Anyone an idea what the cause of this error can be or what we need to check ?
    Thanks in advance

    Hi,
    I have not seen that error before. However, I think it may have to do with the LOGICAL_SYSTEM OCI field. Can you check if your punch-out catalog vendor is populating that field? Also, check if you have the correct BP# populated in the catalog configuration and the LOGICAL SYSTEM Field on the define External Webservices is blank.
    SG

  • Steps for Mapping OCI Catalog with R3 ISA (ERP E-Commerce)

    Hi Gurus,
    I just needed some help on how to go about integrating R3 ISA with OCI Catalog. Please provide reference to some relevant documentation if available.
    Thanks.
    Jai

    Technically other than some [XCM settings and configuration|http://help.sap.com/saphelp_crm50/helpdata/en/2f/86653fac7ab21ae10000000a114084/content.htm] that define the external catalog URL, there isn't much needed to integrate a OCI compliant catalog - provided, you already have a OCI compliant catalog.
    Start here on some technical information on OCI catalogs - [/people/masayuki.sekihara/blog/2007/12/07/oci-open-catalog-interface-setting-and-trouble-shooting|/people/masayuki.sekihara/blog/2007/12/07/oci-open-catalog-interface-setting-and-trouble-shooting]

  • OCI Catalog MM PO and PR

    Hi,
    Have integrated OCI catalog to be called in ME21N and ME51N.
    1.Only one catalog can be called unlike PM OCI inetgration were we can call multiple catalog.How do we call multiple catalog in ME21N and ME51N
    2.How can we map the catalog to a R/3 Vendor number so that I dont need to add vendor number manually after data is transfered from catalog to PO or PR.
    Regards

    Hi
    I just wanted first to know, how you implemented an OCI catalog function in ME51N or ME21N?
    I found two SAP notes which tells me that it is "A function is missing in the standard system."
    Check Notes
    1092922 - Using several catalogs in purchasing
    1092923 - Catalog connection in purchasing
    Really appreciate your answer
    BR, Markus

  • Access a OCI Catalog from ABAP code

    Hi Experts,
    We may need to access an OCI Catalog from an ABAP code. We will need to punch out the Catalog in a browser window, and somehow get the results from the browser back to the ABAP code.
    Any idea of how can this be accomplished?
    Thanks and regards,
    José Omar

    Accessing the catalog is nothing but creating a hook url and directing to that URL.
    For eg. you should have the parameters read from the SPRO settings in SRM and then creating an URL in the fly.
    But as of now you can have hard coded URLs being fed in.
    ie you click on a link and you fire the exit plug as in Web dynpro in suspend mode.
    The main criteria is to have the catalog OCI 4.0 complaint. (read mandatory fields etc in OCI 4.0 documentation)
    Then once you shop from some items in the catalog , the OCI compliant catalog will send you the data in the required file format.
    At the receiving end , PO etc . you should have a ABAP method (at resume ) that interprets this sent name-value pair file from the catalog. then populate this data where you want.
    you can have a look at the SRM methods that does the same in ABAP.
    This would the 20,000 feet or more process overview on how it works. Hope this helps
    thanks
    -Adrivit

  • OCI Catalogs in MM

    Hi Guys,
    as we all know since ECC6.0 we can use OCI catalogs in MM.
    I now have a vendor who send me his OCI interface data. I customized the data. Everything is fine.
    But I now have additions wishes:
    1. Integration of multiple catalogs - only the default catalog is shown but there must be an opportunity to do this because it's mentioned in sap note 1092922 - has anybody done this before?
    2. Is there any chance to influence the data from OCI catalog via BAdI or Enhancement. The only BAdI i found is ME_CATALOG_INTERFACE which is not accesible because it's declared SAP internal
    3. How can i use the fields "NEW_ITEM-CUST_FIELD1" - "NEW_ITEM-CUST_FIELD5" can i define a mapping anywhere?
    4. Has anybody here ever written an costumer specific transaction using MM Catalog API? Please let me know how it was done.
    Thanks in advance!
    Regards,
    Christian

    about Q2:
    The BADI will be available to customers only from EHP4 on. The reason for that not being delivered to customer was that the     
    interface was not finalized and would be possibly changed.           
    If you want to implement it you may do it under own responsibility. In order to use this BADI, you need to execute transaction SE18 and select BADI ME_CATALOG_INTERFACE. You will need to uncheck checkbox 'within SAP' and save. Then you should be able to create your implementation via SE19. Or change the internal flag directly on database table SXS_ATTR                                                                               
    This is of course considered as a modification from the standard

  • Troubleshooting javascript error in OCI catalog

    Hi experts.
    I have created an OCI catalog for a customer.
    The customer is using SAP ERP ECC 6.0 EHP4 and IE11
    When the customer is launching the OCI catalog the shopping site appears and everything is great,
    but when the customer is pressing a certain button in the catalog nothing happens.
    I suspect that this might be due to a javascript error in the code.
    However the browser in this system has no developer toolbar and every menu option
    is overriden. The F12 key is escape etc.
    So basically what I want to know...
    Is there a way to debug a javascript error in this environment?
    By the way
    When I run the code in a regular browser it is working
    I have tested IE7 - IE11
    FF 36.0.1
    Chrome 40.0.2214.115 m
    with regards
    /Jocke

    Thank you for your response,
    I have seen this page. How can I upload the source files for people to take a look as requested in this link?
    Brett Messick
    Senior Digital Media Developer
    Enterprise Learning | People and Organization Effectiveness
    T. Rowe Price
    4515 Painters Mill Road
    Owings Mills, MD 21117
    •Office: (410) 345-6917
    •E-mail: [email protected]

  • PM to SRM integration through OCI catalog

    Hi,
    We have sucessfully set up the necessary settings in ECC6 and SRM for OCI catalog integration when in transaction IW31 (Create Order)
    I can see in table EPRTRANS the PR number and when running programme BBP_EXTREQ_TRANSFER the PR is transfered to SRM.  When looking in transaction SLG1 I am getting an error message saying the Tax Code 00 does not exist. Check enteries
    Regards,
    Gary

    Hi Yousif,
    Why dont u save the search as a named search in MDM and then pass it onto the SRM MDM.
    Save the records  as Named search in MDM Data Manager
    For eg:
    Named Search name -->> search1
    Now while passing the parameters to the SRM MDM Catalog specify the Named Search in its url.
    http://J2EESERVER:PORTNO/SRM-MDM/SRM_MDM?sap-locale=EN&HOOK_URL=&mask=&namedSearch=search1&username=Admin&password=PASSWORD&catalog=REPOSITORYNAME&server=MDMSERVERIPADDRESS&datalanguage=EN
    After passing the named search in the hook url the you will be able to see only the search which was saved in Data Manager.
    Hope dis helps u
    Regards Tejas.........

  • Multiple OCI catalogs in MM

    Dear Community,
    in standard, MM only supports connection of one OCI catalog for use in transaction ME21N or ME51N.
    I have heard rumors that there is a "tweak" or "modification" that enables the use of multiple catalogs in MM too.
    Does anybody know more details or has some suggestions how to carry out such change in the system?
    Thanks and kind regards
    Julian Bradler
    PS: Happy new year 2009 to all of you!

    Hi,
    Could you tell me the SPRO path for doing setting for catalog use in ME21N and ME51N
    Regards

  • Create OCI catalog for SRM using Web Dynpro

    Hi all,
    Have you ever implemented an OCI catalog for SRM using web-dynpro?
    Please provide details.
    Regards,
    PooYee

    Hi PooYee,
    the BSP application would run the WD catalog and communicate with SRM.
    In a certain way it would "wrap" the WD catalog application and enable accessing the http header.
    This of course is not a trivial implementation.
    Send me a mail and maybe I can give you some more ideas.
    regards, Ulli

  • OCI Catalog Limitations

    Dear SAP expert,
    Could you please share your experience on external / OCI catalog re- limitations in the SAP CRM E-Commerce area?
    Should we expect difficulties with integration & pricing? Will it restrict available functionalities and views in the B2C scenario?
    Thanks in advance,
    Regards, Stephanie

    OCI catalog integration with CRM Web Channel is fairly simple and works fine. CRM Web channel side of the OCI integration can be enhanced to include custom fields to be transferred from OCI catalog to Web Channel basket.
    The catalog item details and Pricing are the features of the external (OCI compliant) catalog you are using. So, you must check your external catalog for this
    The user interface and navigation - or how the user interacts with the catalog and orders items - is what might turn you off. Remember, the external catalog, as you know is technically another web application that is NOT web channel application. Inter web application integration is through OCI (hiitp or xml) protocol.
    1. Matching the styles of external catalog and your web channel application - might sound easy, but depends on the external catalog's capability to adapt to style changes.
    2. The navigation from one application (catalog) to the other (web channel) is NOT what you will like in today's slick UI-s. Two applications will be open when the user is browsing the catalog to select and "collect" the items in external catalog and then transfers the items to the web channel basket.
    Suggest you do a proof-of-concept and run the UI and navigation to the business users before you jump in.
    Also, explore if you can use the external catalog using web services.
    Easwar Ram
    http://www.parxlns.com

  • OCI Catalog integration with R3 ISA (ERP E-Commerce)

    Hi Gurus,
    I just needed some help on how to go about integrating R3 ISA with OCI Catalog. Please provide reference to some relevant documentation if available.
    Thanks.
    Jai

    Materials ManagementPurchasingEnvironment Data
    Web Services: ID and Description
    Sequence
    no     Description/Name of the paramener.     Vale of the patameter for web service     Type
    (Select)
    10               0 URL.
    20     User name          2 fixed value
    30     password          2 fixed value
    40     SERVICE          2 fixed value
    50     HOOK_URL          4 return url
    60     Submit          2 fixed value

  • UI Patterns and OCI Catalogs

    Hi,
    I am trying to write a CAF application that uses the Design patterns (Object Selector and Object Editor) to maintain my Service.
    I would like to put a link onto the page that will punch out to a OCI catalog and take the data posted back, and put this into the fields on my UI.
    Any suggestions would be appreciated
    Paul

    Hi,
    regarding 1. please try to add the WD-model of the CAF project to the Public Part. You can do this via using the context menu when the model node in the project hierarchy is selected.
    After that please re-build the project and build the DC once again. Then you should be able to add CAF's WD-model into your WD-component.
    However: if your IDE is a CAF 7.0 SPS8 patch 0, then you will face another issue: the entities of the CAF project are not visible in the component context, so the data binding will not be possible. In that case please use CAF 7.0 SPS8 patch 1 (available on SMP) or you have to extend the public part of the WD-Model with enitity type "Java folder tree" with the folder of the source code of the WD model.
    Regards,
      Jan

  • OCI Catalog Punchout From MM/PM

    Hello,
    We are configuring an externally maintained OCI punchout catalog with the MM and PM modules within ECC. 
    When adding items to the requisition in MM, and the work order in PM, none of the fields are fixed (non-changeable/editable).  I was expecting certain fields (e.g. Price, Material Group, Vendor, etc.) to be fixed  - similar to when punching out from an SRM system.
    Shouldn't the applicable fields be non-editable?
    Thanks,
    Edgar

    Hi Andreas,
    For our customer we would like to link ECC5 MM to SRM-MDM 2.0.
    Our MDM catalog works well with SRM EBP 5.5.
    For a different scenario we would like to link MDM directly to ECC5 : MM / PM / PS.
    1. In ECC5 MM there is no customizing entry for Web Services.
    It used to be :
    IMG --> Material Management --> Purchasing --> Environment Data --> Web Services.
    This entry is no longer exist.
    Do you have an idea of how to link MM to MDM ?
    2. In order to link MDM to ECC5 PM, we customize :
    IMG --> Plant Maint ... --> Maintenance and services ... --> Maintenance and services order --> Interface for procurement Using catalogs (OCI) --> define catalog
    I did the same setting as in SRM EBP.
    and also
    IMG --> Plant Maint ... --> Maintenance and services ... --> Maintenance and services order --> Interface for procurement Using catalogs (OCI) --> Assign Catalog to Order type
    I assign
    PM01 order type,
    a plant,
    sequence 1
    Catalog ID.
    I have no idea about the following entry in this table :
    - Organization
    - User
    - Password.
    I put them with blank value.
    Thanks for your help.
    regards
    XAvier NIEL

Maybe you are looking for

  • J Query not working

    Hi,     So i've created an image slider by downloading jquery and the jquery plugin cycle. I had it working but then it suddenly stopped and I cannot work out why. It would be great if someone could give me a hand in solving the problem. Here is the

  • Classes using each other in packages

    I've almost understood package's mechanic. But when I try to use class which is defined in another file in a package I've got an error :/. I have CLASSPATH set to .;. Here is sample code: File Main.java package testpackage; public class Main {       

  • RoboHelp 9 Reports

    I have recently installed RoboHelp 9 (an upgrade from RH x 5) and I cannot locate the RH reports (broken links, project status, style sheets, etc).  Any idea why I do not  see "reports" on the RH Tool menu?

  • Low sound/volume output

    After applying the updates (iTunes(6.02) & OS X (10.4.4)) the volume on my iMac seems to be a lot lower than it was before. I now have to turn the volume up more than half way to get the same output I used to get when the volume was only turned up a

  • Pages changes the page size when exporting to pdf

    When exporting a pages document (size 8.5w x 7.0h) to pdf it changes the size to (8.5w x 11.0h) any suggestions on exporting it correctly. If not is there a way to resize it once it is a pdf or other software to convert it correctly? I am using Pages