Shop on behalf of functionality

Hi SRM gurus,
We have an issue in the "Shop on Behalf of " functionality.
Our purchaser shops for the employee and is able to create a shopping cart.
But we see that the approvers meant for our employee is not visible in the approval preview rather the managers meant for purchaser is seen because the WF for the employee is not triggered.
Our requirement is when our purchaser creates a SC, the employee's managers should get this SC for approval.
Any suggestions.
We have nstep BADI WF ( 140000133) for SC and our abaper looking into the code says that there is no field which catches the employee except the one in the final description (EMPLOYEE 05.06.07 ). Any clues please.
We are on SRM 4.0, patch level 00008
Best reg.,
Sridhar.
Message was edited by:
        P.T. Sridharbabu

Hi
<b><u>This is quite easily possible.</u></b>
<u>Ask you ABAPER to fetch the Shopping cart details, user BBP_PD_SC_GETDETAIL function module.</u>
<u>The BADI  - BBP_WFL_APPROV_BADI  contains the parameters
OBJECT_ID, GUID and OBJECT_TYPE. Implement the BADI for the Filter type - BUS2121 (shopping cart).</u>
*--- Get the details of the shopping cart
  CALL FUNCTION 'BBP_PD_SC_GETDETAIL'
    EXPORTING
      i_guid          = l_guid
      i_object_id     = object_id
      i_with_itemdata = 'X'
    IMPORTING
      e_header        = ls_header
    TABLES
      e_item          = t_item.
<u>E_HEADER (ls_header here) structure will contain field called created_by (which will the Employee name - Requisitioner in that case).</u>
Hope this will defintely help.
Regards
- Atul

Similar Messages

  • Shop On Behalf Of functionality in EBPu2019

    Hi,
    Our Client wants to implement Shop On Behalf Of functionality in EBPu2019 for the current SRM 3.0 version
    Ca you explain the step by step procedure for the same .
    Config steps
    Regards
    Ganesh Kumar .G

    Hi Ganesh,
    Have look at this help document:
    http://help.sap.com/saphelp_srm40/helpdata/en/77/b9f63ad4ac7303e10000000a114084/frameset.htm
    Hope this helps.
    Thanks,
    Pradeep

  • Enable the Shop on Behalf functionality for Employee Self Service Role (Requisitioner) in SRM 7 EHP 3

    Dear All,
    We are in SRM 7.0 EHP 3 and we are planning to add the shop on behalf functionality for our requisitioner (Employee Self Service Role). As per the standard, we are aware that it can be implemented in SC professional.
    Is there a way to add the SOB functionality in SC Wizard as well. We have tried the below suggestion.
    Enhance the BBP_SC_MODIFY_UI BADI. But it hasn't helped us where the link is not at all appearing. Could you please advise if there is any enhancement needs to be done in Web Dynpro level or the changes need to be done in BADI and also in Web Dynpro level.
    Thanks in advance for your help.
    Best Regards,
    Bharathi

    You observation is correct and it is the standard design of such portal roles as SRM Administrator, SRM Strategic Purchaser, or SRM Operational Purchaser to not have "personalization", but only Employee Self Service role.

  • ''Shop on behalf' functionality doesn't work

    Hello,
    I am facing a problem with 'Shop on behalf' functionality.
    Using transaction BBPSC02 , I create a SC from  'describe requirement', i enter a user name in Goods Recipient.
    But  the user entered in field Goods Recipient can not retrieve the PO created from the SC in transaction BBPCF02.
    Is there an additional customizing to allow 'shop on behalf' functionality?
    Regards,
    Shaiek

    Hi
    Seems to be a SAP Basis Issue.
    Please attach the standard roles to the EBP user.
    SAP_EC_BBP_ADMINISTRATOR
    SAP_BBP_STAL_ADMINISTRATOR
    Hope this will help.
    Please reward suitable points.
    Regards
    - Atul

  • Shop on behalf and limit items on BBPSC02

    Hi experts,
    We are on SRM 5.0 using classic scenario.
    Is it possible to activate the 'shop on behalf' function and order limit items using BBPSC02? If yes, how?
    Kind Regards,
    Tom

    Hi Tom,
    You can Shop on Behalf of other person even though you are in classic scenario.
    I think this functionality is scenario independent.
    The only difference here is instead of creating a P.O in SRM the system will create either a P.R or P.O in back end R/3 based on the completeness of shopping cart.
    As far as limit items are concerned i have never tried a scenario like this but you can surely do Shop on behalf in classic scenario.
    Hope this makes you more clear and helps in resolving your issue. Clarifications are welcome.
    Award points for helpful answers.
    Rgds,
    Teja

  • Team shopping cart and Shopping on behalf

    Dear Experts,
    What is the difference you have observed between team shopping cart and Shopping on behalf?
    Do you observe differences other than the below ones:
    1. Team shopping cart can be taken over by any one in the team defined in the substitution of the creator in any stage (including even draft stage) so that the team members can enhance the shopping cart and take over it in the absence of the creator.
    However, 'Shopping on behalf' does not offer the same flexibility. In absence of the shopping cart creator, the original requestor (shop for) can just have receive or confirm the delivery in the shopping cart.
    Do you see any other differences other than the above ones?
    Regards,
    Ranjan

    Hello Ranjan
    Please find the answer below:
    In both team purchasing and shopping on behalf of other users, a person other than the requester is involved in processing the shopping cart. However, the two functions are used in different situations:
    If someone shops on behalf of another user, typically a single person works with the shopping cart from the start of the requisitioning process. For example, a purchasing assistant or secretary creates a shopping cart for a manager and follows the process through until the confirmation or invoice is created. Only the person on whose behalf the shopping cart is created can take over the shopping cart or the follow-on documents.
    In team purchasing, any user who is defined as a procurement substitute can take over the shopping cart. Within this process, several users can be involved and can take over the team shopping cart from each other. This can be useful, for example, in the following situations:
    An employee leaves the company, and the successor later takes over this person's responsibilities.
    An employee is sick, and a colleague takes over the shopping cart.
    A team of employees works in shifts, and a shopping cart that is time-critical must be processed by a colleague working in a different shift.
    Well, the reference to this answer is:
    [http://help.sap.com/saphelp_srm70/helpdata/EN/8e/1753cca4a6450784f3e2d1ecf6b09a/frameset.htm]
    Best Regards,
    Lakshmi

  • Rejection of Shopping Cart created as shop on behalf in SRM

    I have an issue regarding shop on behalf in SRM
    A shopping cart is created as shop on behalf and needs approval from a manager. If the manager rejects it, then the shopping cart is returned to the user that has been shopped on behalf of – not the user who did the shop on behalf. Is there a way to change this?

    Hi
    <u>You need to customize you SRM Business Workflow in this case.
    Please use the following useful links to refer in this case.</u>
    <b>WF - Substitution
    Using SWB_PROCUREMENT, HELP...
    Re: How to handle when the "approvers" goes out of the company ? :-(
    Re: WF - Substitution
    Re: Substitutes for Approval
    Re: Regarding  change of Approver via Report
    http://help.sap.com/saphelp_srm50/helpdata/en/aa/f0da429d4e204de10000000a155106/frameset.htm</b>
    Incase this does not help, please raise an OSS message with SAP as well.
    Incase you need any assistance, let me know.
    Hope this will help.
    Regards
    - Atul

  • Shop on behalf - Limit CC list on only allowed

    Hello all,
    EBP 5.0, R/3 4.7, classic scenario.
    In Shop-on-behalf is there possibility to limit search for Cost centres only to allowed list.
    We are using RFC user with SAP_ALL but would like to limit before call is executed that user who iz searching can see only cost centers from attributes.
    TIA
    Gordan

    Hi,
      The foll threads might be useful :
    1> How to restrict the Cost Center Search ?
    2> Input help for cost center & WBS element not working
    BR,
    DIsha.
    Pls rewrad points for helpful asnwers

  • How to technically distinguish Shop on behalf and substitution

    Dear All,
    I am unable to distinguish ( by coding ) Shop on behalf and Substitution. Whenever I am doing Substitution, the approval list is showing Shop on behalf. Additionally the initial approver is not getting deleted. The substitute approver is adding into the list.
    Please suggest.
    Best wishes,
    Atanu Dey

    Hi,
    Inbox substitute information is stored in the table HRUS_D2.
    Regards,
    Masa

  • Trying to do shop on behalf.

    Hi SRM Guru's
            While iam trying to do shop on behalf of my manager iam not able to find my manager's name in that list.
    Please suggest what can i suppose to do if i have to find my manager name.
    please help me.
    Thanks & Regards
    kala

    Hello,
    Please check the attribute Requisitioner for your user in Org structure. 
    Add the entry in the attribute. US XXXX where XXXX is your manager user ID.
    Hope this solves.
    Thanks
    Ashutosh

  • Is there any field for shop on behalf indicator.

    Hi,
    My requirement is to find out whether the shopping cart is shop on behalf or normal shop scenario . Is there any field or any table where in i can get whether sc is shop on behalf SC or normal shop scenario SC.
    Regards,
    Neelima.

    hi
    Please check in the Table : CRMD_ORDERADM_H  for the shopping cart the name of the creator .
    from that you can findout whether who has created the SC
    (or) check in PPOSA_BBP for the particular user in the Attribute tab for the attribute :requistioner.
    Regards
    G.Ganesh Kumar

  • Issue on behalf of functionality in the shopping cart

    Hi,
    Suppose A & B users are there . If A  created shopping cart on behalf of B. User A name is appearing in the shopping cart instead of appearing user B in the requester field.
    Is it need to do any settings to get the B user in the requester field?
    Can any body please give me the solution.
    Thanks in advance.

    Dear Poster
    Your thread has had no response since it's creation over
    1 year ago, therefore, I am closing the thread.
    Should the issue still be outstanding please create a new thread in the relevent forum.
    Thank you for your compliance in this regard.
    Jason Boggans
    SAP SRM SDN Moderator

  • How to change Vendor text  in shopping cart using BADI/Function module

    Hi
    If any could help me out that i want to change vendor text using BADI/FMs.
    Using  BADI" bbp_catalog_transfer"   i dint find any parameter for vendor text. please let me know if there any idea to resolve the problem

    Hi,
    you should find the vendor text within the BAdi
    BBP_DOC_CHANGE
    Method for shopping carts
    BBP_SC_CHANGE
    Here you could use the Changing Parameter
    CT_LONGTEXT
    The table contains 2 important fields:
    TDID, where you can identify the type of text, in your case this should be ITXT for standard shopping carts (vendor text within positions)
    TDLINE: which contains the text
    You are now able to change the vendor text directly within this BAdi with standard ABAP methods.
    Best regards
    Andreas

  • Saved Shopping Cart Display/Edit functions are not working

    Hello SRM experts,
    The problem that I have is that the buttons like Display, Edit, etc are not working on a saved Shopping Cart. What is the best way to debug this problem? How would I find out what methods are being called on the SRM system or if some entries are missing in some table for BUS2121?
    We are on SRM 7.0 PPS SPS 5, Portal 7.01 SPS 5.0.
    Thanks,
    Mani

    Hi Mani,
    We are also facing a similar issue. Our protocol is HTTP throughout but still the issue persists.
    Can you shed some light on any other config that you changed?
    Regards,
    Nikhil

  • Shop for issue in SC

    Hi
    The user is assigned to the EBP purchasing org and he is having the BP number in EBP 5.0.
    when I am trying to create the SC behalf of him(Shop for), the user is not exisiting in the search.
    Please advise.
    Thanks & Regards
    Sada

    Hi
    Please go through the threads as well ->
    Shop on behalf - Requester not found
    Re: Shop on behalf of functionality
    Shopping on behalf-of
    Configuration for shopping on behalf of someone
    Regards
    - Atul

Maybe you are looking for

  • SEFAZ Contingência 2.0 - Duvida

    Olá pessoall bom dia, espero que todos estejam bem. Bom realizei a configuração da nova contingência SEFAZ SVCAN E SVCRS para versão 2.0 e 3.10, porém para situação atual do projeto devemos apenas testar a versão 2.0. O que estou bem confuso é, fiz t

  • After upgrading to mac os x snow leopard iphoto slide show will not play . why is this ?

    AFTER UPGRADING TO MAC OS X SNOW LEOPARD I CANNOT USE IPHOTO SLIDE SHOW. WHAT HAS HAPPENED?

  • Printing problems with Adobe SC3 on iMac 27"

    I have a printing problem: When I want to print something from any of Adobe CS3 applications they suddenly crushes. I work on new iMac 27" (Intel Core i5, 3,2 GHz, OS X 10.9.2). Adobe CS3 worked correctly on my previous Mac G5.

  • Use of XSLT mapping?

    Hi, I would like to know "what is the need of XSLT mapping?" and "In which scenario XSLT mapping is used?". Thanks in advance. Regards, Archana

  • A structure with mutiple data types or array of array

    I want to read some soft of a table from a text file and want to store in a structure (not in database) for future use. I want the structure to have rows and columns when I need to reach. Colums should store multiple data types (int and/or string). I