Icss product registartion

Heloo gurus,
When am trying to register am getting the page error. and when i checked with external breakpoint in crm gui,
am able to see the following error
"100019/PRDBP:Relationship type PRDBP for source object type BUS1178 cannot be maintained
100019/PRDBP:No partner schema maintained for category  of product or ind. object
100019/PRDBP:Missing parameter IV_DETERM_PROC when calling CL_LINK_PARTNER_CRM_CUST~CHECK_FOR_PARTNER_FCT
Individual object could not be created."
what are the steps to get rid of those errors.
But when i dont maintian number range for my icss category, am getting the message product is registered with number( space)
that is no number is coming.
what might be the reason.
Instead of going everytime to gui external breakpoint and checking the errors, is thery any option so that i can see the errors on the ICSS UI application.
Thanks,
Priya

by assigning partner determination to category of the individual object,
problem is solved.
Thanks,
Priya

Similar Messages

  • Regarding Icss Product Catalog

    Dear Experts,
    Project Details:
    I am using below mentioned code for displaying the autocomplete functionality for Search Products.
    I will be using Icss Catalog BOM.
    public class YCatalogSearchAction extends CatalogQueryAction {
      public ActionForward doPerform(
        ActionMapping mapping,
        ActionForm form,
        HttpServletRequest request,
        HttpServletResponse response,
        UserSessionData userData) {
        //the arrylist to return the results
        ArrayList results = new ArrayList();
        //the term parameter that jQuery appends to the url
        String urlQuery = "*" + request.getParameter("term") + "*";
        HttpSession httpSession = request.getSession();
        UserSessionData userSessionData = UserSessionData.getUserSessionData(httpSession);
        IcssCatalogBusinessObjectManager cbom = (IcssCatalogBusinessObjectManager)userSessionData.getBOM(CatalogBusinessObjectManager.CATALOG_BOM);
    WebCatinfo theCatalog = cbom.getCatalog();
        if(theCatalog != null){
          try {
            //create the query statement
            IQueryStatement queryStatement = theCatalog.getCatalog().createQueryStatement();
            //create the filter
            CatalogFilterFactory catalogFilterFactory = CatalogFilterFactory.getInstance();  
            IFilter filter = catalogFilterFactory.createAttrFuzzyValue("TEXT_0001", urlQuery);
            //add the filter to the statement
            queryStatement.setStatement(filter, null, null);
            //query the catalog
            IQuery query = theCatalog.getCatalog().createQuery(queryStatement);
            //get the items     
            WebCatItemList itemList = new WebCatItemList(theCatalog, query);
            Iterator iter = itemList.iterator();
            //put the descriptions into the array to return
            while (iter.hasNext()){
              WebCatItem webCatItem = (WebCatItem)iter.next();
              results.add(webCatItem.getLngDesc());
          } catch (CatalogException e) {
            log.error(e.toString());
            e.printStackTrace();
        request.getSession().setAttribute("results", results);
        return mapping.findForward("success");
    Problem Statement
    The theCatalog (WebCatInfo) object value is coming as null.
    Kindly help me on this.
    Any help is greatly appreciated
    Thanks and Regards,
    Sameer

    Dear Experts,
    Project Details:
    I am using below mentioned code for displaying the autocomplete functionality for Search Products.
    I will be using Icss Catalog BOM.
    public class YCatalogSearchAction extends CatalogQueryAction {
      public ActionForward doPerform(
        ActionMapping mapping,
        ActionForm form,
        HttpServletRequest request,
        HttpServletResponse response,
        UserSessionData userData) {
        //the arrylist to return the results
        ArrayList results = new ArrayList();
        //the term parameter that jQuery appends to the url
        String urlQuery = "*" + request.getParameter("term") + "*";
        HttpSession httpSession = request.getSession();
        UserSessionData userSessionData = UserSessionData.getUserSessionData(httpSession);
        IcssCatalogBusinessObjectManager cbom = (IcssCatalogBusinessObjectManager)userSessionData.getBOM(CatalogBusinessObjectManager.CATALOG_BOM);
    WebCatinfo theCatalog = cbom.getCatalog();
        if(theCatalog != null){
          try {
            //create the query statement
            IQueryStatement queryStatement = theCatalog.getCatalog().createQueryStatement();
            //create the filter
            CatalogFilterFactory catalogFilterFactory = CatalogFilterFactory.getInstance();  
            IFilter filter = catalogFilterFactory.createAttrFuzzyValue("TEXT_0001", urlQuery);
            //add the filter to the statement
            queryStatement.setStatement(filter, null, null);
            //query the catalog
            IQuery query = theCatalog.getCatalog().createQuery(queryStatement);
            //get the items     
            WebCatItemList itemList = new WebCatItemList(theCatalog, query);
            Iterator iter = itemList.iterator();
            //put the descriptions into the array to return
            while (iter.hasNext()){
              WebCatItem webCatItem = (WebCatItem)iter.next();
              results.add(webCatItem.getLngDesc());
          } catch (CatalogException e) {
            log.error(e.toString());
            e.printStackTrace();
        request.getSession().setAttribute("results", results);
        return mapping.findForward("success");
    Problem Statement
    The theCatalog (WebCatInfo) object value is coming as null.
    Kindly help me on this.
    Any help is greatly appreciated
    Thanks and Regards,
    Sameer

  • ICSS Product Registration

    dear masters,
    i'm trying to configure the ICSS functionality, to manage service requests and contract, and compliant, and to do this, i'm following the best practice steps (Best prectice code: C74, C13   link http://help.sap.com/bp_crm70/CRM_DE/HTML/index.htm)
    at the moment i  can't perform the product registration
    what can i do to performe this operation?
    regards
    Luigi Familiari
    Edited by: ggfam2000 on May 19, 2010 4:41 PM
    Edited by: ggfam2000 on May 19, 2010 4:41 PM

    And you also have a product catalog created and published, right?
    Well, for your question on seeing the Product Catalog in WebUI, you have to do the following:
    1. You have set up a CRM Product Catalog
    2. You have set up a Web shop running on a Java 2 Enterprise Edition (J2EE) server
    3. Configure the Extended Configuration Management (XCM) settings
    4. Assigned the user to appropriate business role
    In your case for example - Service Professional (SERVICEPRO)
    For more information see this: [Product Catalog Display in CRM WebClient UI|http://help.sap.com/saphelp_crm70/helpdata/en/46/24a62995654a8d8dc80a2332eec505/content.htm]

  • ICSS Product Category FAQs

    Hi All,
    I need to add FAQs in ICSS B2B for a product, for this I created a Category in ICSS Heirarchy(txn:comm_hierarchy) and added the category id in the product masted in commpr01 txn,
    Still i am unable to see the product category on the ICSS (i had the icss restarted too)
    Any suggestions will be of great help
    Thanks in advance
    Best Regards
    Babu

    Hi,
    Please visit the following link:
    http://help.sap.com/bp_crmv340/crm_de/index.htm
    Goto Technical Information->building block library and find for C74:CRM E-Service.
    The CRM E-Service (C74) contains the configuration of process steps which are essential to set up those process, necessary to perform the E-Service scenarios of SAP Best Practices for CRM.It will also help you in maintaing FAQs.
    Hope it helps you.
    Regards,
    Shweta

  • Set product catalog indicator

    Hi,
    Can anyone tell me how I customize the indicators for product catalog types? Because in XCM of ICSS application (component - Product Catalog) i have to associate the indicators '1000' or '3000' to a service request, a complaint or a product registration.
    I' ve already defined the catalog usage in E-service in transaction SPRO - CRM - E-SERVICE - ICSS - SET UP INTERNET TRANSACTION. But i cannot find the place where i have to define those indicators.
    Regards,
    Hugo.

    Hugo,
    how ur creating catalogs automaticallcally or manullay. and what is ur requirement to create automatically.
    It may also effect in icss other than catalogs.
    and to maintain indicators the path is ICSS-product registration-product catalog usage
    Thanks,
    Priya

  • Complete product list in ICSS catalog for Reference Objects:Products

    In my current scenario, I have products that belong to different sales areas and while I create a catalog, I have created different variants for different sales area and assigned the products accordingly.
    The problem is, in the catalog usage (SPRO->CRM->Web Channel->e-service->catalog usage), I can create 1 catalog indicator corresponding to only 1 catalog variant and the same indicator I am giving in the XCM for ICSS catalogs. The problem is, as different variants have different products, the user would never be able to see the complete list of products but can only see the products belonging to 1 variant (whose indicator I have given in the XCM). The expectation is that the user should be able to see all the products (irrespective of the sales area ) in the Reference Object field (ICSS catalog).
    I tried different combinations like-
    1.Creating catalog views and assigning BPs. There is no option though of assigning a view in ICSS catalog
    2.Giving all the indicators in XCM separated by u2018,u2019. I was hoping that the string would be read with a delimiter in the code.
    3.Only giving the catalog name while creating the indicator in SPRO (Variant is not a mandatory option there). This resulted in runtime errors on the UI when I tried to access the catalog
    Can anyone suggest how we might be able to achieve this without any code enhancement?

    Hi,
    Checked the values in the Visual Admin -> Trex Service--> nameserver.address value is filled with the host name and port number
    But no nameserver.backupserverlist is maintained  . If it required should i give the same server details of the above property ei "namserver.add*"
    And also i found that in the Tcode SES_ADMIN , everything is blank and also in the ICSS/B2C/ADMIN portal . the Catalog Cache Statistics is blank, there is no Key or Catalogue Guid is present
    Please suggest me where to check now again .
    Regards
    Vikrant

  • Enhance product search in ICSS.

    Hi Expert,
    In ICSS I want to enhance the product search in create service ticket. As a standard functionality you can search product by entering product id or description. I want to enhance that search by catalor id. Means by putting catalog id it should give the corresponding material. We have created ZCATALOG1 and ZCATALOG2 attributes in an index of trexadmin and customized the ICSS UI in such a way that catalog id will come below product id . There you can put the catalog id. Now question is how to assign the search text in ZCATALOG1. Any body has any clue how to it?. It will be really helpfull to me.

    Hi Tuhin,
        PFB the link this might help you.
    Re: Product custom search logic in Web UI
    Regards,
    Lakshmi.Y

  • Product seelection for product registration in ICSS

    Hi All,
    IN product selection for product registration, all the products are displayed as a column. How to make the products serachable instead of displaying all at a time.
    Thanks,
    Priya

    thanks

  • Product Images in ICSS B2C application.

    Hi ,
    I have a requirement where I need to show the images in the ICSS B2C application. I'm not sure where I need to configure the Image server in the XCM settings.
    Please guide me in the same.
    Regards,
    Sarath.

    Hi,
    Checked the values in the Visual Admin -> Trex Service--> nameserver.address value is filled with the host name and port number
    But no nameserver.backupserverlist is maintained  . If it required should i give the same server details of the above property ei "namserver.add*"
    And also i found that in the Tcode SES_ADMIN , everything is blank and also in the ICSS/B2C/ADMIN portal . the Catalog Cache Statistics is blank, there is no Key or Catalogue Guid is present
    Please suggest me where to check now again .
    Regards
    Vikrant

  • Setup of FAQs and solution search in ICSS webshop

    Dear SAP SDN team
    We are currently using SAP CRM 7.0 EHp1.
    As per SAP standard best practise, we have configured the ICSS scenarios and setup the FAQs , solution search and live web collaboration.
    We are able to login the ICSS B2B and B2C webshops but when we choose FAQs and solution search we do not see any results .. The categories I created for FAQs are not available in the icss and the solution search does not get any results. All XCM settings seem to be fine .
    The CRM solution is correctly connected to the TREX system , but not sure where things are going wrong
    Could you please help .?
    Regards
    Dinesh

    Hi Dinesh,
    The following are the pre-requisites to search the result.
    1). You have to configure the necessary settings for SAF.
    Spro - CRM - Enterprises Intelligence - SAF
    2). You have defined the problems and solutions.
    Easy Acccess - Service - Enterprises Intelligence - Define Problems & Solutions
    3).You have maintained FAQ   in the backend for a particular product.
    Easy Acccess - Service - Enterprises Intelligence - Maintain FAQ
    5). RFC connections has been cheked with the Trex.
    SM59
    4). You should compile the same .
    BSP_ Wd_cmpwb  Comp: crmcmp_safadm - Test
    After all these steps the data will reflect in the search.
    Hope this will clear your issue!
    regards,
    Sarangamath

  • Migration questionaire for ICSS n ISA

    Good morning,
    I wanted to gear up myself with some questions to ask the implementers of a proj. so that I can better understand the kinda implementation that has done.
    I am looking specifically for ICSS and ISA question.
    Please post some if you guys/ gals are aware or if u think of any..
    Thanks in advance and anticipation.
    ave a good day.
    Clive

    Here are some which I feel might help you. These are based on my past support proj exp.
    ICSS (Internet Customer Self Service) / ISA (Internet Sales)
    Basic Installation/Development
    Version of ICSS implemented and Service Pack     
    Version of ISA implemented and Service Pack.     
    Scenario Implemented      
         ICSS      B2B       B2C
         ISA      B2B       B2C
    Version Controlling Implemented?     Yes      No
    If above is Yes then what tool and please document the process for the same     
    Solution Database installed for the FAQ?     0 Yes      0 No
    IDE used?     
    Is TREX engine configured, if yes then name of the RFC destination     0 Yes      0 No
    Search Server Relation name.(To publish CRM Products)     
    Internet User Management/Roles and Authorization
    User type created at the backend     0
    SU01
    0
    SU01
    0
    SU01 & SU05
    User created using web user interface? If no then How?     
    Country Settings for internet Users? Country and date format.     
    Super User facility given to the customer     
    Name the reference user used for creating the B2C users     
    Reference user used for creating the B2B users     
    Roles assigned for B2B users     
         ICSS     
         ISA     
    Roles assigned for B2C users     
         ICSS     
         ISA     
    ICSS
    XCM Configuration
    Name the default configuration used?     
    JCO connection to the backend system     
    FAQ Enabled      0 Yes      0 No
    Solution Search Enabled
    0 Yes      0 No
    Transactions Enabled     0 Yes      0 No
    Installed Base Enabled     0 Yes      0 No
    Product Registration Enabled     0 Yes      0 No
    FAQ enabled for portal     0 Yes      0 No
    Solution Search enabled for portal     0 Yes      0 No
    Installed Base Enabled for portal     0 Yes      0 No
    Product Registration Enabled for portal     0 Yes      0 No
    Transaction Enabled for portal     0 Yes      0 No
    File Attachment size     
    Live Web Collaboration component Enabled     0 Yes      0 No
    General
    Object Family used and to which product type it is assigned?     
    Name Installed Base used for creation of CSR?     
    Partner functions used in the partner Determination Procedure used for service order creation.     
    Object category used for individual objects being created when you register products as part of an E-Commerce Internet Customer Self-Service process?     
    FAQ enabled for customers? If Yes, then what is the Category ID used for FAQ product     
    Is warranty enabled for products? If yes, list down the warranties used for the corresponding type of product     
    Catalog type used for the service product     
    Partner functions used for the product registration     
    Transaction type used for transaction     
    Transaction type used for complaint processing     
    Technical
    How ICSS is accessed?     
    ICSS standard code has been modified?     
    Name custom package created for developing/enhancing Standard SAP code     
    Any new mime object used apart from the Standard SAP, if yes then for what?     
    Any XML files been modified manually, if yes then for what reason and name the files      
    Any custom RFC module created at the backend, for what reason     
    Any standard RFC Module or standard SAP code modified     
    Any call back function created for business transaction     
    Is there any custom Workflow attached to the service order creation, or complaint creation     
    Please name the Badi’s implemented and for what reason     
    Any SMARTFORM has been enhanced or created, If yes please name them     
    Julius

  • Product registration--- individual object- installed base

    HI all,
    As soon as i register the products in ICSS, it creates individual objects.
    1)HOw can it be automatically added to Existing ibase of customer?
    2) Or how can it be created itself automatically as Installed base.
    Please  give me some valuable suggestions .
    Thanks,
    Priya

    Hi Priya,
    The product registration process in ICSS is the creation of a standalone individual object. If you want to have an ibase node created please use the ibase functionality and add a node component (product or object)  to an existing ibase or create a new ibase.
    regards,
    Riad Hijal
    SAP CRM e-service product manager

  • ISA and ICSS online deployment

    Hello
    We are running SAP WAS 6.40 JAVA and would like to know if it is possible to deploy the ISA and ICSS applications without taking down the live version during the SDM deployment.
    Thanks,
    Jamal

    Thanks Sateesh
    Do you know if we have to configure anything in SDM?
    We currently have the following set up in PROD.
    [Screen Shot|http://www.laptopdj.co.uk/sap/prod_j2ee.jpg]
    Do you think this set up will allow us to deploy to production without effecting user that are currently online using the application.
    Edited by: Jamal Walsh on Feb 29, 2008 10:55 AM
    Edited by: Jamal Walsh on Feb 29, 2008 11:06 AM

  • Complaint - Structured Product - Not able to see the componentitem details.

    Hi.
    <b>First Question:</b>
    I have a Structured Product (For eg. a Structured Producted is called Desktop Computer. It has two items say Monitor, Mouse.) In my complaint transaction, when I add this product, I dont see the components within it which are associated in the SAP GUI.
    Note: In the Item Category determination for the header product, I have chosen the option 'Single Level explosion of structured products'.
    But still I am not able to see the items when I add this Structured product to the complaint transaction. Can anybody throw any light as to what could be missing ?
    <b>Second Question:</b>
    Will the component items be visible in the ICSS. I am only seeing the product header  but not seeing the items within it. What could be mising here ?

    Hi,
    For marketing there is a standard Busines rolle MARKETINGPRO with
    PFCG Rolle  SAP_CRM_UIU_MKT_PROFESSIONAL. Please check whether it is also valid for
    Utilities.
    I dont see any Marketing workcenters and Links in the "SAP_CRM_UIU_UTIL_IC_LEAN_AGENT" Rolles.
    Regards,
    Usman

  • ICSS solutions search and FAQs

    Hi Expert,
    I am new In ICSS apllication.According to standard best practise, i configured the icss, but only the necessary parts for FAQs, solution search and live web collaboration.
    Now I am able to start the icss and to chose between FAQs and solution search, but both does not work. The categories I created for FAQs are not available in the icss and the solution search does not get any results. I do not find where I have to made the necessary configurations.
    Can you help me with this problem?
    Thanks,
    Jana

    Hi
    You have to create problems & solutions should assigned to that problems.By using transaction IS01,we can create problems & solution.Make sure that status of the problem or solutions should be set to "REL SLA".
    Now, Go to transaction CRMD_IIA_FAQ & select the product for which you want to maintained the FAQ's.Select product & press F6 ,assign the problems to that product.
    Hope so this solution will help you .
    Thanks & Regards,
    Silpa.T
    Edited by: Silpa Tata on Aug 31, 2009 12:13 PM

Maybe you are looking for

  • Downloaded new iTunes/iPod updater, iTunes now crashes during iPod updating

    I downloaded the new iTunes and iPod updater yesterday-- now when I plug my iPod into the USB, it recognizes my iPod, the "Updating iPod. Do not disconnect." message comes up, but as soon as "Updating Track 1 of 9." appears, I get a Send Error Report

  • How to use stored procedures in AJAX operations?

    Hi, First of all I hope this is the right place to post my question. I am creating an application which involves AJAX style update of a specific page. I managed to make it work via the "classical JavaScript calling an On Demand Application Process th

  • How do I save anything to iCloud??

    I have backed up my iphone to icloud hoping that I would be able to access everything on my computer but can't get anything.  How do I save just my contacts to the iCloud and then access them from my computer?  (PS  If you are reading this, Winston C

  • How do I get tracks in the right order?

    I've syncd my albums onto my Nano, but on one of them (a musical) the tracks are in the wrong order. I don't want the finale in the middle, etc. I've numbered the tracks, and in Itunes they appear in the right order, but on the Ipod they're mixed up.

  • Problem with interpretation of Expression Language

    Hi everyone, I have installed the JSTL 1.1 runned by Tomcat 5x. But in the HTML code produced, I still have : ${var} whereas it should be interpreted ? I don't understand ... Thanks for your help. David