Issue with Shopping cart out of template

Hi all,
is there any possibility to find out, if a shopping cart is created out of a template?
Background:
I want to check in Check BAdI, if the shopping cart is created from a catalogue or if it is "just" created out of a template.
I cant find a standard flag within function module BBP_PD_SC_GETDETAIL which determines a position within a shopping created out of a template.
Best regards
Andreas

Hi Pradeep,
I am not sure which version you use. I am using SRM 4.0 HP 8 and the field SRC_GUID is always empty.
I am creating SC from a template, from a old version, creating a new one:
The field SRC_GUID ist always '000000000000000'.
I have tried this already, thats not the solution.
Could you confirm in your SRM version (?) that the SRC_GUID is filled within the item if you create the SC out of a template?
Best regards
Andreas

Similar Messages

  • Issue with Shopping Cart ... No Address Found For Partner Function etc.

    Hi Experts,
    I am facing an issue in EBP.
    Using SRM 5.0 classic scenario.
    While creating a shopping cart we are experiencing the following ERROR: "error in system, shopping cart cannot be processed any further."
    The details of errors are as below:
    No data found for contact person XXX. inform System Administration (XXX is the BP ID of the user)
    No address found for partner function type Goods Recipient
    No address found for partner function type Requestor
    Please help me in overcoming the issue.
    Thanks,
    Pratyush

    Thanks for your reply
    I have already checked that the BP number is present.
    However using bbp_bp_om_integrate i got the errors:
    using user ID from su01:  I got a red signal  in Object Existence / Consistency with error
    "Business Partner for user XXX is missing or containing errors"
    using CP & BP : I got a red signal in Address consistency & following errors:
    "Error determining address for employee XXXXXXXXXXXXXXXXXXXXXXX" & "Address for person (BP) XXX missing"
    Please help

  • TS1398 I have the ipad retina display version - I have a BIG issue with this when out and about that on about 50% of the time will it see my HTC mobile WiFi hotspot - rebooting either, or both devices doesn't cure the problem it drives me MAD!!!!

    I have the ipad retina display version - I have a BIG issue with this when out and about, that only about 50% of the time will it see my HTC mobile WiFi hotspot - rebooting either, or both devices doesn't cure the problem it drives me MAD!!!!
    The HTC hotspot works fine with everything else I connect to it.
    Also - ipad will not connect to my HTC via bluetooth. Again, I can connect to everything else with my HTC other than my ipad.
    I have to say this is my first venture into Apple products and I have always wanted to get away from my windows based laptop to get a MacBook, the problems I have had (flash player etc) & continue to have (as above) are putting me right off swapping over. I HATE technology that doesn't work and my ipad has been hard work!

    I stated my ipad as being an ipad2, but I now think it is a 3??? It was new Jan this year and is the 64gb retina display version.
    I really would like to get to the bottom on this problem wit mobile hotspots as it is sitting on my desk next to me now and I cannot get it to connect to my HTC mobile hotspot!!!! It might be taking a flying lesson soon at this rate!!! Grrrrrrr...........

  • 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

  • Issues with finder going out of sync with file images in cover flow.

    Hi All,
    I'm having issues with files going out of sync with images in cover flow since updating to Mavericks. Typically, if I had for example 10 pictures listed as 1 to 10, if i deleted images 6&7 the images remain in coverflow but the file listings are removed, then if i click on image 7 the file listing of image 8 is highlighted, then to make matters worse, if i click on the file listing for image 9 in shows image 8 in cover flow. To stop this I have to shut down finder and restart it, then the whole thing repeats itself if i delete more images. Its a nightmare when your working with 50 plus images at a time!!! Help!!
    Thanks all.

    com.apple.systemuiserver.plist and com.apple.finder.plist
    Go to Finder and select your user/home folder. With that Finder window as the front window, either select Finder/View/Show View options or go command - J.  When the View options opens, check ’Show Library Folder’. That should make your user library folder visible in your user/home folder.  Select Preferences/. Move the .plists to your desktop.
    Re-launch Finder by loggin out/in and test. If it works okay, delete the plist from the desktop.
    If the same, return the .plist to where you got it  from, overwriting the newer ones.
    Thanks to leonie for some information contained in this.
    You might need to redo the View settings after an update.
    If you look at the 'More Like This' box (top right) it seems the Cover Flow view is having problems.
    Send Apple feedback. They won't answer, but at least will know there is a problem. If enough people send feedback, it may get the problem solved sooner.
    Feedback

  • Portal issue in shopping cart

    Hi  ,
    I am facing portal issue in shopping cart. If I click shop , homepage is displaying again. Since I am new to this , Kindly guide me where can I check to resolve this issue.please help me how to proceed on this. Find below screenshot. Thanks in Advance.

    Hi Sugan,
    Try publishing the services using report W3_PUBLISH_SERVICES.
    Also trx SIAC_PUBLISH_ALL_INT.
    It should work after config and republishing.
    Best Regards
    Ale

  • Attachment transfer issue from Shopping cart to Purchase req in ECC

    Hello,
    How are you all. Need your expert advise..
    We are trying to achieve functionality where documents which are attached on shopping cart get transfer into Purchase req in ECC (Classic Scenario with SRM 5.0 and ECC 6.0). For this we have done following config / enhancements:
    - Activated BADI "BBP_CREATE_BE_RQ_NEW" in SRM with following code for attachment;
    cs_ctrl_att-BE_DOC_TYPE = 'SRM'.
    cs_ctrl_att-BE_storage_cat = 'DMS_C1_ST'.
    cs_ctrl_att-TRANSFER_ACTIVE = 'X'.
    - Created new document type ECC with t.code DC30 for SRM and assigned the object links for EBAN table.
    After performing above task we are able to see Link of the attachment into Purchase req in ECC with document number (i.e. the one we assigned while defining document type in DC30) but not able to open the document in ECC.
    Could you please let us know if there is any settings which we have missed for actually opening documents in ECC?
    Thank you
    Ritesh

    Issue as reported Please let me know why the docs are not uploaded to SRm succesfully .
    I am facing the below weird issue .
    Easy shopping >Shop> eHiring catalog
    Click Transfer to SRM
    Now click on the button ‘Details’ and open the tab ‘Notes and attachments’
    All attchments are names after the 1st attachment and all have the same file type
    Basically you have lost all you attachments here, except 1 (when you click on the link, all links refer to the same document, so not just cosmetic). This is a problem.
    When you order this shopping cart and search for it and open it again, the attachment tab is even completely empty, so now all attachments are lost.
    Something like this, but less severe, happens in the process a bit further.
    - Approve the shopping cart with the applicable approver
    - Log in as Hiring desk:
    Still no original attachments (like job descriptions).
    Now click button ‘responses and awards’
    Click tab ‘Items’ and fill out price ‘40’ euro
    Click notes and attachment tab
    I added 5 attachments
    As can be seen here, the docx becomes an xlsx again, but it looks like it just takes over the 1st file type that was uploaded, it can also be the other way around (xlsx becomes docx) when the 1st uploaded attachment is a document.
    But in this case, when you click on the link, it will open the right file with the right program, so over here it looks like it is just cosmetic.

  • BBP_DOCUMENT_TAB does not get populated with shopping cart

    Hello Gurus,
    We are facing some weird issue out of blue. We have SRM 5.0 Classic scenario with ECC 6.0 backend system. We have everything configured and it was working i mean shopping carts were successfully transferring into ECC system as PR.
    Suddnely now we are getting error Item in transfer process for all the shopping carts. While checking into RZ20 monitor it shows following error " Backend application errors: Shopping cart  (PReq. 7000027359): W5 002 No items exist (not possible to save)".
    When we put debug in CLEAN_REQREQ_UP we found out that table BBP_DOCUMENT_TAB which should get populated whenever shopping cart is approved it not getting any data.
    Could you please let us know what could be the reason? As all the user IDs with which RFC's are maintained at SRM and ECC level active and all proper authorization are there.
    Please advise.
    Thanks
    Ritesh

    Hello Ritesh,
    Actually, the document tab is updated by the SC transfer (SC spooler). Each time the system starts the shopping cart transfer, an entry is created in BBP_DOCUMENT_TAB until the CLEAN_REQREQ_UP is executed.
    You could debug the shopping cart transfer and check if the follow-on document is being created.
    Also, you could check the SPRO customizing -> SRM SERVER -> Techcnical Basic Settings -> Set Control Parameters, and check its value.
    As additional information, you can check the note 1173815, which provides some information regarding the follow-on document creation (customizing tables).
    I hope it helps.
    Kind regards,
    Ricardo

  • Use of vendor product number in shopping cart from personal template

    Hi all,
    I have the following scenario:
    We use ECC 6.0, SRM 5.0 MDM 5.5 sp6 catalog 2.0.
    In the inforecord master data in ECC we use the vendor product number (vpn). When a inforecord is created or changed, the inforecords (or changed data in the inforecord) get's replicated to SRM-MDM, just like all of the other masterdata (product, vendor and conditions).
    The vpn is included in the details of a catalog product.
    When a personal template is generated from a product in the catalog, it's saved with the vpn included.
    When the vpn changes in ECC, this number is replicated to the SRM-MDM catalog.
    So if you choose the product from the catalog after the canged vpn, the new, right vpn is used in hte shopping cart. But when you use the template that was created before the time the vpn was changed, the old vpn is used in the shopping cart and subsequently the pr and po.
    This leads to wrong delivery's.
    I've logged an oss call for this, because in my opinion this is a product default. But SAP points me on "standard design". This seems always to be the case when something difficult is asked.
    They said it can be solved with a BADI implementation. To be more specific a validation in SRM-MDM with the doc-change Badi.
    Is there some one who has experience with this kind of development and knows if this is the whight Badi of has an alternative?
    Thanks in advance!
    Best regards,
    JvE

    Hi,
    When a personal template is generated from a product in the catalog, it's saved with the vpn included.
    When the vpn changes in ECC, this number is replicated to the SRM-MDM catalog.
    So if you choose the product from the catalog after the canged vpn, the new, right vpn is used in hte shopping cart. But when *you use the template that was created before the time the vpn was changed, the old vpn is used in the shopping cart and subsequently the pr and po.
    *Solution:
    you have told that in MDM -VPN is updated from ECC
    Say for Eg : VPN  is 12345  in MDM
    you have created a shopping cart template with thie VPN : 12345 .
    you have ordered the shopping cart the VPN number will be 12345.
    After a week this VPN is updated from ECC by 12345ABC
    now you have to Delete the old shopping cart template what you have created 12345.
    You have to create a new template with VPN :12345ABC and create a  shopping cart
    How will the VPN change in the Old Template? It  is not possbile.
    It is not A product bug.
    Please try this method what I  have suggested
    Regards
    G.Ganesh Kumar

  • Currency Issue in Shopping cart & PIR

    I am facing the following issue. Please let me know if there is a solution to this behavior.
    User Employee currency in the PPOMA is USD.
    User creates a shopping cart for a material ID for which there are 2 sources of supply. PIR details is in the attachment. PIR has CAD as
    currency.
    In the shopping cart, I do not see currencies at all for the PIRs . When I assign a supplier, in this case I expect 12.71 MXN to convert to USD at the line item level based on the exchange rate. This is not happening and the system is not converting the value based on the currency exchange rate. Exchange rates are maintained in the system.
    Regards
    Sathya

    Hi Sathya,
    Please check the following:
    1.     Is your approval process defined at the header level or item level. Means approval is triggered based on the total value of SC.
    2.     What is the company code currency - USD or ??
    3.     If USD then the SC will take USD itself.
    4.     When you create and order --> in the PO the Vendor currencies will be displayed with converted value.
    5.     Also check when you click on assign vendor the 12.71 MXN should be your line item currency instead of 12.71 USD and total value should be converted to whatever company code currency.
    6.     Please check in SRM/ERP - TCURR table whether the correct Exchange rate type for example M is maintained in both the systems. Please also create a manual PO in backend system to check whether it is working correctly in the backend.
    7. Please check the following posts, may be helpful:-
    http://scn.sap.com/thread/1910191
    http://scn.sap.com/docs/DOC-2733
    https://scn.sap.com/thread/2032441
    http://scn.sap.com/thread/624279
    From RBEI,
    Snehal

  • Need some suggestions or help with shopping cart.

    I am looking and searching and searching and looking for a
    good e-commerce package I can use with my future sites as well as a
    current one I am developing. It is a automotive site with multiple
    sizes of parts and accessories, I have opted to use a drop down for
    selecting the size but need to figure out how to incorporate that
    when I do the shopping cart and etc... I have looked at cartweaver
    and cannot afford that right now I am looking for something similar
    to it but cheaper in price if not free...

    I've used Cartweaver and found it rather good. It's one of
    the few that can be licensed so as you can use it on as many sites
    as you want. Most only allow you to use a shopping cart on a single
    site.
    I've used Cartweaver ColdFusion. They also have a PHP and ASP
    version of the software, you'll need to decide what back-end
    technology you want to use: ASP, PHP, ColdFusion. and buy that one.
    I would check with your hosting company and see what back-end
    technology they offer you.

  • Issue in Shopping cart approval preview

    Hi all,
    We are working on SRM7.0.  We got an issue here.
    A shopping cart is created and approved by the approvers.
    When we go to the approval preview, we are unable to see the approvers and getting encountered with following errors:
    (Errors indicated in bold)
    >Cannot get process info; function BBP_PDH_WFL_APPROVAL_SIMULATE throws exception workflw not found.
    >PDO Layer error
    Also we can see a warning as:
    (Warnings in italic)
    >Approval process view cannot refreshed due to error in document.
    Pleaseprovide your valuable inputs in solving the issue.
    Thanks in advance,
    Vishal..

    Hello Vishal,
    I advise you to check OSS note 1422084 - Approval preview gives error message for rejected QTE.
    Even if it is for rejected Quotation (and not for Shopping Cart), error message is the same as yours.
    Regards.
    Laurent.

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

  • 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

  • Need help on getting started with shopping cart!!

    hi guys,
    i want to build a fairly simple shopping cart with servlets and jsps.. can you please point me to a starting point.. a tutorial or a general road map for it.. i am pretty okay with servlets and jsps and currently using them for a web-app..
    any help would be greatly appreciated..thanks..

    go to http://www.moreservlets.com, download the free pdf book "Core Servlets and Java Server Pages", there is a example program on section 9.4 talks about shopping cart.
    Hope it helps.

Maybe you are looking for