IW32 OCI Catalog

Hi gurus,
I'm trying to configure the MDM catalog to interface with work orders in IW31/32.  I'm able to access the MDM catalog, but when I select an item in the MDM catalog and check out, the data does not get appended into the work order.
I've followed the help doc: http://help.sap.com/saphelp_nw04/helpdata/en/5d/0eba5fa0084247acbb0c04cede18e8/content.htm and I've configured all the prerequisites.
Wondering if there's anything I could be missing?
For the "Convert HTML fields to SAP fields" configuration, and setting up the non-stock item I wasn't too sure what to put in the SAP field column: POSTP or  RESBD-POSTP or RIHFCOM_XL-POSTP, so I've tried all 3.  Either way, the catalog item is not being adopted into IW32.
After doing some debuggin in FM: IOCI_PLM_CATALOG_IF:
285         WHEN '2'.
          ASSIGN (h_fconv_line-fieldname) TO <h_field>.
          IF sy-subrc = 0.
            <h_field> = h_fconv_line-fieldvalue.
          ENDIF.
324    IF NOT h_exit IS INITIAL.
      EXIT.
    ENDIF.
The method seems to exit, as the h_exit value is never reset if the configuration is '2' or Fixed Value.  Is this correct? Has anyone else had this issue?
Much thanks.

Hi Derek,
You will need to maintain a field link to transfer the imported fields to SAP internal fields. This can be done in customizing as following  IMG point:                                                            
              > Interface for Procurement Using Catalogs (OCI)        
                (/) Convert HTML fields to SAP fields                                                                               
Please review this again. 
regards, Gabor

Similar Messages

  • 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

  • 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.........

  • 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.

  • 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

  • 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]

  • 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 Items not transfering to Work Order or PR in NWBC-HTML

    Hello,
    We currently have multiple OCI vendors set up in our SAP system. (We are running SAP 6 enhancement pack 5, and running traditional out of the box OCI, "not SRM". )
    When we use Standard SAP and NWBC desktop client 3.5, we can order from catalog and items will transfer to components tab (if using Work Orders) or PR line items (if using ME51N) with no issues.
    When we use the OCI for Work Order or ME51N in NWBC-HTML, we can access the Vendor catalogs and select the parts, but the shopping cart items will not transfer to SAP
    Can anyone explain what maybe causing the Catalog to return nothing in the Work Order Components tab or ME51N in NWBC-HTML.
    Help will be very much appreciated.
    Thank you.

    Hi Masa,
    I tested both already and it doesn't make any difference. My issue is most probably related to shared_memory as i've read some SAP notes. I've been able to find a workaround for our issue but i feel it isn't a complete solution for our issue.
    We're running a multi client environment and as it seems shared memory is enabled. Shared memory works properly within the EP however in the NWBC it doesn't. After enabling the paramaters for bypass inbound and bypass outbound handler the catalogs started working from within the NWBC aswell. However these paramaters aren't recommended if there isn't any need by SAP?
    If you have any clue on shared_memory and our issue then your inputs are very much appreciated however I feel this issue will most likely be resolved via SP's / patches as the use of the NWBC for SRM is relatively new.
    Kind regards,
    Tim

Maybe you are looking for