Catalogue problems in shopping Cart

Hi All,
We have a custom catalog built and that is Through Requisite(Bugseye).
When we click on the custom catalog it opens up the first screen of shopping cart instead of Catalog page.
I have checked the URL definition in SPRO(Define external webservice) the URL path is correct.
we have looked at 866121, but nothing has changed even after applying that note.
So where all the places that i can look for, as it is a custom catalog is there any issues with that.
Thanks in Advance,
Regards,
Kishoe Yerra.

Hi. Sorry if this is obvious but you have defined it as a "standard call strutcture" in the IMG not as an "integrated call structure"?
Regards,
Dave.

Similar Messages

  • Problem with Shopping cart's currency

    Hello,
    I've got a problem with shopping cart's currency. I create the shopping cart with 1 item currency "EUR", I see in my backend ECC 5.0 , my purchase requisition have got a currency in "CHF".
    System SRM : SRM 5.5
    System ECC : 5.0
    The scenario for approval shopping cart is automatic, the workflow WS1000060 is active.
    Can you help me please, thanks very much.
    Lionel

    Hi Sambit,
    Yes I found the solution.
    You must implemente this BADI BBP_CREATE_BE_RQ_NEW with method FILL_RQ_INTERFACE. 
    You can see my code :
    METHOD if_ex_bbp_create_be_rq_new~fill_rq_interface.
      DATA : wa_requisition_items TYPE bbps_badi_rq_item,
             wa_item TYPE bbp_pds_transfer_item,
             w_tabix TYPE sy-tabix,
             w_check.
      LOOP AT cs_rq_document-it_requisition_items INTO wa_requisition_items.
        w_tabix = sy-tabix.
        READ TABLE is_sc_document-item INDEX w_tabix INTO wa_item.
        IF wa_requisition_items-currency NE wa_item-currency.
          wa_requisition_items-currency = wa_item-currency.
          wa_requisition_items-c_amt_bapi = wa_item-gross_price.
        ENDIF.                                               
        MODIFY cs_rq_document-it_requisition_items FROM wa_requisition_items INDEX w_tabix.
        CLEAR : wa_requisition_items,
                wa_item.
      ENDLOOP.
    ENDMETHOD.
    I hope that will help you.
    Kind regards.
    Lionel
    Edited by: Lionel Lacotte on Jun 24, 2008 2:22 PM

  • Including a field from a catalogue in 'create shopping cart' display screen

    Hi all,
       I am new to SRM, and i am faced with the following situation:
    I need to include a field called 'supplier part number'(found in the MDM catalogue screen) in the display for 'Create Shopping Cart'  screen. The field can be viewed in the detailed display for an individual item, once the item's details are fetched from the catalog; But now i need to include this field as an additional field corresponding to all the items listed in the normal display for 'Item overview' instead of selecting an individual item (from the 'item overview') and then checking its  'detailed display' . can you please give me any  leads like - where i could possibly do the changes in the webdynpro component ( in my case it is ' /SAPSRM/WDC_UI_SC_DOTC_BD'; view - 'v_sc_dotc_basic') and any other details that can help me.
    Regards,
    Abhinay.

    Dear Poster,
    As no response has been provided to the thread in some time I must assume the issue is resolved, if the question is still valid please create a new thread rephrasing the query and providing as much data as possible to promote response from the community.
    Best Regards,
    SDN SRM Moderation Team

  • Problem with shopping cart

    When I click on "buy now" i get an error message saying items in my cart have changed, etc and to check it again and then hit buy now. I just keep getting same message over and over. If I choose one-click shopping, I can buy. But I hate having 20-25 .99 purchases going on my debit card. I used the shopping cart option a couple of weeks ago with no problem. What am I doing wrong? I didn't change anything. Yikes
      Windows XP  

    i need the shopping cart where i stored thousand of music that i had to buy!
    Using the Shopping Cart as a "wish list" and keeping a lot of tracks there for future purchase is a mistake. If the iTunes Store has to remove one (or more) of the tracks, it can corrupt your Shopping Cart. To keep tracks for future purchase, create a normal playlist (call it "wish list" if you like) and drag the tracks from the iTunes Store to that playlist. Then use the Shopping Cart only for tracks you intend to purchase very soon.
    As to your current problem, contact the iTunes Music Store customer support department through the form at the bottom of this web page and explain the problem to them. They'll probably need to clear your Shopping Cart to get it to work again.

  • Adding a field from a catalogue in 'create shopping cart' display screen

    Hi all,
    I am new to SRM and i am faced with the following situation:
    I need to add a field called 'supplier part number' to the 'create shopping cart' screen from the MDM catalogue. Once the entries for the field 'supplier part number' are fetched from MDM catalog, they must be displayed corresponding to every line line item displayed under 'item overview'. Currently the entry for 'supplier part number' for a given item is displayed in the 'detailed display' tab observed after clicking on the line item under consideration. But, I need to add this field to the items list under 'item overview' rather than restricting it to detailed display tab alone.
    in my case the webdynpro component associated with adding item details from MDM catalogue is  '/SAPSRM/WDC_UI_SC_DOTC_BD' and the view is  'v_sc_dotc_basic'. I am not able to locate the method/section of code that is responsible for fetching the entries in the field 'supplier part number' from MDM CATALOG to the item overview screen.
    can you please give me any leads like - where i could possibly do the changes in the webdynpro component and any other details that can help me add the  'supplier part number' field to details under items overview tab.
    Regards,
    Abhinay.

    Hello,
    Have you tried to add this field using the Catalog UI configuration tool?
    The URL for the tool should be something like
    http://adress:port/webdynpro/dispatcher/sap.com/tcmdmsrmcat~uisearch/MDM_SRM_UI_App?x

  • Problem with shopping cart status

    Hi Experts,
    We are implementing SRM 5.0. When i create a shopping cart for services, it creates purchase requisition in the backend but the status of shopping cart, 'Purchase Requisition Created',  is not getting updated in SRM. But when I modify and save that purchse requisition in the backend, only then it updates the shopping cart status. I'm also using CLEANUP_REQREQ_UP and BBP_GET_STATUS_2 programs as background jobs.
    Kindly help me in solving this issue.
    Regards,
    B.Siddhesh

    Hi,
    This issue is resolved now.
    The problem was when service PR is created from SRM on R/3, the system fails to create entries in table ESLH. To resolve this issue we implemented note 922372 and its working fine now.
    Regards,
    B.Siddhesh

  • Problem in shopping cart rejection when the approvers added manually

    Hi folks,
       Please let me know is there any table in SRM , where Approver details are stored against the Shopping cart no created.
    My requirement is with regard to shopping cart rejection. In this scenario the user will manually add the approver list during shopping cart creation, however incase of rejection of shopping cart by any of the approver, In the check status change mode,  the user want to default the approver list which he/she already entered manually during the creation shopping cart creation. Any points regarding this will be highly appreciated.
    Regards,
    Mahesh Mohan D

    Dear Poster
    Your thread has had no response since it's creation over
    2 weeks ago, therefore, I recommend that you either:
    - Rephrase the question.
    - Provide additional Information to prompt a response.
    - Close the thread if the answer is already known.
    Thank you for your compliance in this regard.
    Jason Boggans
    SAP SRM SDN Moderator

  • Problems in shopping cart approval workflows

    Hello friends,
    We are using standard shappong cart approval workflows ( WS14000129 and WS14000060). I have configured all the steps mentioned in documents but workflows are not working while creating saving shopping carts.
    I have tried testing above workflows from background and they work properly from there, which means nothing wrong with basic workflow settings. But when I try save a cart from portal, workflow does get triggered but stops at very first step ( i.e. Parralel section between approval) in workflow. Also it does NOT get errored out but just waiting.
    Can anyone please help me in understanding what is wrong and how I can fix it.
    Regards,
    Arpit

    Here are some screenshots of what is happening
    http://img306.imageshack.us/img306/245/scerror1np5.jpg
    http://img101.imageshack.us/img101/1065/scerror2lx9.jpg
    Here is the binding
    http://img101.imageshack.us/img101/2289/scerror3wo1.jpg

  • Problem Accessing Shopping Cart

    I can connect to the store and purchase music, listen to radio, etc. However, I cannot connect to Shopping Cart. I receive an error message indicating network connection has timedout.

    Simply place the war file into the webapps directory and THEN start tomcat. Look at your directories after starting tomcat and you will find that tomcat has created all the directory structures underneath the webapps directory, starting with the directory webapps/bookstore

  • Refresh problem in Shopping Cart and PO in  cost distribution in SRM 7.0

    Hi ,
    As of now we are working in SRM 7.0. Actually when we are changing the account assignment cateogary from WBS  to Asset  then the cost distribution need to be changed from Percentage to quantity and vice-versa. But this is not happening .
    Can somebody hlp on this if you guys came across such issue.
    Regards,
    Kalyani

    Kalyani
    Cost distribution will not change automatically when you change the account assignment category. You will ve to distribute it manually on the same lines as you did for Cost Center earlier
    Regards
    VIrender Singh

  • PO information drop off from shopping cart

    Hi everyone,
    We have a problem, a shopping cart is created and got approved, followon document PO is created and automatically ordered.
    Now the PO line item is deleted and again ordered, and the status of the PO is approved, now when we look into the related documents tab in shopping cart the information like PO number, status and PO date every thing is disappeared.
    Before PO was edited the PO information was there, but after editing(line item deleted) the PO information got disappeared.
    Can any one among you let me know why it happened and what to do to acheive the PO information back to shopping cart details
    Your help is highly appreciated on this.
    regards,
    IGA.

    Hi every one,
    Issue got resolved, the process went like this:
    1. User went to advanced search and accessed PO and went to edit mode and deleted the line item.
    2. Then the SC related doc tab the PO info was missing
    3. I undeleted the line item and ordered PO again so the PO was back to ordered state
    4. Again the PO info was available in SC related doc tab
    5. Then I accessed the PO from related doc tab and went into change mode then deleted the line item
    6. Refresed the SC then the po staus is updated.
    regards,
    IGA.

  • Wrong Agent Determination in Shopping cart Workflow

    Hi All,
    I am having problem in shopping cart workflow.
    If we create shopping cart with 15 or more line items then Approval is going to wrong line item cost object owner. However if we create shopping cart with 14 line items then it showing correct financial Approver. Even we raised one more shopping cart with value similar to 15 line items shopping cart and it also going to correct Approver.

    After 2 days of debugging i found where is the problem. I am explaing this below.
    First i created 2 Shopping cart. First one has 14 Line item which shows correct Agent.
                                                  2nd one has 15 Line item which shows wrong Agent.
            CALL METHOD l_o_pdo_sc->get_item_detail
              EXPORTING
                iv_item_guid = l_r_item_guid->guid
              IMPORTING
                et_item      = l_i_item_i
                et_account   = l_i_account_i
    *MOD-002:Begin
                et_limit     =   l_i_limit_i.
            APPEND LINES OF: l_i_limit_i TO l_i_limit.
            APPEND LINES OF: l_i_item_i TO l_i_item,
                                           l_i_account_i TO l_i_account.
    Case for First SC.
    l_i_account_i  has value of Line Items. First line item suppose 1L.
    After appending the l_i_account(2nd itab) has also first .line item 1L.
    Case for 2nd one.
    l_i_account has value of Line Items. First line item 1L.
    But after appending the l_i_account has no first line item 1L.
    Please give some solution to this problem.

  • Shopping Cart Approvers for changed shopping carts

    Hi
    We're currently working on a patching process and are having problems with shopping cart approvals
    We have a 2 stage approval for carts over £75K
    The scenario that is not working is
    The approver 1, approves the cart
    Then approver 2 rejects the cart
    The shopper then changes the cart by increasing the value
    The workflow should resend the cart back to approver 1 but it sends the cart to approver 2
    What changes need to be done to send the cart back to the original approver ?

    For  for n-Level Approval Shopping Cart sub workflow( 14000134 ) the workitem status  is set in the container element APPROVE_OR_REJECT when Sc is rejected it is set other than Zero and when is approved it is set to ZERO check in the workflow log whether this conatiner element is getting populated or not.

  • Item in Transfer Process  after approval of shopping cart

    Dear Friends,
        Pls help in Providing a Solution for the Problem in Shopping Cart after approval the status is showing as   " Item in Transfer Process" and FOD is not going to generate.
    Thanks
    Mukesh

    Hello Mukesh,
    It will happen for any of the following reasons;
    1). If the vendor mentioned in the shopping cart is bolcked or marked for deletion (in R/3).
    2). Material in the shopping cart is blocked or marked for deletion in the backend (R/3).
    3). If the purchasing group is not existed in the backend.
    To see such errors you can login to GUI (SRM) and see the errors in t code RZ20.
    Navigate to the SAP EBP monitors>Shopping cart>click on "BAckend appln errors.
    there you can investigate for further reasons.
    Jagadheesh

  • Shopping cart delivery address

    Hello
    We are experiencing following problem with shopping cart:
    We want delivery address to be taken from backend as default (storage location) –(this part is working fine) BUT if we manually overwrite the delivery address at item-level in the ShoppingCart, this manually created address must be taken into account (this scenario is not working, the manually created address is always overwritten by default).
    Have any one faced this problem before, please advise.

    hi,
      Pls see the foll notes fro transferring the SRM new deliver addr to R/3.
    -->767461 Transfer of ship-to address to back-end system
    -->576665 EBP R/3 - no generation of delivery address for each item
    The note 576665 is for your R/3 backend system.
    BR,
    Disha.
    Pls reward points for useful answers.

Maybe you are looking for

  • Single proforma invoice with multiple deliveries

    Hi I would like to know how to create a single proforma invoice with multiple delivery numbers. Please let me know how? Thanks

  • Excise not coming in PO

    Hi I have created a tax code but when I am using it in PO then for some materials the excise amount is coming correctly (12% on 100% of base amount ) and for some materials it is coming as 0%.I have maintained the required settings for the materials

  • Editing in Elements 3

    After correcting the color cast in a photo in one of my albums using Elements 3, I cannot seem to get the corrected picture back into the album. I suspect that I'm not saving it correctly. Here's what I'm doing in the event someone can help me. I've

  • Screen replacement

    I have a dv7 with product number B2P29UA#ABA. I broke the screen and I was wondering if it is possible to replace it with a higher resolution version. It came with a 1600 x 900 screen and I'd like a 1080p screen. I'm sure I can replace or repair it b

  • CRM Surveys

    Hi SDN friends, Right now we are developing a Mobile 7.1 application that read CRM surveys from XML format and paint it on a mobile device (handhelds). We have an important question about surveys best practices. What is the better transaction for man