Creating the Shop Component  XCM

Hi,
We are configuring ISA in ECC 5.0(ERP).
When trying the URL http:///shopadmin/shopadmin/init.do we are getting a message "ISA Framework: Internal Error No XCM application configuration has been passed and there is no default XCM application configuration defined. Check XCM configuration".
I have a question about shop component configuration. If my shop is new (not upgrade), what I need to put in field "Object-Path" and in defaultShopId. I tried with blank fields and with values. But I´m not sure about this fields. I think that error in Web Shop could be for this fields.
Please help us regaring this.

Review forum CRM

Similar Messages

  • Getting error while creating the Shopping cart.

    Hi ,
    I am getting error while creating the Shopping cart.
    a.Error in account assignment for item 1  (Item  Testing SC ) 
    b.Duplicates of Cost Centre T10063 are defined in SRM  (Item  Testing SC ) 
    Kindly provide the solutions.
    Thanks,
    Dev

    Try the following in the ERP backend system:
    Standard Hierarchy Inconsistencies
    Issue: one Cost Center is repeating in more than one node in Cost Center Standard Hierarchy.
    Update from SAP Global support, the following was the email received:
    in transaction KSH3 please run both the ambiguity and completeness check(Menu -> Extras -> Check and Help functions).
    If you think that your standard hierarchy is inconsistent you can check that as following:
    Run transaction Extras -> Hierarchy - Master data -> Test. The result shows you if there are in consistencies. If that is the case run also Extras -> Hierarchy - Master data -> Comparison.
    Alternatively, you can run the report 'RKCORRH1' (TN SE38).
    Run both the Hierarchy->Master data->test and the
    Hierarchy->Master data->comparison.
    As stated above inconsistency message showed after Test. Run the comparison and you get a similar message.
    Once the above two are run, again when you go to test, the inconsistency disappears.

  • Error while creating the shopping card  E BBP_PD  047 Venture 199330

    Hi,
    While creating the shopping cart and posting the invoice we are facing the error message like "E BBP_PD 047 Venture 199330 is not active". 
    This error is happening in production system but it's not giving any error in quality system.  Quality system is working fine.
    Kindly tell me any one what is the reason for this kind of error.
    Regards,
    Senthil.
    Points will be rewareded.

    Hi Senthil,
    It is custom error message. however what is venture 199330 - is it account data in your shopping card. check it up if what is venture ? hope that it is some thing on finacial term like fund center, cost centre. check it up with your business team.
    regards
    Muthu

  • With WBS element unable to create the Shopping cart

    Hi,
    With WBS element unable to create the Shopping cart
    Problem description:
    Shiopping cart >Item detail > Account assignment
    A/c assignment category " WBS element", Assignment no (some no,eg 1000-2 ).System picks the G/L account and business area,unable to create the shopping cart.Getting error message that
    "The account assignment objects are defined for different business areas  "
    Did i missed anything ,please
    Thanks
    Hareesha

    Hi Hareesha,
    As Sreedhar has rightly said the issue is definitely with the correctness of the data.
    Check the assignment of WBS to the proper business area which you are using to create the shopping cart.Check your org. structure and attributes and their assignments once again.
    Neverthless some OSS notes for your reference if in case you can not able to make P.Os or the SC's / P.Os are not getting transfered to back end R/3.
    <b>Note 727897 - WBS element conversion in extended classic scenario</b>
    <b>Note 1000184 - Account assignment error when document transfer to back end</b>
    Even after validating the data if the problem still persists please explain it clearly with the errors for further help.
    Rgds,
    Teja

  • FM or BAPI to create the Content Component Hierarchy ( jji7 )

    Dear All,
    Is there any FM or BAPI available to create the Content Component Hierarchy ( jji7 ) which is related to IS Media.
    Thanks,
    Senthil.

    Hello,
    sorry but in SAP standard is no Bapi available for the creation of the content component.
    It does make no sence because normally you should create the content component once only.
    I hope that the information are helpful.
    regards
    Claudia

  • 'Failed to Create the SOA Component'

    Hi All,
    I have installed the Jdeveloper 11.1.1.3.0 in my windows 7 machine.
    Versions are as below,
    ADF Business Components 11.1.1.56.60
    BPMN Editor 11.1.1.3.0.6.84
    Java (TM) Platform 1.6.0_18
    Oracle IDE 11.1.1.3.37.56.60
    SOA Composite Editor 11.1.1.3.0.25.57
    Versioning Support 11.1.1.3.37.56.60
    machine RAM - 2GB
    Have enough hard disk spaces (more than 50 G)
    Im getting a error *'Failed to create the SOA component'* when i trying to create a BPMN project.
    It works properly for BPEL projects.
    I have reinstalled the jdeveloper several times, but didn't work.
    What should i do???
    Thank You.......
    Edited by: Nir on Apr 8, 2012 10:01 PM

    Yes ..
    version is ----> BPMN Editor 11.1.1.3.0.6.84
    when i try to include a *'BPMN Process'* to Composite.xml it gives below error,
    java.lang.NullPointerException
         at oracle.bpm.fusion.soa.SCAComponentBPMN.createImplementation(SCAComponentBPMN.java:71)
         at oracle.tip.tools.ide.fabric.gui.controller.ActionComponentEdit.add(ActionComponentEdit.java:102)
         at oracle.tip.tools.ide.fabric.gui.controller.ActionComponentEdit.process(ActionComponentEdit.java:78)
    Thank You
    IS THERE ANYONE TO HELP ME ?????
    Edited by: Nir on Apr 8, 2012 11:27 PM
    Edited by: Nir on Apr 9, 2012 3:12 AM
    When i create the project in a different folder it got created.
    But i cant create BPMN projects in new folders
    Thanks
    Edited by: Nir on Apr 10, 2012 1:58 AM

  • Price Field Changeable while creating the Shopping cart

    Hi We are in SRM 4.0 and follow a classic scenarios.
    For some materials we run program EBP_GET_BACKEND_PRICES
    and get the prices from the backend, how ever while creating a shopping cart if the price differs we need to change the price but the field is grey.
    how do we change the price ????
    EX - My MAP in R/3 for Material A is  100 Rs. how ever while I create a shopping cart the price i need to enter is 102 how do I change the  price.
    can anyone throw light on this.
    regards,
    Nimish Sheth

    Nimish,
    for this you have to change the standard code.
    In screen communication structures, there is a flag "price_changeable" that controls the edit mode of price field.
    You have to change the standard logic to implement your behaviour in FORM price_changable_set from include LBBP_SC_APPF92:
      IF es_item-mode EQ gc_display OR
        ( es_item-rfq_ind EQ gc_yes AND es_item-price IS INITIAL ).
        CLEAR: es_item-price_changeable.
      ELSE.
        IF NOT es_item-catalogid IS INITIAL OR
           es_item-price_origin EQ c_price_origin_f OR
           iv_scenario EQ c_sc_generic_soco OR
           iv_scenario EQ c_sc_generic_history OR
           iv_scenario EQ c_sc_generic_workload OR
           ( es_item-price NE es_item-gross_price AND
             NOT es_item-price IS INITIAL ).
          CLEAR: es_item-price_changeable.
        ELSE.
          es_item-price_changeable = gc_yes.
        ENDIF.
      ENDIF.
    Rgds
    Christophe

  • How to create the Declarative Component?

    Hi,
    I am using jdev 11g Release 2.
    I want to create reusable component. So I want to create a declarative component.
    Please let me know some sample and study materials.
    Regards,
    Ragu

    another examples can be found in these links:
    Missing In or Out Parameter at Index 1
    http://andrejusb.blogspot.com/2009/10/custom-declarative-components-in-adf.html
    http://download.oracle.com/docs/cd/E17904_01/web.1111/b31973/af_reuse.htm#CACBFGFC

  • Error while creating the development component project

    Hello
    i tried to create development component project through NWDS which is expected to be used as CallableObject but it gave following exception
    Plugin name: Web Dynpro Archive Builder
    Plugin ID: com.sap.ide.webdynpro.archivebuilder
    Class: com.sap.ide.webdynpro.archivebuilder.project.WebDynproDevelopmentComponentProjectWizard
    Method: createProject(String, IPath, IProgressMonitor)
    Message: Invalid project description.
    Exception: org.eclipse.core.internal.resources.ResourceException: Invalid project description in plugin name
    I am using NWDS 7 version and using J2EE engine of NetWeaver 2004s server.
    Thanks in advance.
    Regards
    Rajeev

    Hi
    sorry for that
    see the below link ,it will be helpful for u.
    Re: development component
    Regards
    Hazrath

  • CREATING THE LOV COMPONENT PROGRAMATICALLY

    I am trying to create SelectInputText programatically like this
    lovitem = (CoreSelectInputText)apps.createComponent(CoreSelectInputText.COMPONENT_TYPE);
    lovitem.setId("lovitem");
    lovitem.setLabel("Application Id");
    lovitem.setShortDesc("Click to get a value");
    lovitem.setAction(new ConstantMethodBinding("dialog:launchLov"));
    javax.faces.el.MethodBinding mb = apps.createMethodBinding("#{Application1.lovTestField_valueChangeListener}", new Class[] {
    javax.faces.event.ValueChangeEvent.class
    lovitem.setValueChangeListener(mb);
    lovitem.setWindowWidth(300);
    lovitem.setWindowHeight(200);
    findComponent("form1").getChildren().add(4,lovitem);
    In my faces-config.xml I have given the following navigation
    <navigation-rule>
    <from-view-id>/Test.jsp</from-view-id>
    <navigation-case>
    <from-outcome>dialog:launchLov</from-outcome>
    <to-view-id>/Test2.jsp</to-view-id>
    </navigation-case>
    </navigation-rule>
    My heterogeneous custom component is rendered fine but when I click on
    LOV icon nothing happens.
    Can anybody help me in the same..
    it is an urgent requirement for us.
    Regards
    Ravi

    I am trying to create SelectInputText programatically like this
    lovitem = (CoreSelectInputText)apps.createComponent(CoreSelectInputText.COMPONENT_TYPE);
    lovitem.setId("lovitem");
    lovitem.setLabel("Application Id");
    lovitem.setShortDesc("Click to get a value");
    lovitem.setAction(new ConstantMethodBinding("dialog:launchLov"));
    javax.faces.el.MethodBinding mb = apps.createMethodBinding("#{Application1.lovTestField_valueChangeListener}", new Class[] {
    javax.faces.event.ValueChangeEvent.class
    lovitem.setValueChangeListener(mb);
    lovitem.setWindowWidth(300);
    lovitem.setWindowHeight(200);
    findComponent("form1").getChildren().add(4,lovitem);
    In my faces-config.xml I have given the following navigation
    <navigation-rule>
    <from-view-id>/Test.jsp</from-view-id>
    <navigation-case>
    <from-outcome>dialog:launchLov</from-outcome>
    <to-view-id>/Test2.jsp</to-view-id>
    </navigation-case>
    </navigation-rule>
    My heterogeneous custom component is rendered fine but when I click on
    LOV icon nothing happens.
    Can anybody help me in the same..
    it is an urgent requirement for us.
    Regards
    Ravi

  • When do I need to declare multiple usages of the same component

    I have a noddy WD4A component with a main view containing only ViewContainerUI elements. Each container has a sub-view embedded implementing some functionality I am playing with. One of these views implements a select option by using the WDR_SELECT_OPTIONS component. I have got this working. Then I decide to make a copy of the view in order to test some modifications. I embed this in a new ViewContainerUI element on the main view.
    So now I have 2 sub views implementing the same select option. When I run it, the 2nd select option appears in the first view as a duplicate. The only way I can fix this is by declaring a second usage (of WDR_SELECT_OPTIONS) in the component and using this in the copied view.
    So now I have 2 WDR_SELECT_OPTIONS component usages declared (with different names) so that my 2 views can coexist on the screen. Is this really necessary? Had it been the same view implementing both select options fair enough - but these are 2 different views.
    If the views were not displayed at the same time, could I have declared and used just 1 component usage?
    Peter

    I have still not succeeded in dynamically creating a 2nd select Option and getting it to display in a View Container (called VC_SOD). The code compiles and runs but the select option does not display. This is hopefully something I will never need to do in reality. Just an exercise.
    The code that is commented out is the original standard technique of using a select_option usage. There is probably more then 1 fundamental mistake in the code
    method WDDOMODIFYVIEW .
      DATA: LT_RANGE_TABLE TYPE REF TO DATA,
            RT_RANGE_TABLE TYPE REF TO DATA,
            READ_ONLY TYPE ABAP_BOOL,
            TYPENAME TYPE STRING.
      DATA: LR_COMPONENTCONTROLLER TYPE REF TO IG_COMPONENTCONTROLLER,
            L_REF_CMP_USAGE TYPE REF TO IF_WD_COMPONENT_USAGE.
    create the used component
      L_REF_CMP_USAGE = WD_THIS->WD_CPUSE_SELECT_OPTIONS( ).
    Here we copy the usage just for the hell of it.
      DATA lr_component_usage type ref to if_wd_component_usage.
      L_REF_CMP_USAGE = L_REF_CMP_USAGE->CREATE_COMP_USAGE_OF_SAME_TYPE( name = 'SELECT_OPTIONS2' ).
      IF L_REF_CMP_USAGE->HAS_ACTIVE_COMPONENT( ) IS INITIAL.
        L_REF_CMP_USAGE->CREATE_COMPONENT( ).
      ENDIF.
    *call the interface controller method init_selection_screen to get the helper class
    WD_THIS->M_WD_SOD = WD_THIS->WD_CPIFC_SELECT_OPTIONS( ).
      data L_INTF_CONTROLLER type ref to IWCI_WDR_SELECT_OPTIONS.
      L_INTF_CONTROLLER ?= L_REF_CMP_USAGE->GET_INTERFACE_CONTROLLER( ).
    data lo_view_controller type ref to if_wd_view_controller.
    data lo_view_usage TYPE REF TO if_wd_rr_view_usage.
    data lo_view_cnt_assignment TYPE REF TO if_wd_rr_view_cnt_assignment.
    data lo_view type ref to if_wd_view.
    lo_view_controller = wd_this->wd_get_api( ).
    lo_view_usage = view->get_view_usage( ).
    try and see what is going on
    data lo_view_container_assignments type WDRR_VCA_OBJECTS.
    lo_view_container_assignments = lo_view_usage->GET_VIEW_CNT_ASSIGNMENTS( ).
    lo_view_cnt_assignment = lo_view_usage->create_view_cnt_assignment( name = 'VC_SOD' assigned_container = 'VC_SOD' ).
    try and see what is going on
    lo_view_container_assignments = lo_view_usage->GET_VIEW_CNT_ASSIGNMENTS( ).
    init the select screen
    WD_THIS->M_HANDLER = WD_THIS->M_WD_SOD->INIT_SELECTION_SCREEN( ).
      WD_THIS->M_HANDLER = L_INTF_CONTROLLER->INIT_SELECTION_SCREEN( ).
      WD_THIS->M_HANDLER->SET_GLOBAL_OPTIONS(
                                  I_DISPLAY_BTN_CANCEL  = ABAP_FALSE
                                  I_DISPLAY_BTN_CHECK   = ABAP_FALSE
                                  I_DISPLAY_BTN_RESET   = ABAP_FALSE
                                  I_DISPLAY_BTN_EXECUTE = ABAP_FALSE ).
    create a range table that consists of this new data element
      LT_RANGE_TABLE = WD_THIS->M_HANDLER->CREATE_RANGE_TABLE( I_TYPENAME = 'S_CARR_ID' ).
    add a new field to the selection
      WD_THIS->M_HANDLER->ADD_SELECTION_FIELD( I_ID = 'S_CARR_ID' IT_RESULT = LT_RANGE_TABLE I_READ_ONLY = READ_ONLY ).
    endmethod.

  • How to delete existing user and create the account

    Hi All,
    How to delete the existing user and does not loose the shopping cart link, confirmations for etc and then create back the account for the user?
    Please tell me the steps.
    Thank you.
    Regards,
    Henry

    How to delete the existing user and does not loose the shopping cart link, confirmations for etc and then create back the account for the user?
    I believe you can not delete the user 100% fully since all documents must be closed before.since it had a relation in crmd_partner table. However it has links with business objects..
    Copied from forum threads.. for your reference..
    Note 1148837 - SRM user cannot be deleted
    in consulting note 550071
    Q8. What happens if I delete the user who has created the shopping cart
    A8. If the user is deleted, and the shoping cart exists in the application, then the shooping cart cannot be displayed. If you want to view/ process those shopping carts, then you have to create a dummy user and retrieve the document. In CRMD_PARTNER table, the old user GUID should be replaced with the new user GUID.
    User deleted from SRM, deletion of SC not possible
    if you have a central recipient cancel them with that role or as advised by akash cancel from r/3.
    discussions are welcome..
    regards
    Muthu

  • Price Change while creating a shopping cart

    Dear Srm Guru's
    We are in SRM 4.0 and following a classic scenarios.
    While creating a shopping cart  the price in the shopping cart is picked up from the price which we upload through EBP_GET_BACKEND_PRICES
    If there is a variation in the price can we change the price while creating the shopping cart. Currently the field is in display mode what settings should we make that it allows a change of price while creation of shopping cart.
    Regards,
    Nimish Sheth

    Nimish,
    for this you have to change the standard code.
    In screen communication structures, there is a flag "price_changeable" that controls the edit mode of price field.
    You have to change the standard logic to implement your behaviour in FORM price_changable_set from include LBBP_SC_APPF92:
      IF es_item-mode EQ gc_display OR
        ( es_item-rfq_ind EQ gc_yes AND es_item-price IS INITIAL ).
        CLEAR: es_item-price_changeable.
      ELSE.
        IF NOT es_item-catalogid IS INITIAL OR
           es_item-price_origin EQ c_price_origin_f OR
           iv_scenario EQ c_sc_generic_soco OR
           iv_scenario EQ c_sc_generic_history OR
           iv_scenario EQ c_sc_generic_workload OR
           ( es_item-price NE es_item-gross_price AND
             NOT es_item-price IS INITIAL ).
          CLEAR: es_item-price_changeable.
        ELSE.
          es_item-price_changeable = gc_yes.
        ENDIF.
      ENDIF.
    Rgds
    Christophe

  • Logo Component - Design mode shows the edit component toolbar don't show "Edit" button

    I just created a Logo component on my website following the CQ "How to create a Fully Featured Internet Website" guide.
    I do create the logo component, edited the jsp page with the following code
    <%@include file="/libs/foundation/global.jsp"%>
    <%@ page import="com.day.text.Text,
                     com.day.cq.wcm.foundation.Image,
                     com.day.cq.commons.Doctype" %>
    <%  String home = Text.getAbsoluteParent(currentPage.getPath(), 2);
        Resource res = currentStyle.getDefiningResource("fileReference");
        if (res == null) {
            res = currentStyle.getDefiningResource("file");
        log.error("path is:" + currentStyle.getPath());
    %>
        <a href="<%= home %>.html"> <%
        if (res == null) {
            %> Home Page <%
        }else {
            Image img = new Image(res);
            img.setItemName(Image.NN_FILE, "file");
            img.setItemName(Image.PN_REFERENCE, "fileReference");
            img.setSelector("img");
            img.setDoctype(Doctype.fromRequest(request));
            img.setAlt("Home Page");
            img.draw(out);
        %>
        </a>
    Then, I created the tag "<cg:include>" in my jsp page, calling this jsp.
    After all that, I created the Design Dialog for my logo component, then a "items" node under the tab1 node of the design dialog.
    After this, finnaly, the widget node (absParent), under the items created before.
    A lot of propertys later, I got my Logo object in the page, but the toolbar with the "Edit" button on Design mode don't show me the "Edit button" 
    Someone can tell me how to get the button there?
    Is some property that I may have forgotten?
    Thanks.

    Basically, the edit toolbar has the same with as your component, which indeed is problematic for narrow components.
    But you can work-around that with a basic CSS hack:
    .cq-editbar {
        min-width: 200px !important;
        _width: 200px !important; /* IE6 */
    This seems to be fixed in CQ 5.5.

  • Confirmation Pop up while creating External shopping cart

    Hi guys,
    Please help me...
    Am working on the requirement where i need to bring the confirmation pop up window when  external shopping cart is upload and before the  shopping is being created.
    Thanks,
    Vignesh

    Hi jason,
    The requirement describes,
    When we upload file to Create external shopping cart,SRM creates the Shopping cart without asking for any confirmation from the user and my requirement is to create the confirmation screen before the shopping cart is created .
    Thanks,
    Vignesh.

Maybe you are looking for