Making shopping cart visible to goods recipient :

Hi Experts!
I need to modifiy the goods receipient of my shopping cart and this change must make the shopping cart become visible to the new goods recipient.
I have done some prototypes and noticed that only when I change the REQUESTER and the GOODS RECIPIENT that the shopping cart becomes visible to the new recipient.
Otherwise, if I modify only the goods recipient, this makes no difference to the supposedly new recipient.
If I modify only the goods recipient of a shopping cart, should I expect the goods recipient to see the shopping cart? Or do I need to modify the requester of the shopping cart as well , i.e making the requester as the good recipient?
Thanks in advance for your reply!
Regards,
Mahesh

Hi. No, you must use a different transaction, BBPCF03 - Central receipt.
This transaction allows any user to receive any PO.
You can then restrict this using the BADI so that the user can only receive the POs where they are the recipient for.
You must change your roles to have transaction BBPCF03 instead of BBPCF02.
Regards,
Dave.

Similar Messages

  • Check on Shop for usrid and Goods recipient field in BADI

    I would like to make a check thro' check docuement BADI in SRM 3.0, Give an error to user if shop for usrid is different from Goods recipient field in the shopping cart.
    In which structure the shop for usrid information is stored and how should I read it. I can get the goods recipient information from structure-BBP_PDS_PARTNER.
    Any help is greatly appreciated.
    Thanks in advance!
    Mrudula

    Thanks Rupali,
    I've already created my search help and search help goes well with any of my ztable or zprogram. But, the field where I want to add my search help is a standard migo program SAPLMIGO, and the field where I want to add search help is "good recipient" field under "where" tab of "migo" transaction.
    And the name of the field is WEMPF, which belongs to the sap standard structure GOITEM.
    So, SAP wont allow me to edit it's standard tables. Is there any other alternative?
    ~With Regards,
       Him

  • Shopping cart not emitted to the right manager cause change unit

    Hi guys,
    We did a shopping cart , unfortunately the manager assigned is not the good one , the status is 'Awaiting approval' ,the requester is not linked to  the same unit of  the manager's one.
    We would like to redirect his shopping cart  towards the good manager linked at least to a different unit.
    The requester has changed unit.
    Is it possible for a given manager not related directly to the requester to redirect the shopping cart  he is not the recipient to another manager in his own workplace.
    Thank you in advance for your answer.
                       Best regards Mahmoud

    Hi Mahmoud,
    If you are using a BAdI - BBP_WFL_APPROV_BADI then incase if your workflow doesn't find any approver, you can append APPROVAL_ADMINISTRATORS table.
    In this way, you are direct your SC to administator's approval.
    Your code will like this -
    <i><b>IF approval_table[] IS INITIAL.
    if no approver found because send sc to default administrator
    ls_approver-approval_index = actual_approval_index.
              ls_approver-approval_agent = 'USMAHMOUD'.
              ls_approver-name = 'Mahmoud Mahmoudi'.
              APPEND ls_approver TO approval_administrators.
            ENDIF.
    ENDIF.</b></i>
    Please reward few points, if you find this useful.
    Regards.
    Pras

  • Shopping cart classic with reservation scenario?

    Dear Colleagues,
    I have created a shopping cart with internal goods (stock item). The shopping cart created a reservation in ERP MM system.
    Now, I try to create a confirmation against the shopping cart in SAP SRM system. However, the button 'confirmation' is not active for the shopping cart.
    If I try to create goods issue against the reservation in SAP MM (MB1A), the system is not allowing me to do so.
    Could you please help what is the sequence of activities in reservation scenario so that shopping cart can be completed from SRM side?
    Thanks in advance,
    Ranjan

    Version SRM ?sp ?
    give more details of the shopping cart? what about cost center like multiple cost center distribution .
    movement type in ECC for that reservation . what exactly you did on reservation.
    any errors you get while GI against that reservation.
    SRM just creates a follow on document in ECC for that shopping cart item since stock available and upon SRM configuration
    WHAT I STHE SHPPING CART item staus now?
    Does your reservation appear in the Stock/Requirements List MD04 ?
    give more clues for  others.
    Muthu

  • Shopping cart in flash 8

    I made a Flash website of online shopping. I used PHP as a
    getway.My problem is, when I adding a new iteam to the cart, then
    flash sending a id to the php and on the base of this id php re
    write the xml or updating the xml.
    The php part is working fine and it's generating the new xml
    for shopping cart, which is reflecting on the flash, but only in
    fire fox browser. When I open this site [
    http://70.86.44.10/~demo/design/greenpets/
    ] on internet explorer, it fetching the xml from the temporary
    internatet folder [ cookies ] and so the latest xml is not
    reflecting on the flash. I studied more to slove the problem.
    They all saying to use xml socket to solve the problem. I
    also studied about xml socket, but I am not getting clear what they
    want to say.
    My question are these..................
    1. what is the actual process of making shopping cart
    function in flash.
    2.If my way of working is right, then how can I overcome this
    problem?
    3.If I have to use xml socket, then how I will do it?
    4.Is there any other way of delete cookies in ie? So that it
    can fetch the latest xml?
    please send me the solution.
    [email protected]

    Hi,
    the POST method works fine, but not from the Flash IDE, when
    you test the movie. From the getURL Help:
    quote:
    Make sure you test your documents in a browser window,
    because otherwise your variables are sent using GET
    So when you use POST, you have to test the movie in a
    browser. When it's working right, there shouldn't be any variables
    in the URL string at all, because POST sends them in an extra
    header. I just mention that because you wrote
    quote:
    Which is TOTALLY incorrect! It SHOULD read like this:
    http://ww9.aitsafe.com/cf/add.cfm?userid=[THEPASSEDVARIABLE
    and so on.
    This would be the case when you use GET, so make sure you use
    the right method.
    Another thing: getURL sends ALL defined variables that exist
    in the movie. If you just want to send some chosen ones, have a
    look at the LoadVars class. It lets you specify which vars to send,
    and you also have more control over the loading progress through
    some events.
    greets,
    blemmo

  • Update Requestor and Goods Recipient in Purchase Order/Shopping Cart

    Hello guys,
    we have created a Z program that transfers objects Purchase Order/Shopping Cart from one user to another.
    In our Z program we transfer the CRMD_PARTNER-PARTNER_NO, ADDR_NR and ADDR_NP from the old user to the new user.
    Also in CRMD_ORDERADM_H and CRMD_ORDERADM_I we change the field CREATED_BY from the old user to the new user.
    The problem we have seen is that in header position in SRM portal we see the old user in Requestor and Goods Recipient, and in table CRMD_PARTNER the PARTNER_NO is the new user, Another strange thing is that if we see detailed position of the Purchase Order we see the new user in Requestor and in Good Recipient.
    In resume, we see different things in position that in header. Could it be possible? We are doing wrong the update?
    Many thanks in advance.
    Regards,
    Xavier.

    Hello Xavier,
    If partner "Requester" and/or "Goods Recipient" is different between PO items and there was previously a "Requester" and/or a "Goods Recipient" at PO header, after your update, partner at header level should have field CRMD_PARTNER-DISABLED set: "Requester" and /or "Goods Recipient" is active at header level only if the same partner is populated for all PO items.
    Concerning SC, there is no "Requester" and/or "Goods Recipient" at header level.
    Be that as it may, if you use function modules BBP_PD_PO_UPDATE,  BBP_PD_PO_SAVE and BAPI_TRANSACTION_COMMIT, modifications will be OK (do not forget to not populate table I_PARTNER for partner at header level if partners are different at item level).
    Regards.
    Laurent.

  • Disable 'Find' (good /service) function in 'items in shopping cart' SRM 5.5

    Hi SRM experts,
    after clicking on Shopping Cart (- Full functionality) you have the choice of searching in catalogs or you can scroll down to 'Items in Shopping cart' and enter the product-id directly in 'Good / Service'.
    How can I disable this 'Find' option? So not the whole line, but only the 'find' option with the binoculars.
    Hope you can help me out with this one.

    Hi Kubus,
    I think you are talking about the 'Order as Direct Materail' button..
    Use BBP_DP_PROD_CHK_BADI.
    Method PRODUCT_CHECK
    Clear the parameter EV_DP_POSSIBLE.
    Have a look at the following link:
    Hide order as direct material button
    Thanks,
    Pradeep

  • Shopping Cart attachment is not visible in Purchase order

    Hello All
    I am new to SRM world and struggling with below issue.
    When we are attaching documents in shopping carts then those documents are not visible in back end purchase orders. Problem here is that this scenario is running fine on our productions system but not on quality system. So  I assume that there is no problem with code (BADIs implemented). If this would have been code then this problem would have been on Production also.
    When I go to purchase orders attachment tab then I am able to see the document name there but when I go to Originals Tab then I am not able to see actual document (PDF).
    What could be wrong with configurations here?? DC10, 20 and 30 configurations are same on Quality and production.
    Please advise on this.

    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

  • Custom Field make visible in Shopping cart in SRM 7.0

    Hi,
    I have added a Custom field to Shopping Cart line item level through IMG. I have added a Custom filed at IMG , Configure Custom Fields -> Define Customer Display fileds at ITem level, I have added my field to Appended Structure and Save it. Then I went to Portal SHopping Cart screen Item level I am  not able to see my field.  What are the next steps missed  to appear my custom field on Portal Shopping cart Screen?
    I appreciate your help!!
    Thanks,
    Monica

    Masa,
    Configure Field Control -> Configure Control for Fields on Item Level
    I  follow the above path and click on it. I am seeing two activities: 1)  Metadata for Fields on Item Level 2)  Default Metadata for Fields in Items that do not (yet) Exist
    I choose first one 1)Metadata for Fields on Item Level , Selected Business Object BUS2121 and Stru Field Name my custom column , Field Enabled and Visible is Checked and Save it.  Still its not showing up in the Portal Screen. Do I need to fill any other fields Like Bus Obj Sub Type, Tans Type,Item Type?
    I tried 2) Default Metadata for Fields in Items that do not (yet) Exist*
    one also with same above process.  Still its not showing up in the Portal Screen.
    Am I missing anything? Still do I need do anything?
    Thanks for your help!!
    Thanks,
    Monica

  • Account Assignment data in Shopping Cart not visible after upgrade of  R/3

    Hello,
    We are currently working with SRM 5.0 and R/3 4.6 Backend system.
    We are now upgrading our R/3 system from version 4.6C to ECC 6.0.
    When we try to create a shopping cart, the account assignment Tab is not visible.
    We checked the RFC (SRM-R/3 and R/3-SRM) and they our working fine.
    Now we think the problem is caused by a configuration setting in which one defines the Backend System. In this configuration, the system category is still set to 4.6C (for the logical System of the Backend System)
    We want to change this but in our list of system categories, the ECC 6.0 option is not present!
    Questions:
    1. Is this configuration setting the cause for our account assignment tab problem?
    2. How can one add the System Category ECC 6.0 so it will appear in the configuration setting "Specify Backend System" ?
    Anyone had experience with this? Please give us a clue.
    Thanks in advance.
    Aart

    Hello Aart,
    You can choose the ERP_2.0 option. It contains the correct structures for the new ECC 6.0 system.                                             
    You can change it and retest.
    Kind regards,
    Ricardo

  • Repetation of Fields Requester,Goods Recipent in Shopping Cart Creation

    Hi Freinds,
        We have a requirement in SRM, while Creating a Shopping Cart the fileds Requester,Goods Recipent should repeat automatically for each line items.
    If possible pls help for this requirement so that we can enhence.
    Thanks
    Mukesh

    Hi Mukesh,
    Which version you are handling with? normally for any version you should able to get 7 tabs under item details for each and every line item in the shopping cart (If you are using EBP for direct procurement you will get 6 tabs).
    Regards
    Jagadheesh

  • Supress option "internal Goods/services" in shopping cart creation screen

    Hello,
    We always create shopping carts using catalogs from CCM 20. Therefor we want to supress the standard ordering option "internal goods/services" from the shopping cart template.
    How can one do this easily. It doesnt seem to be configuration.
    Anyone did this before?
    Thanks for any reply.
    Aart

    Hi,
    You are right.You need to implement BADI BBP_SC_MODIFY_UI.
    You can write the foll code in the BADI 'BBP_SC_MODIFY_UI' in the method 'SC_MODIFY_SCREEN' to hide the links for Internal Goods/Services
    *Hide the Link for Internal Goods/Services
    is_scr_itmchoice-product = ' '.
    BR,
    Deepti.

  • Retrieve Recipient and Requestor Information to create Shopping Cart

    Hi Friends,
    I have a requirement that Based on the User ID I need to populate the Recipient and Requestor Information. Also how to populate the Partner Information based on the UserID, I am developing a WebDynpro Application with minimal fields that are required to create the Shopping Cart.
    Please help me solving my issue
    Regards
    Pradeep Goli

    Solved Myself

  • Line item confirmation and goods reciept number of a shopping cart

    Hi All ,
    I am waiting for any response from u guys to my below post ....
    I  have developed an end to end report in SRM which gives us an end to end report of a shopping cart .
    I have got the Shopping Cart details using FM : BBP_PD_SC_GETDETAIL
    for each item of the shopping cart in the table E_ITEM , getting the Po number for it from E_ITEM- BE_OBJECT_ID
    I called FM BBP_BE_PO_GETHISTORY to get the Confirmation and Invoice number from E_HEADER_REL of BBP_BE_PO_GETHISTORY.
    But this function module gives me the confirmation and invoice number of a particular purchase order and
    I am stuck here as I need to find out the confirmation and invoice number of a line item and I am not finding a link between them .
    I tried using FM BBP_PD_PO_GETDETAIL ,
    BBP_PD_PO_GETLIST
    BBP_PD_PO_DOC_FLOW and other function modules also , however they give me the confirmation and invoices o a particular PO but I am not able further drill down to find confirmation and invoivce of a particular line item of a shopping cart …..
    Please let me know if there is a way to find this out ????
    Has anybody have an idea to find this out ????
    Useful answers would be rewarded .
    Regards,
    Prabhu

    Hi All ,
    I was able to get a link using the function module  BBP_PD_SC_GETDETAIL . in the tables E_item  has fields BE_OBJ_ITEM  and the BE_OBJ_ITEM which give the po number and po line item number of each line item .
    then i used BBP_BE_PO_GETHISTORY Fm to get the history of the po and read the line item history based on the BE_OBJ_ITEM  no .
    Thanks to all .
    Prabhu

  • EDIT button not visible in Display Shopping Cart  screen in SRM portal

    Hello everyone,
    I am facing one strange problem in SRM portal.
    When i create a new shopping cart ON BEHALF of someone then after SAVING the shopping cart the EDIT button disappears from the screen.
    But if i create a shopping cart for  myself only then the EDIT button appears properly.
    My system is  SRM 7.0 .
    Please if anyone has solution to this kindly reply

    Found a note for this issue. The note is 1444219

Maybe you are looking for

  • PSE 9 printing problem with Epson printer

    hello there, I am using PSE 9  with Windows XP and Epson 3880 printer. I have re-installed all programs/drivers a couple of times. PSE9 Printer dialogue will not let me print choosing "Let Photoshop Manage Colour".  It will only let me print with "Le

  • Steps to create a read only schema

    Plataform 11.5.10.2 Hi Guys, Can someone provide me with the steps to create a read only schema in Apps please. Thanks in advance

  • Interlacing for photo-jpeg movie

    I originally posted this in the compressor forum. Forgive me for posting again here - I had no response at all on the compressor forum... I'm encoding a DV movie into photo-jpeg. I chose this codec as I believe it provides more accurate frames, rathe

  • Problems installing Adobe Flash Player 14.0.0.125.

    Can not get my MacBook Pro 17" to install Adobe Flash Player 14.0.0.125.  Our iMac installed it. The system hangs forever looking for resources

  • Opteron errata 131 - machine freezes regularly

    Hello, i got a new Dual-DC-Opteron (270) machine using a Tyan Thunder K8SR (S2881) with 4 GB RAM, a scsi boot disk and 4 SATA disks running as a Raid 10 under Solaris VolumeManager. The machine freezes sometimes when i start to copy files to it via N