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

Similar Messages

  • Goods recipient field not available when creating a service purchase req

    We are trying to create a release strategy for purchase requisitions with acount assignments K, F and P.  The release strategy would use the requisitioner and goods recipient fields to determine the release group.  The issue is when creating a purchase req with item category D for any account assignment, the recipient field cannot be populated.  It is greyed out.  I tried setting the field as mandatory in the IMG at the account assignment level but it doesn't prompt me for a recipient if item category D is entered.  Is there a way to allow this field to be populated?  I don't care if the value is transferred to the purchase order but I need it populated to determine the appropriate release strategy.  We are not using workflow so that is not an option.  Any suggestions would be appreciated.

    Srinivas, I appreciate the response but the requisitioner field is not the problem.  I can set that field to mandatory.  The issue is I cannot populate the recipient field that's located on the account assignment tab of the purchase req.  The recipient field can be populated if the item category field is blank but as soon as I populate the item category with D for service, the recipient field is unavailable.  Is there a way to populate this field when the item category is D?

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

  • Change requestor and goods recipient for PO's in SRM

    We have an issue where we want to change the Requestor and goods recipient for PO's in SRM as the requestor is leaving the organization. Do we have any way possible to change the Requestor adn goods recipient for SRM PO's?
    I have found bbp_crr, but it only list partly confirmed/invoiced POs. I'm not sure if the transaction is suppose to do the mass change.
    Thank you
    Joann

    Hello,
    The report BBP_CRR suggests all the POs assigned to a requisitioner , that are to be assigned to a new requisitioner/recipient and that are not closed.
    Once the POs are suggested , you can change for all the POs or make your own selection.
    Hope this information was useful.
    Regards,
    Kalyan

  • Unloading point and Goods recipient in Purchase Requisition

    Hi,
    I have a requirement to update Good Recipient and Unloading point in Purchase requisition.
    I am using BAdI ME_PROCESS_REQ_CUST and PROCESS_ACCOUNT Method.
    in PROCESS_ACCOUNT method I am using IM_ACCOUNT_REF and GET_DATA and SET_DATA methods. and this is working fine for me.
    I need your help in resolving below problem.
    If Purchase already planned with some Materials by an individual, is now added more Materials by another individual, the system should assign the values of the Goods Recipient  and Unloading Point of the second individual to the Material items in the document. The Goods Recipient and Unloading Point values of the existing Material items in the document should remain unchanged, unless these values are specifically changed by the user editing the document or the Material number of the original item has been changed by the user, following which the Goods Recipient  and Unloading Point values of the current user should be adopted instead, overwriting the existing values.
    GET_DATA and SET_DATA methods does not have the inforamtion Material number filed.
    I have also checked GET_PERSISTANT_DATA and GET_PREVIOUS_DATA.
    Please let me know which BAdI and method i can use to cater this requirement. or any Enhancement points.
    Thanks in Advance.

    Hi,
    Reason for not getting populated these fields from PR to PO
    through ME59N or ME21N is because in general, in case of service
    environment, these are not available as explained in attached
    note 118008. Their role is taken by the so-called user fields
    since release 4.0 which are declared as text fields and play
    a purely informative role only....
    These two fields have never been included into the standard
    functionalities due to the basic business process which does not
    include these fields for service transactions/functionalities.
    The fields "unloading point" and "Goods recipient" are not available
    for services in R/3.
    >>The same functionality exists for blanket pos.<<<
    One reason for this is that the account-assignment screen is filled
    by the user on sub-item level. The system aggregates this information
    to item level. This is not possible for the unloading point and goods
    recipient, because there can be several unloading points / goods re-
    cipients for one purchase/requisition order item.
    This functionality won't be available in standard R/3.
    See also note
    633986     FAQ: Account assignment in the service
    Br
    Nadia Orlandi

  • To add F4 help for goods recipient field in MIGO

    Hello,
    I've a requirement in migo, under the details data, we have a "where" tab. 
    Under this tab, there is a field "Goods Recipient" for input.
    Now I've to add a F4 search help for this input field such that it picks up from my ZTABLE.
    Can anyone please suggest how to add the search help for this field.
    Can this be performed using a field exit or any userexit. MBCF0005 or badi MB_MIGO_BADI ?
    Please guide me and thanks in advance.
    ~With Regards,
      Him

    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

  • An unexpected error occurred processing your request. Check the logs for details and correct the problem.

    Hi All,
    I am configuring RSS Viewer webpart to SP 2013. 
    But i am getting an error "An unexpected error occurred processing your request. Check the logs for details and correct the problem."
    I looked for solution of this error. i got to know, we need to set proxy server in web.config file.
    So, in order to resolve this i put the following set of code in web.config and save the file
    <system.net>
        <defaultProxy>
          <proxy usesystemdefault="True" proxyaddress="http://myproxyserver" bypassonlocal="True" />      
        </defaultProxy>
      </system.net>
    But, still i am getting the error. 
    What could be the problem now. 
    Any help is much appreciated. 
    Thanks,
    Rakesh

    Hi Rakesh,
    According to your description, my understanding is that you got an error when you used RSS viewer web part in SharePoint 2013.
    The RSS viewer web part uses authentication delegation and is using the current user's credentials to access the proxy. However, the RSS viewer only supports anonymous and Kerberos authentication. So if you are using NTLM authentication, the RSS viewer will
    not be able to authenticate the user through the proxy. More information, please refer to the link:
    http://kalsing.blogspot.com/2007/11/troubleshooting-rss-viewer-web-part.html
    Also see:
    http://blogs.technet.com/b/sharepointdse/archive/2007/04/13/fun-with-rss.aspx
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • How  to take check print out for self and in favour of Bank for DD payment

    HI
    I have a requirement  to take check print out for self and in favour of Bank for DD payment from AP module, how it is possible.
    Syam

    hi syam,
    Step 1: Create a down payment request: F-47
    Step 3: Make payment through : F-58
    While entering the input parameters, Enter amount: 1050,
    For 50 Rs, you take Bank Charges account through GL Fast entry.
    Account Entry
    Vendor Dr (Spl GL): 1000
    Bank Charges Dr 50
    SBI Cheque Issue clearing Account Cr  1050
    Regards,
    Ramakrishna

  • BOXI R3 Webi Doc -"Refresh On Open" checked as default for Save and Save As

    we have row level security at database level and we require that all webi reports are set to "Refresh on Open" in order to apply the security settings each time the report is viewed. 
    Is it possible to make BOXI R3 Webi Document -"Refresh On Open" checked as default for "Save" and "Save As"
    through SDk?

    Are you referring to editing/creating a Webi doc through infoview?  Infoview is an out of the box web application and modification of it is not supported.  There is no setting to make all webi docs refresh on open within the enterprise product.
    The only thing you could do with the sdk is to open any existing doc and change the setting.  This isn't a great solution as it won't affect any new reports created, nor will it prevent users from modifying the document and changing this setting and saving.

  • I am getting pop ups on safari and firefox lately and am worried i may have malware or something now on my computer doing this. What is the best way to check this out for sure and remove it?

    I am getting pop ups on safari and firefox lately and am worried I may have malware or something now on my computer doing this. What is the best way to check this out for sure and remove it?

    Please review the options below to determine which method is best to remove the Adware installed on your computer.
    The Easy, safe, effective method:
    http://www.adwaremedic.com/index.php
    If you are comfortable doing manual file removals use the somewhat more difficult method:
    http://support.apple.com/en-us/HT203987
    Also read the articles below to be more prepared for the next time there is an issue on your computer.
    https://discussions.apple.com/docs/DOC-7471
    https://discussions.apple.com/docs/DOC-8071
    http://www.thesafemac.com/tech-support-scam-pop-ups/

  • Goods recipient field at the header level when reservation is created.

    Hi Experts,
    In SRM, when shopping cart is created and a reservation is created in the backend ECC system, the Goods Recipient field is updated only at the item level but not at the header level. That is, when I go to the transaction mb23 and check the values for the particular reservation, the Recipient field is updated only for the item and not for the header.
    On the other hand when I create a reservation manually, Goods recipient can be filled at header level as well.  Is there any way in which the Goods recipient value will reflect at the header level as well when I am creating a shopping cart and a reservation is created in the backend?
    Thanks in advance.
    Regards,
    Janhavi.

    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

  • Blanket PO/Service PO-- NO Goods recipient field value populating from SRM

    Hi,
    When i post either Service PO (item type D) or blanket PO (Item type B) .e Goods recipient field not being populated  in ECC.
    Where as if its the standard PO, then i am getting this Recipient field populated with requisitioner number.
    are there any SAP notes for this issue?
    Let meknow if you have any inputs on this..
    thanks
    Krish

    Hi. Limit and service POs have always worked a bit different with fields and so on, for example you can not change the plant on a limit PO.
    I would ask SAP, and if they tell you there is no solution then just use the BBP_CREATE_PO_BACK BADI on SRM 4 or BBP_CREATE_BE_PO_NEW on SRM 5 to get the result you want.
    Regards,
    Dave.

  • Restrict Goods Recipient Field in MIGO "MSEG-WEMPF" to 10 Characteristics

    Hi Experts,
    The field length of "Goods Recipient field - MSEG-WEMPF" in GR (MIGO Transaction) is 12.
    I need to restrict the user to enter only 10 characteristics for Goods Receipent field.
    If User Enters more than 10 characterisics system should through an Error Message.
    Is there any way to meet this requirement.
    Any Input is Highly appreciable.
    Thanks and Regards,
    Selvakumar.M

    Hi,
    For this you have to take help of ABAPer.
    Since field 'WEMPF" is SAP Standard and is of 12 character.
    Go to SE11, here enter field "WEMPF" in Table and click on "Display"
    It will show you domain as "WEMPF", double click on this, under Formatting Subscreen, you will get No. characters as 12
    Here ABAPer can change it to 10 which will restrict users to 10 character only.
    But to change this, you need Access Code.

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

  • Fill Unloand Point and Goods Recipient automatically

    I'm create a new work order and add components, there are two fields that are mandatory
    Unloading Point
    Goods Recipient
    The users have to fill those fields for all components. We would like to set a default value for them. Is it possible?
    Thanks and Regards

    Hi,
    Do you need these fields to be mandatory for components with item category L ?
    If not, you can adjust the customizing via transaction OICMPD. Use the influencing  option so that only Item Category with value N makes the fields mandatory.
    -Paul

Maybe you are looking for

  • HT4528 My mail button on the bottom of my phone disappeared this morning.  How do I get it back?

    I have no idea where it went, but it's gone.  I've looked at general settings and checked my  mail accounts. All there.  Just not the button on the phone. 

  • IPhone camera resolution

    How do you view, manage, and/ or modify resolution settings for the iPhone aa4s camera? I just discovered that a whole bunch of recent photos are at 640x480, and won't make decent prints. I just did a test photo however and it is 2448 x 3264. What a

  • Removing 2 years from date in where clause

    I have a table that has a date and I want to select all the rows where the date is between the current date and 2 years back. What is the cleanest way to do it? I have the this so far select TO_DATE(CURRENT_DATE, 'DD-MON-YYYY') from dual Thank you

  • Trying to enable my phone but cant unlock my phone on itunes due to it being disabled

    trying to enable my phone on itunes but itunes wont pick it up due to it being locked because i have a password but cant put my password in because its disabled........what to do?

  • DVD SP Surprises

    Hi All, Final Cut Studio 2, great programs, final cut pro is fantastic, I had a quick look at soundtrack pro, that looks really good also, but DVD SP is what I've thrown myself into. I have a couple of questions that I really hope someone can answer,