Catalog views for ERP E-Commerce for MySAP ERP ECC 5.0

We are implementing the R/3 version of CRM-ISA (ERP E-Commerce for MySAP ERP ECC 5.0).
We need to implement product catalog views to allow filtering based on specific attributes.
We have created a custom function module Z_ISA_READ_CATALOG_COMPLETE to replace ISA_READ_CATALOG_COMPLETE and  Z_ISA_CUSTOMER_READ_CAT_VIEWS to replace ISA_CUSTOMER_READ_CAT_VIEWS.
But when we test from ISA the FM Z_ISA_READ_CATALOG_COMPLETE does not get invoked through RFC.
There is an  SAP NOTE 998453 that we checked but it is still a pilot version.
Has anyone implemented the catalog views without the notes? Can we do the catalog views without the note? If so, how can we meke custom FM work? Please advice.
Thanks,
VK

Check the following.
1. The XCM file modification-config.xml replaces both the function modules
2. The checkbox to use the catalog views is checked for your webshop
3. Catalog is published to TREX and you are using TREX catalog instead of Memory catalog.
I don't think these notes work without TREX. I'd be interested in learning if anyone successfully implemented Catalog views with ECC ECO without using TREX.
- Kishore

Similar Messages

  • ECO 7.0 for ERP product catalog views

    To warn everyone, I know this question has been asked before for earlier releases several times, but I did not find anything in the threads I mention below.
    We are currently on CRM 7 and ECC 6(no enhancement packs).  I have found quite a few good materials on the solution and configuration, but still have not found anything that explains how customer specific catalog views are setup in CRM 7 ECO using ECC 6 as a backend.  I was wondering if you have any resources that you could point me to find out more about this functionality.
    I have read the following threads:
    Re: Creating Catalog Views
    Product Catalog Views in R/3 ECC6.0
    but really have not come up with any conclusive beyond it is custom development work.
    Can someone please confirm or deny this for this specific combination?  If this is repeat of an already answered question, please give me the thread and I will post this information into the CRM wiki as my punishment for duplicating the question.
    Take care,
    Stephen

    Hello Stephen,
    I just implemented catalog views for the exact same scenario, CRM7.0/ECC6.0 a couple of weeks ago. I followed several threads and blogs on SDN, including the one Easwar mentions and it works fine. Maybe there is another way to do it now with less custom development but at least the 'old' approach is still working, as Easwar says... I sent you my detailed documentation so you can have a look. If you have news from SAP, i'm also interested.
    Thanks & regards,
    Fabian

  • INTERNET SALES B2B E-COMMERCE FOR SAP

    Hi All:
    I want to implement the latest Internet sales component into our R/3 version 4.7 landscape. I keep getting conflicting information from my SAP contacts on what the correct components are. I have been instructed to download SAP E-COMMERCE 5.0 FOR SAP, E-COMMERCE W.SAP ERP - V1.600, INTERNET SALES APPLICATION FOR ERP... I cannot seem to validate what the correct component is that I should implement. I've seen posts on this website that refer to each so that has done little to help steer me in the right direction. I do not want to implement CRM. I only want to implement the latest version of the Internet Sales component that is compatible with R/3 4.7. Can you tell me the correct component to download and the path in the software download center where I can locate it?
    Can you also give me an idea of what configuration is required on the R/3 side? For example, I know the Product Catalog is required to provide content. Likewise, there is configuration for Online Stores. Is that relevant for this component or is that intended for a different type of Internet Sales landscape?
    Thanks,
    Randy

    We are trying to install a central instance of the E-Commerce 5.0 for R/3 solution on a 32-bit Windows 2003 server, running on top of SQL 2005 32-bit Standard Edition. The Netweaver 7.0 Kit has an installation for IA-64 and X-64 but does not appear to have a 32-bit installation. Did you install the E-Commerce 5.0 component on a 32-bit Windows server? If so, on what DVD did you find the 32-bit Netweaver components for a centralized E-Commerce 5.0 installation?
    Can you also provide me with a link to the installation guide that explains what to install and how to install to a 32-bit Windows machine?
    Kind regards,
    Randy

  • Import products into Product catalog - WWM1 ERP E-commerce

    Hi guru's,
    Is there a standard LSMW or program form SAP to import products (XML file) into Product catalog (wwm1). We have arround 10,000 materials and it is practically hard to enter them manually.
    We are implementing SAP ERP E-commerce and are on ECC 6.0.
    Thanks
    Ram

    While lot of effort is put by SAP in a BAPI to read Catalog or Catalog Export programs, there isn't any direct program to automatically load catalog.
    We are out of luck if we don't use the automatic option in Catalog - that is to load catalog as per the hierarchy. If we have to use manual then there are no standard LSMW / programs for TCODE WWM1 to load products in catalog. We have found that the screens don't work well for a BDC type loading and hence we could not use LSMW easily.
    Now, here is the IDOC for [Product Catalog - PRDCAT / PRDCAT01  |https://websmp205.sap-ag.de/sapidb/011000358700002529571998/prdcat01_d.htm] and one for [Product Catalog Item - PRDPOS / PRDPOS01|https://websmp209.sap-ag.de/sapidb/011000358700002529571998/prdpos01_d.htm]. What do these give you? Nothing much really - you can use these as a way of input of your XML catalog data. But you still have to write your own program to load the data.
    In CRM, there are bunch of function modules when used in a coordinated way, can be used to build a loading program.
    Easwar Ram
    http://www.parxlns.com

  • Creating the customer specific catalog view....

    Hi All,
    I am working for e-Commerce with mySAP ERP scenario where the customer wants to implement customer specific Catalog View. As it is not a standard functionality provided by SAP. So, I was searching through the SAP notes on how to implement it and found the note 998453 and 998458 which details on how this can be achieved.
    I implemented the relevant SAP Notes i.e. 998453, 998458, 677319 and 677320 in a system. However, the appropriate result is not appearing.  This is my perception; some customizing setting will also be required for the same. Moreover would be the possibility, I have missed some technical steps.
    On this regards only, Could you provide me some reference documents or suggestion based upon these notes which help me in implementation? Apart form that, Could you suggest me any another approach for implementing the catalog view? This is really great help from your end.
    Regards,
    Ashutosh Jain

    it is done...

  • Implementation of Catalog views

    We are implementing catalog views on Internet Sales Application for ECC and developed function modules base on OSS notes 677319 (FM Z_ISA_CUSTOMER_READ_CAT_VIEWS) and 677320 (Z_ISA_READ_CATALOG_ITEM_VIEWS). Our understanding from note 677320, the function module populates all materials in the catalog and pass the information to Webshop. Webshop then filter the catalog base on information in the attributes.
    However webshop doesn't filter the catalog and it displays all the products in the catalog.
    Please let me know if the filter should happen in ECC or
    webshop? If it should happen in webshop, do we need standard code in
    webshop to to perform the filter.
    In addition to implemeting the 2 OSS notes above, we have done below
    modification in Webshop:
    1. Select catalog views ID in the catalog
    2. Register the Z function modules in Webshop
    Thank you in advance.
    Best Regards,
    Pandu Adisasongko

    Hi DJ,
    Thanks for your response. Below are the answers to your questions.
    1. Are you using CRM 5.0 Internet Sales Application for ECC?
    We are using ISA 5.0 Service Pack 11 for ECC. I assume it's similar with CRM 5.0 you are refering above.
    2. Where have you created Product Catalog in CRM system (if you have in your landscape) or in ECC system? If you are using CRM which version of CRM are you using?
    We created product catalog in ECC. Class and characteristics were created and maintained for materials and Customers
    3. I am sure you must have configured your webshop in the shopadmin settings, where you might have selected the CATALOG SERACH field.
    In the shopadmin, we have checked 'Display Catalog view' indicator.
    Please let me know if I missed other setting or if I need to develop the filter in either function modules (ECC) or webshop.
    Thanks,
    Pandu Adisasongko

  • Solution Consultant mySAP ERP Financials - Corporate Governance

    Dear all,
    I am planning to take the above exam soon (CFI904 Cert. Internal Control 2004),
    and wondering if you have any documents I can use to study by myself.
    Lily
    Edited by: RADEN RORO Lily Chandrasari on Dec 20, 2007 9:43 AM

    Hi Lili,
    As part of SAP FI certification preparation, I need some material on following topics
    Management empowered by mySAP ERP
    Management empowered by mySAP ERP Financials
    Please send me if have any relevant material
    Thanks
    Ron

  • E-Commerce for mySAP ERP: Problem with java source code

    Hello everybody,
    we try to implement web shops on the basis of ECO for ERP 5.0. The shop is running fine and we want to start with some extensions in java classes and web UI with NWDI  2004s.
    We created a new track and our own application as described in "Development And Extension Guide". We need to extend some of the original java classes for the b2b scenario and of course the user interface.
    We got the information from SAP, that the original java classes are not intended
    to be modified by customers and therefore it is not intended to create a project with NWDI that contains that source code. But we should be able to create own DCs and copy the source code into it and then modify them on own risk.
    We tried to do that, but always got errors.
    Due to customer requirements we have to make some modifications otherwise we can not use this solution.
    If there is anybody who has already some experience with this topic we
    would be very glad to get some hints.
    Kind Regards
    Helmut

    Hello Raju,
    I am sorry, but I am no technical consultant, but I am have to change 
    the already installed application for our customers.
    Nethertheless I try to give you some information I have. I had a look at SAP note 883948 you mentioned. The software components which are listed under XECO are the software components which contain the E-Commerce Application. You also find them in the "Development and Extension Guide".
    There are some guides under  http://service.sap.com/instguides -> mySAP Business Suite Solutions -> mySAP ERP -> mySAP ERP 2005 -> Installation. In the document "SAP E-Commerce for mySAP ERP: Business Scenario Configuration Guide" there is a table of the needed components on a high level.
    From the view of the application you need the E-Commerce application itself, the TREX for searching in the product catalog, the IPC if you want to have price calculation in the shop or configuration of products with optional components.
    Hope this helps a bit
    Kind Regards
    Helmut

  • SAP ECO for ERP 5.0: customer specific catalog views?

    Hello,
    SAP E-Commerce for ERP 5.0:
    How can I  create and process catalog views for Web shop customers and assign Web shop customers (as users) to the chosen views?
    Is this business process only available in CRM?
    Thanks in advance.
    Best regards,
    AEV

    See the following notes:
    [Note 696095 - ISA R/3 4.0: Collective note on Catalog Views|https://service.sap.com/sap/support/notes/696095]
    To add items to the views:
    [Note 677320  ISA R/3 4.0: Coding sample catalog item assignments to views|https://service.sap.com/sap/support/notes/677320]
    and finally have customer specific views:
    [Note 677319 - ISA R/3 4.0 : Coding sample assignment of customers to views|https://service.sap.com/sap/support/notes/677319]

  • Is TREX required for the customer specific catalog views in SAP ERP E-com

    Hi gurus,
    I see there are few ramp-up sap notes for enabling the customer specific catalog views of Product catalog in SAP ERP E-commerce scenario.
    Any one who has already implemented them know if TREX is mandatory for having catalog views?
    specifically for XECOM 5.0 and ECC 6.0
    Thank you

    See [Note 696095 - ISA R/3 4.0: Collective note on Catalog Views|https://service.sap.com/sap/support/notes/696095]
    See the first line in the Reasons and Prerequisites:
    Important: The catalog views functionality is only available from ISA 4.0 SP4 on, we recommend to use the latest SP. It is also only available with TREX as catalog engine
    This is true for recent versions too.
    The requirement is behind how the solution is implemented. VIEWS_ID is actually published to TREX for optimized extraction of customer views.

  • Need some clarity on e-Commerce 5.0 for mySAP ERP

    Digging through the documentation I can find, I still can't make sufficient sense as to what, exactly, is required to get e-Commerce 5.0 for mySAP ERP up and running.  If we have an ECC 6.0 backend (ABAP stack only), what needs to be put into place?  From what I've heard it's supposed to be a pretty quick and simple thing to get up and running, but the documentation I've found so far just muddies the water quite a bit!

    HI,
    I  can obtain detailed description of product on russian after i installed SAP E-commerce for SAP ERP version 7.0 instead of version 5.0.
    Br,
    Dzmitry

  • SAP E-commerce for mySAP ERP

    Hi,
    Is there any documentation which gives a step by step configuration for the SAP E-commerce for mySAP ERP. I am looking for some thing similar to the C14 Best practices document which give the detailed configurations (including XCM ) for CRM E - Commerce.
    Or it would be great if some one can explain the steps needed for configuring the web application of SAP ERP E - commerce.
    Thank you
    Points will be rewarded for helpful replies

    Find this one
    http://help.sap.com/bp_bblibrary/600/HTML/C20_EN_DE.htm

  • Upgrading ISA 4.0 to "SAP E-Commerce for mySAP ERP"

    We currently have a Internet Sales (R/3 edition) environment connected to a R/3 4.6C backend. We are upgrading the backend to mySAP ERP 2005. This has necessitated an upgrade of the Internet Sales environmet, too.
    Has anyone does this or had any experience with the ISA side of this upgrade?
    Currently the ISA 4.0 environment is running on a NW2004 SR1 framework with a SAP Web AS JAVA 6.40 (J2EE 6.40, too).
    I know after this upgrade is completed, my environment will change to the following...(I think)
    Internet Sales (R/3 Edition) will become "SAP E-Commerce for mySAP ERP"
    NW2004 will become NW2004s SR1
    J2EE 6.40 will become J2EE 7.00
    I guess I'm looking for anyone who has been through this type of upgrade and how best to tackle it (aside from looking at the upgrade guides).
    What to watch for? What to double-check? Anything noteworthy would be of value to me.
    Should I even bother running through the upgrade process or should I just flatten the environment and start over with installation media?? Is that path easier and less of a pain?
    I'm open for any feedback or thoughts.....
    Thank you,
    Bryan

    Find this one
    http://help.sap.com/bp_bblibrary/600/HTML/C20_EN_DE.htm

  • SAP E COMMERCE FOR ERP : Maintaining catalog variants in multiple languages

    Hi All,
    I have created a product catalog with 2 variants, one for english and other for russian, have maintained the texts in corresponding langiages in the layout area.
    I created a webshop and used the catalog variant for russian, but still when the end user( his correspondence lang is maintained as russian) logs in to b2b he sees the product descriptions only in english.
    In the shopadmin , webshop properties -> General Information tab, there is a field called "Language". When i maintain this as "RU" the shop itself is not displayed to the end user.
    Please let me know what is the procedure to display the products in multiple languages!!! I must be missing something.
    Thanks for help!
    Lisha

    I've to ask you in an other way...
    What you see when you call this link:
    http://<server>:<port>/contextroot/b2b/init.do?language=ru
    And what you see when you call:
    http://<server>:<port>/contextroot/b2b/init.do?language=en
    You say en is working, but what you see by the RU-link?? Any error or something?
    I think your problem is this:
    --> Now when I login to my B2B, then I am unable to see this russian shop, but the other shop that I maintained for "Language" as EN, I can see that shop.
    You want to login and then want to see the 2 variants? But you've to call the apps only with http://<server>:<port>/contextroot/b2b/init.do?language=en  or http://<server>:<port>/contextroot/b2b/init.do?language=ru
    then it should work with 2 languages?
    If it's not working, there is an error message?
    The language RU is installed on your SAP?
    I'm configurating this for you on my testsystem now. Please contact me at fan @ sfsservices.biz to receive the logindatas.

  • E-Commerce for ERP and CUA

    We are installing the E-Commerce module for ERP and we are running into an issue with the User Management peice.  We are unable to create new users.  The error we are getting is:
    1.- You do not have authorization to maintain users in the central system
    2.- Error while creating user in Service Backend
    Is this because we are using CUA to manage users in ECC?  If so, how can we get around this?
    Our environement is:
    ECC 6.0
    E-Commerce (ISA) 5.0
    Netweaver 7.0 SP 18
    We have also configured the E-Commerce module to use the UME.
    Maximum points to the first person with an answer and helpful a work-around.
    - Andrew Castillo

    Hi Andrew,
    We are installing the same thing currently using the B2B E-commerce for ERP option.  We have configured E-Commerce right now to use the SU01 contact person for web users.  Also, the manager does have the same role you pointed out below SAP_ISA_UADM_MANAGER assigned, not the other CRM role mentioned.
    The process we have to go through right now is to create the user in CUA, sync that to ECC, assign the customer contact person number in the SU01 References table related to the customer we want them to be(working on an abap program to do this automatically from CUA), and then the user should be able to log into E-Commerce for that specific customer. 
    We are embedding the E-Commerce app into EP 7.0 through i-views and using single sign on from portal so customers won't have to log in again anywhere.  Please let me know if this is similar, if it helps, and what type of ecommerce configuration you're using...especially in how you configured the e-commerce module to use the UME.
    Jon

Maybe you are looking for

  • How to create Logon groups for JAVA Systems

    Hi, I am implementing an BI JAVA Landscape. We do have 1 Central Instance(CI) and 2 Dialog Instances (DI) JAVA Standalone. Everything based on NW04s I have set up a Web Dispatcher to do a load balancing. The Web Dispatcher is connected to the Message

  • Internal order service maintenance WIP/COS

    Dear Gurus, -there is a maintenance service order -it is in release status -did KO88 settlement -some amounts appearing in WIP a/c for this order -user wants that as sales is issued the amount in WIP a/c should go to Cost of Sales any help appreciate

  • Bug: JDev 9052 Build (1618) html:img ... /

    The XSS <style selector=...> is not honored in conjunction with the <html:img> tag. 1. Create an xss style: <style selector=".handIconGroup"> <property name="cursor">hand</property> <includeStyle name="DarkAccentBackground"/> </style> 2. Create a UIX

  • Ibooks and pdf magazines

    even with syncing in preferences checked on both my iMac and iPad Air, I still do not get syncing between devices!

  • Authorization at row level

    Hi All, I have a scenario where if a particular user creates a purchase order andhe selects as incorret warehouse, the document should go for approval. I tried the following query but this send any purchase order created fr approval. SELECT DISTINCT