How to know shopping cart is rejected in program wise.

Hi ,
How we will know program wise shopping cart is rejected or approved,
Is there is any table that which store the status of the Shopping cart.
There is two tables that are saving data , SWWWIHEAD,SWW_CONTOB . is there other than these tables.
Regards,
Bharani

Hi,
See this thread:
Shopping Cart status
BR,
Disha.

Similar Messages

  • How to pass Shopping cart currency to PO currency in SRM 7.0

    Hi all,
    As Iam  very much new to SRM. Can any one help me how to pass shopping cart current to PO currency in SRM 7.0.
    I mean what ever currency value we will maintain in SC same should reflect in PO also. Please let me know which BADI is useful to solve this issue.
    Thanks in advance !!!
    Regards,
    Kalyani

    Hello,
    This is the standard indeed.
    Are you using Extended Classic Scenario, which means that PO is created in SRM?
    When the PO is created without a vendor assigned , the Currency should be defaulted from SC .                                                        
    When adding the vendor a warnning message is issued to inform the purchaser the vendor currency is different with the PO current currency.
    The purchaser could judge by himself if he should change the currency or not.                                                                               
    If the PO is created with the Vendor , the currency is determined from the vendor.
    Not sure if BBP_DOC_CHANGE_BADI would overwrite the PO vendor currency.
    Kind regards,
    Ricardo

  • How to install shopping cart in Adobe Muse Website?

    How to install shopping cart in Adobe Muse Website?

    Hi,
    Please refer to the following link Shopping Carts
    Regards,
    Aish

  • How to pass Shopping cart currency to  PO  SRM 7.0

    Hi ,
    How to pass Shopping cart currency to Po(insted of vendor master currency). Please help if there is a BADI or work around for solving the issue.
    Thanks & Regards,
    Sai

    Hi Ricardo,
    We found the BADI name from the note which you have provided.But unfortunately we are not able to find the spot where to write the code.
    for example
    After shopping cart is approved (final level release) the po is being created ,So we want to find the code which creates a po in srm.So can you please help how to move on in this case.
    Thanks & Regards,
    Padmasai

  • How to implement Shopping cart functionality in weblogic portal 10.3

    Hi,
    Can someone help me out on how to implement Shopping cart functionality in weblogic portal 10.3?
    Thanks,
    Uttam

    One piece of advise I can give is to NOT* use the Shopping Cart fuctnionality inherent in WLP (com.beasys.commerce.ebusiness.shoppingcart. The Online Commerce functionality in WebLogic Portal has been deprecated.
    Brad

  • Workflow goes in error when the shopping cart is rejected

    Hi All,
    We have implemented n step approval workflow.
    The issue is when the shopping cart gets rejected, the workflow WS14900032 gets called which sends the mail to approver/initiator/reviewer.
    The catch here is this workflow is going in error only in case of approvers and that too sometimes.
    Can anybody tell me what might be the issue with this.  I have already compared the correct and errored workflow data but do not find anything specific.
    Please help.
    Regards,
    Neha

    Hi,
    What was the error detail in SWI2_DIAG transaction?
    Regards,
    Masa

  • How to Add Shopping Cart items to an existing PO

    hai friends
    how to Add Shopping Cart items to an existing PO
    Regards
    Emil

    Hi,
    go to the Manage PurchaseOrder
    (BBP_POC) transaction.
    Then, I enter the "Item data" tab and I go to add shopping cart item part and click on "Start Search".
    I select one item in a shopping cart appearing in the screen and press "Add to Purchase Order" button.
    BR,
    Disha.
    Do reward points for useful answers.

  • How to identify Shopping Cart UI elements with SE80 WD Objects

    Dear Experts,
    Wanted to check how to identify SRM ABAP Webdynpro iViews UI Elements mapping to back end WD Configuration.
    Also I wanted to know how to hide/display Header tab in Approval Reviewer Process in Shopping Cart.
    Many thanks in advance.
    Best Regards,
    Prasad

    Hello Prasad,
    Please check this link.
    Rename the "save" button on SC screens to "Hold Cart "
    This should resolve your issue.
    Regards,
    Neelima

  • How to split shopping cart qty to create two PO

    Hello SRM guys
    Could you give me a tip to develop for this requirement?
    We use the classic scenario.
    My customer want to split shopping cart qty to create PO with different vendor.
    I know that buyer can change the shopping cart data in workarea. But buyer can not split shopping cart qty to create PO with different vendor.
    Help me --;;
    How to develop this requirement?
    example:
    Shopping cart No: 60001
    line item 10: AA 100 qty
    Buyer want to split SC qty
    SC No: 60001 -->line item 10: AA 50 Qty --> PO 001
    SC No: 60001 -->line itme 20: AA 50 Qty --> PO 002
    Thank you
    Best Regards

    Hi Sohee,
         I think your requestor wants to have 'Quota arrangement' concept (available in MM) in SRM also.
         SRM 5.0 provides such feature, but the source of supply should be represented by a contract and the Quota allocation
         I don't think SRM 4.0 has such feature. In which case this might need detailed analysis and modification to SAP modules. It again depends how flexible you want the feature to be. I mean, it depends, whether you alwasy want equal distribution or self-adjustable distribution etc...
         I would be interested to know how this requirement will be implented in SRM 4.0 (in case if you have SRM 4.0)..
       Thanks,
       Jude

  • How to get Shopping Cart Name from PO number in EBP ?

    Hi,
    If I have the PO number how I can get the shopping cart name related to this PO? I need technical fields and table relations.
    Regards,
    Achirangshu

    I'm not sure if this will work. I posted an answer to a similar question a while ago, but it didn't work well in the posters system. So maybe we can try this in steps. See if you get results from this:
    REPORT ztest   MESSAGE-ID 00 LINE-SIZE 80.
    TABLES srrelroles.
    PARAMETERS: po_no(10) DEFAULT '3000001977'.
    DATA: xobjkey  LIKE srrelroles-objkey,
          roleid(22).
    CONCATENATE po_no 'X' INTO xobjkey.
    * use PO to obtain the role id
    SELECT * FROM srrelroles
      UP TO 1 ROWS
      WHERE objtype EQ 'BUS2012'
        AND roletype EQ 'BBP_TARGET'
        AND ( objkey >= po_no
        AND   objkey <= xobjkey ).
      roleid = srrelroles-roleid.
      EXIT.
    ENDSELECT.
    You'll have to use a PO that you know exist in your system.
    If you get no results, try removing the WHERE on objtype and/or roletype and see what values are returned for these fields.
    Rob

  • How to identify Shopping cart status ?

    Hi Experts,
    I need your inputs regarding how to identify the status of the shopping cart ( like Awaiting approval, pending) passing through GUID of the shopping cart..
    Pls provide me if any classes or anythin in such related are available..

    Hello
    Please use FM BBP_DOC_STATUS_GET to get the current status of shopping cart.
    Inputs: SC/PO guid, All the status in the CRM JEST table.
    Output: Current Status of the Doc
    Hope this helps.
    Regards,
    Neelima

  • How to disable shopping cart in multisite

    how to disable sharing shopping cart on multi-site, but i need a single shopping cart for a single site.Kindly suggest some points

    If every site is supposed to have its own cart, there is no need to create any site groups. A site that lives outside of any group will have its own cart. The only exception to that is if you remove /atg/commerce/ShoppingCartShareableType from the configuration of /atg/multisite/SiteGroupManager.shareableTypes. In that case, all sites will share a single cart component.

  • How to get Shopping cart number from TECH_INFO Guid approval offline

    Hi,
    When a user approves a shopping cart via e-mail (offline approval), then in transaction SOIN we can the mail which is like this:
    TECH_INFO_A=00F3D1395134D34D34D37DFBE75E81512DB5DB5FBE&submit_a=Approve by e-mail&TECH_INFO_R=444244093D34D34D34DF7EF9D7A0544B6D76D7&NOTM_OUT=&EOM=1
    How can I retrieve shopping cart number from these guids ?
    Thank you very much.
    Regards,
    Peggy

    Hello,
    E-mail data extraction is done by method EMAIL_DATA_EXTRACT from class /SAPSRM/CL_OFFLINEAPP_INBOUND.
    With the exporting parameter EV_WIID, call function BBP_PDH_WFL_OBJECT_WI_GET: you will get the Shopping Cart number.
    To have an idea of the whole mail data extraction process, check report /SAPSRM/OFFLINEAPPROVALGET
    Regards.
    Laurent.

  • How to change Shopping cart error messages.

    Hi,
    My Client side end users are trying to create shopping carts, and if the shopping cart fails in backend side, it will display error message in status like 'Item Contain Error' or 'Backend Document not able to generate' like this.
    But, by looking the shopping cart status my end user not able to understand the problem. every time then need to run t.code RZ20 and check. for them its time taking. So they want to see the detail messge in the shopping cart status it self.
    Could anybody help me how to replace the message with detail message.
    Thanks,
    Ram.

    Hi Scot is correct.
    we should not give access to requestor all this access.
    admin should aware to identify the problem and correct the data and submit it the cart etc..
    if the employee role only can not even see error in processs (even his cart).
    only admin can process or admin can inform the requestor instruct the requestor to create a new cart ..
    upon business process
    br
    muthu

  • FM for Shopping Cart Approve/Reject with comments

    Hi,
    I am looking for a FM for Approve/Reject a shopping cart/Work item ID with writing comments on Approve/Reject.
    Thanks,
    Fract

    Hi Fract,
    Yuo can change the status of shopping cart by using FM:
    BBP_PD_SC_STATUS_CHANGE_WF
    but adding commnets is not possible here.
    You can try to copy this FM and then modify the parameters to add comments though.

Maybe you are looking for

  • How to install Photoshop CS6 Extended for Mac with no DVD drive?

    I have bought the Photoshop CS6 Extended for Students for my new Mac and realized that I don't have a DVD drive to install it on. Is there a way that I can install the program without the cd? I have looked into the "free trial then activate" route an

  • Expanding nodes in JTree

    I have an application that uses JTree I create the Jtree but I want to expand to see and select a node. I have the object of the node and the TreePath but I can't expand the tree using expandPath(), makeVisible(), scrollPathToVisible(path), etc. It s

  • Logic with Mac Pro

    I hope this is in the right forum but please forgive me if not. Would it be better to have 2 or 3 hard drives with the system on one and samples on another or 3 hard drives in a RAID 5? If it would be better to have them in a RAID would it be best to

  • When-tab-page-changed not firing

    I have 2 seperate forms opened on a single page. One displays on left side of screen and has tabs. One display on right side. If I am currently on my right side form (no tabs) and click on a tab on the left side form, it seems the 'When-tab-page-chan

  • QuickTime7 not compatible with my OS.

    Running with Windows Millennium OS. QuickTime 7 is not supported for OS prior to Window 2000 and does not install. As we use QuickTime often, does anyone know if an earlier version of QuickTime is available? I have searched the Apple.com Downloads wi