SRM7 shopping cart item clipboard management - how to delete/remove

In SRM 7.0, after adding a shopping cart item, in "Item Overview" you can use button "Copy" to "Copy selected item to clipboard".   If there is an item stored in clipboard, the button "Paste" is enabled and user can "Paste clipboard contents".
My question is how to delete the clipboard content in "Item Overview"?  Unlike clipboard in "Account Assignment", there is a button for user to delete clipboard content.

Hi K,
I think this question was auto marked as Answered by SCN.  There is no answer at the moment.
May be you can open a new thread for the same question.
Regards,
Donald

Similar Messages

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

  • SRM 7.0 Shopping Cart Item - customizing Delivery Address Tab fields

    Hi experts,
    I have to make the fields of tab Delivery Address in the Shopping Cart (Item detail) only readable.
    In other threads I found similar questions: in SRM 7.0 I have to go in Customizing
    SAP Supplier Relationship Management -> SRM Server -> Cross Application Basic Settings -> Extensions and Field Control (Personalization) -> Configure field control
    and add fields for which I want properties to be changed.
    The problem is that at start of the SC creation the fields are blank again, they became gray only if, for example, I take an address with the match code on NAME field, that populate the other field of the tab. Or if I check the document after I've insert the address Name.
    Thank you in advance.
    Enrico Righetto

    Hello,
    Check here how the delivery address determination works:
    http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=230261594
    If field is made as read only when address is maintained, the best option would be to maintain a standard address number in ADDR_SHIPT attribute in PPOMA_BBP.
    Regards,
    Ricardo

  • Shopping Cart Item deletable after approval

    Hello all,
    I have an issue regarding Shopping Carts: When a Shopping Cart is approved, gives a Purchase Order which is sent to Vendor, Requester can still delete Item of Shopping Cart, which has effect to delete Item in Purchase Order. I opened a message for SAP but they tell me this is the standard behavior which is for me a non sense!
    I would like to know if you already met the fact that Shopping Cart Item being deletable after approval and if you corrected it, how?
    Thanks,
    Patrick
    PS: I am working on SRM 5.0

    Hi,
    Yes this is a standard behaviour.
    The business case is a user who made a mistake and do not have access to PO due to lack of authorization.
    He should be able to delete his SC which trigger a delete status at PO item level.
    Then , if system is well configured, an update output is triggered to communicate to the vendor taht the line item has been deleted.
    If you do not want this behaviour, just modify the roel authorization in PFCG transaction.
    Kind regards,
    Yann

  • BBP_CREATE_PO_BACK & shopping cart items

    Hi,
    How do I identify in BADI BBP_CREATE_PO_BACK
    which purchase order item relates to which
    shopping cart item ?
    eg SC has 3 lines :
    1. widget      ->  purch req
    2. red thingy  -> PO item 1
    3. blue thingy -> PO item 2
    In the above-mentioned BADI how can I tell that PO
    item 1 came from shopping cart line 2 ?
    ( BADI logic needs to go back to SC item.... )
    Message was edited by: Ian Huxley

    Hello Ian,
    what do you want to do ?
    - send sc item reference to R/3 PO item or
    - identify originating SC item to complete some PO data before sending data to R/3
    During SC transfer, the Backend ref is stored at SC item level in BBP_PDBEI (business object BUS2012 & backend obj ID). Backend PO item # is not yet stored (done later by CLEAN_REQREQ_UP), but in fact PO & SC items are sorted in the same order.
    Ex:
    Order a SC with 5 items, at the beginning of the transfer, SRM groups SC items and stores PO ID for each SC item:
    SC item 1 --> PO 5000000001
    SC item 2 --> PO 5000000002
    SC item 3 --> PO 5000000001
    SC item 4 --> PO 5000000002
    SC item 5 --> PO 5000000001
    This will create 2 PO in R/3:
    PO 5000000001
    PO item 1 --> from SC item 1
    PO item 2 --> from SC item 3
    PO item 3 --> from SC item 5
    PO 5000000002
    PO item 1  --> from SC item 2
    PO item 2  --> from SC item 4
    Those PO item / SC item links are updated by CLEAN_REQREQ_UP.
    So in the BADI, if you look at SC items linked to the current PO ID (in table BBP_PDBEI), you should find only the relevant SC items (ex 3 items for PO 5000000001).
    Get rid of deleted items, sort them by internal number, and you have identified which PO item relates to which SC item !!!
    I think you can use function BBP_PD_OBJREL_READ_VIA_REF to retrieve SC items linked to a PO.
    Hope this is clear enough and will help you.
    Rgds
    Christophe
    PS: please reward points for helpfull answers

  • Add a new tab with customer fields to shopping cart item

    Hello Experts,
    I wanted some help in adding a new tab to shopping cart items. I went through some posts and found ways of doing it using some spro settings, but there is no way i can handle the field type in this.
    I want a customer field which is a checkbox, how would i add this?
    Moreover if i use spro the tab will by default be called as "Table Extensions" , i want to give it a specific name.
    In case i am adding a new webdynpro component , how would i go ahead with this? what is the name of the fpm config where i need to add my customer webdynpro component?
    So could someone please help me with this requirement.
    Regards,
    cruiser

    Hello,
    Please follow below steps,
    1.  Appending the fields to the structure in Se11 i.e INCL_EEW_PD_ITEM_CST_SC
    x = header, item
    y = PO,SC
    2.  SAP SRM->SRM server-> Cross-Application Basic setting ->extension and field controls->create a  table extension and supply with data->define customer table extension .( ZAINCL_EEW_PD_ITEM_CST_SC)
    3.  Set the visibility of  table extension thru control table extension and their fields and actions
        use configure  visibility of table like item enchancements
    Bus. Object Set Type  : TICUS
    Bus. Object Type         :BUS2121
    Transaction Type        :SHC
    PDO set exist   :X
    4. Configure Control of Fields of Table Extensions
    Bus. Object Set Type : TICUS
    Structure Field Name : Field name
    Bus. Object Type       :BUS2121
    Set Level                   : ITEM
    Field visible: X
    Field Enable: X
    5. Configure control action
    6. Maintain  view /SAPSRM/V_MDFSBC_DEFAULT
    Bus. Object Set Type : TICUS
    Structure Field Name : Field name
    Bus. Object Type       :BUS2121
    Set Level                   : ITEM
    Field visible: X
    Field Enable: X
    Regards,
    Neelima

  • Add shopping cart item functionality is not working in PO

    Hi Experts,
    I found that Add shopping cart item functionality is not working in Purchase order.
    We are raising the Purchase order in SRM and i am trying to use the Add shopping cart item functionality to add the shopping carts line item in to purchase order.
    Once I will click on start search, it will give me a list of Approved shopping cat and when I am trying to add any shopping cart in PO line item, nothing is happening and  It is not allowing me to add the shopping cart line items in to this PO and also there is no error message.
    Please suggest us how i can fix this issue.
    Thanks in advance.

    HI,
    If the shopping cart's have same vendor and company code, then only we can club the shopping carts
    in to single PO.
    Please go throught it
    http://help.sap.com/saphelp_srm40/helpdata/en/38/4cc5376848616ae10000009b38f889/frameset.htm

  • Copy shopping cart item (originally from catalog), able to change price

    We create a shopping cart item by selecting a catalog item from CCM 2.0. The price is not changeable, as we would expect.
    We then copy that item in the cart to create item 2. However, the price in item 2 is now changeable, even though it was copied from catalog item 1.
    We have implemented OSS note 693175 which gives us the ability to change the price of a catalog zero priced item, which is what we want.
    But we do not want to be able to amend the price of catalog items that have been copied to new items.
    Can we prevent a catalog item that has been copied from having its price changed?
    Thanks
    Neil

    Hi Neil,
    I think any item that is copied from another line item can be changeable irrespective of whether the first item was a catalog item or not.
    You are just copying a line item and is not directly taken from catalog.
    So the system allows you to change the item details.
    If you want to order the same item at same price then what is the need for copying it as second line item.
    Hope this makes you clear.
    Rgds,
    Teja

  • SRM4 - Shopping Cart - Item Details - Expand Area title change

    Hello gurus
    could you point me in the right direction to change the title of the expand area in Shopping Cart  - Item Details: - Vendor Text and Internal Note ?
    Thank you very much
    Imrich

    found it on the screen
    SAPLBBP_SC_UI_ITS                       0120

  • How to delete/remove the software component from integration repository

    Dear All
    How to delete/remove the software component from integration repository which we have created some Data and message types.
    Regards
    Blue

    Hi,
      Follow the steps below to delete the Software component:
    1. Delete the created Data Types, Message Types, Message Interfaces, Message Mappings, Interface Mappings and other imported objects like RFC's or IDoc's. Activate all changes.
    2. Then delete the namespace and the default datatypes present with the namespace after checking "objects are modifiable".
    3. Then delete the SW component, after placing the radio button in "Not permitted".
    Regds,
    Pinangshuk.

  • SRM 7.0 - Configure Field Control for Shopping Cart Item Overview

    Hi,
    I am able to hide fields in the shopping item details using the "Configure Control for Fields on Item Level" node in the IMG. 
    However, this same configuration does not seem to work for fields that are in the item overview of the shopping cart.  Any advice on how/why this seems to work differently?
    I do want to hide fields via config, not as an end-user.
    Thanks!
    Matt

    Hello Matt,
    You will find this useful.
    https://websmp105.sap-ag.de/~sapidb/011000358700001969972008E.pdf
    Thanks
    Ashutosh

  • Shopping cart - item status table

    Hi Friends,
    I have a requirement to develop a Z report which should include two status fields of Shopping Cart.
    One status column should show status at header level and the other should show status at item level.
    I am able to fetch the Status of the Shopping Cart at header level, but I am unable to find logic to pick to status at the item level.
    Can anyone explain how can I get the item status information.
    Thanks and Regards
    Vamshi Sreerangam

    Hi,
    The function module BBP_PD_SC_ITEM_STATUS_CHECK will give you the item status of the shopping cart.
    You have to pass the guid of the shopping cart and the item for which you want to find the status , then you ll get the status of the item in the export parameter ev_status.
    Thanks&Regards
    Ankita

  • Shopping Cart Item wise PO or PR creation in backend system.

    HI Experts,
    I have one doubt in the shopping cart,can any one of you tell me the customizing setting for the same.
    Whenever we create shopping cart either PO or PR is created in backend system as per the requirement of client,there must be some customizing settings need to be done for the same.
    What is that customizing settings????reply for both PR as well as PO.
    Also when we have multiple line items in Shopping cart and if we want to create PO for one line item and PR for other line item in the back end system then how to change this setting for achieving item specific customizing?????
    Thanks in Advance,Please help.
    Thanks & Regards,
    Paresh Sojitra.

    Hi,
    1. Using Business Add-In BBP_CREATE_BE_RQ_NEW you can change all the data that is transferred to the backend system for generation of a requirement. This includes, for example, item data, account assignment data, and texts. You can access all the shopping cart data in the method FILL_RQ_INTERFACE for generation of the backend reservation via the BAPI BAPI_REQUISITION_CREATE
    2. Using the Business Add-In BBP_CREATE_BE_RS_NEW, you can change all the data that is transferred to the backend system for generation of a reservation. This includes header and item data.
    All the shopping cart data is available as input parameters.
    3. With Business Add-In BBP_CTR_BE_CREATE, you can replace or supplement existing contract data in SAP Enterprise Buyer with your own backend structures and tables. Enterprise Buyer calls this BAdI before it makes the RFC to the backend system to create a contract.
    For more details go through SE18 Badi documentation..
    Q Also in the the above case if i want to create Reservation for one item of shopping cart then what to do???????? and what to do for Contract creation in backend system????
    A. When you create SC for item, if the item was stock item in backend system automatically created reservation as mentioned in above settings.
    in classic scenario contracts are created in R/3 System.
    Thanks
    prasad.s

  • Shopping cart items revert to "Awaiting Approval"

    Hello all,
    I have situation where manager approved partially shopping cart. When requestor checks the shopping cart some items are in status "Rejected" and some in "Approved".
    Afterwards requestor just accept changes. When he press "Accept Changes" status of approved items is reverted to "Awaiting Approval".
    Funny thing is that when I check item, "Approval" is showing that item is approved by manager and "Follow-on Document" is showing "Awaiting Approval"
    Checking of shopping cart via BBP_PD gives information for header "I1106 Shopping cart ordered" and for workflow status is COMPLETED. There is no any alert.
    BBP_WFL_SECURITY is set to "Low" for both roles, but behaviour is the same for all levels.
    HELP
    Gordan

    Hi Gordan,
    I am facing exactly the same issue but for a different workflow (WS10000276 - Value limit single).
    Were you able to find a solution for this issue? Please let me know the solution.
    Regards
    Srivatsan

  • Printing Shopping Cart Items

    Hi, I'm working an app that contains a shopping cart feature.
    I would like to allow the users to print the items of the shopping
    cart in an organized format. Maybe they print the cart view or
    maybe the itemson how to print the cart could be transfered to a
    Datgrid format for printing, whatever. I'm just looking for some
    guidance on the best way to allow the user to print. Please provide
    an example or a link to an example.
    TP

    Hi Gordan,
    I am facing exactly the same issue but for a different workflow (WS10000276 - Value limit single).
    Were you able to find a solution for this issue? Please let me know the solution.
    Regards
    Srivatsan

Maybe you are looking for