Bid Invitation attributes and weighting function

Attributes are transferring to Weighting section. This did not haqppen in the past.    
During bid invitation creation the dynamic attributes that are used are
automatically transferred to the weighting function. Along with this
there is a message that is displayed "Specify the parameters of
weighting function". This never happened in the past before
implementing ECC 6 Enhancement pack 5, SAP_BASIS Component: Support
Pack 7 for 7.02, and SAP Kernel: 720 patch 115.
I found note 1662288 but it is applicable to server 701 and 702. Our
server is 550.

Hi,
1. make sure email set up is done as per note 455140. To send e-mails after bid is published  for the bid invitation transaction 'BID' attach relevant event schema. This will take care of sending mails whenver bid invitation is published or changed.
2. Provide the role  BBP_EC_SUS_BIDDER to the bidders to enable them to see bid invitaions and send bids from SUS portal.  For this you also need to enable SSO (single sign on) between  EBP and SUS. Please refer the below link for further information.
sending RFQs from SRM EBP to SRM SUS
3. It is possible to down load the Bid invitation. Further update the mail  id of the bidder with your id so that you can receive the bid invitation smartform. This you can take a print out and send it to bidders. You can make config setting in SPRO 'define actions for document output' to send the   bid invitation smartform.
Hope this clarifies all your doubts here.
rgds,
RRK

Similar Messages

  • Bid Invitation (Notification and Output)

    Hi Gurus,
    I have no clue how to manage Output / Messages for Bid Invitations. I need the system to do the following:
    1) Send email notification to Bidders in the bid invitation and also a notification when I make changes to the bid Invitation - How and where do I configure the message
    2) Post a notification on a portal
    3) Print the bid Invitation with all the attributes (to bidders who cannot respond electronicaly), so that the same can be posted to the vendor and then the purchase can perform surrogate bidding.
    Regards,
    Abdul

    Hi,
    1. make sure email set up is done as per note 455140. To send e-mails after bid is published  for the bid invitation transaction 'BID' attach relevant event schema. This will take care of sending mails whenver bid invitation is published or changed.
    2. Provide the role  BBP_EC_SUS_BIDDER to the bidders to enable them to see bid invitaions and send bids from SUS portal.  For this you also need to enable SSO (single sign on) between  EBP and SUS. Please refer the below link for further information.
    sending RFQs from SRM EBP to SRM SUS
    3. It is possible to down load the Bid invitation. Further update the mail  id of the bidder with your id so that you can receive the bid invitation smartform. This you can take a print out and send it to bidders. You can make config setting in SPRO 'define actions for document output' to send the   bid invitation smartform.
    Hope this clarifies all your doubts here.
    rgds,
    RRK

  • Querry on Bid Invitation processing and comparision

    Hi
    Can anyone tell me how to get multiple line items in a Bid comparision list if a bidder has sent the multiple line items .
    where are they are viewed at the time of display Bid fuctionality.
    I would like to see all the line items which one bidder has sent to the purchaser .Because currently only first line item is only getting displayed.
    Can anyone please  suggest  what has to be done on this point. 
    Regards
    Sairam.

    Hi,
    1. make sure email set up is done as per note 455140. To send e-mails after bid is published  for the bid invitation transaction 'BID' attach relevant event schema. This will take care of sending mails whenver bid invitation is published or changed.
    2. Provide the role  BBP_EC_SUS_BIDDER to the bidders to enable them to see bid invitaions and send bids from SUS portal.  For this you also need to enable SSO (single sign on) between  EBP and SUS. Please refer the below link for further information.
    sending RFQs from SRM EBP to SRM SUS
    3. It is possible to down load the Bid invitation. Further update the mail  id of the bidder with your id so that you can receive the bid invitation smartform. This you can take a print out and send it to bidders. You can make config setting in SPRO 'define actions for document output' to send the   bid invitation smartform.
    Hope this clarifies all your doubts here.
    rgds,
    RRK

  • BID invitation URL and Portal

    Hello,
    Implementing ECS SRM 5.0
    When you publish bid invitations, the URL in vendor e-mail points to the ITS. However, we use the portal and due to that, my request is if it is possible to change the URL to the portal URL.
    This should not be done in the EXT_ITS attibute in the vendor hierarchy as this is for the ITS, nor in the service.
    What is the recommended way to do this?
    rgds
    GAR

    hi,
    Try using the BADI "'BBP_SUS_MAIL_DESCR'" to change the email contents to contain the EP url.
    related notes:
    Note 837179 - SUS3.0: Possible changes for e-mail-notification
    Note 738370 - E-mail notification: Composite SAP note
    The ITS details are however picked up based on the value of the paramater "EXT_ITS ".
    BR,
    Disha.
    <b>Pls reward points for useful answers.</b>

  • Bid Invitation - Technical and Economic offer

    Dear consultants,
    The process to determine the winner bids in my client is the following:
    The bidders are asked to send two envelopes, one with the Technical solution and another one with the Economic offer.
    Once the End date for bidding is reached, the technical solutions of each vendor are opened and it is defined which of them are OK or not to continue in the process.  Until this point the prices must not be known by the purchasers or anyone in the company.
    For those that are OK, the Economical Enveolope are open and the winner bid is defined by price.
    Can you suggest me a way to implement it? Is any standard funcionality?
    Thanks
    Ezequiel

    Hi,
    You requirement is best sutied  in SRM 7.0 -PPS (Procurement for public sector)
    in the SRM 7.0 - Activate the Business function for PPS in SPRO.
    You can use the standard functions like
    1) Tender Fees payment thro Payment gateway -customization to be done.
    2) EMD fees payment
    3) Pulbishing the Bid .
    4)Receiving the bid from the Bidder
    5) Processing the Bids  ,
      a)  Technical opening of the bid on the date
       b) Price Bid opening  on the date
    6) 4 eye Principle can be adopted
    7) price Comparision
    8) final p.O  (or) contract awarded to the vendor
    Regards
    Ganesh

  • Static const int attributes and template functions

    The following does not link with CC on Solaris9. From what I can glean from the standards committee's notes it looks like it should and it compiles and links fine with g++. If I use a cast in the function call: ("foo((int)B::X)") then it links. If I move the static initialization out of the class definition then it works as well. Should we expect this to work or not?
    #include <iostream>
    class B
    public:
    static const int X = 42;
    template< typename T > void foo( const T& t ) { std::cout << t << std::endl;}
    int main()
    foo(B::X);
    }

    The C++ rule (C++ Standard, section 9.4.2 paragraph 4) is that a static const data member of integral type can have an in-class initializer, and the value can be used in integral constant expressions. But if the data member is used, it must be defined outside the class without an initializer. If gcc allows the code, it is by accident. Some other compilers (apart from Sun C++) do not.
    Add the line
    const int B::X;
    somewhere at global scope (or at namespace scope if B is in a namespace) after the declaration of class B. But you can't put this definition in a header file. The entire program must have exactly one definition of the static member.

  • Bid Invitation - Delivery Schedules

    Does Bid Invitation on SRM 5.0 (SRM Server 5.5) provide for Delivery Schedules, similar to R/3 at the item level?   I can not any place to enter different Dates and Qtys at the item level.  If it does, can you provide how to do this.
    It is interesting that for adding and retreiving Bid Invitations that there is functionality to create and retrieve Delivery Schedules (they are in the import/export tables).

    Hi Vijay kumar,
    Could you please explain in detailed about your problem.
    Thanks,
    Koushik

  • Bid invitations output

    Hi experts
    I would like to know if bid invitations (restrict and public) can be sent to SUS via XML?
    I configurated it but when I save the bid the syssten not send it to SUS but the log is sent with success, when I go to SUS as supplier bider I can't see bid invitation.
    Concening output by e-mail with URL for reply, where I can set this URL, I tested and the e-mails are sent but the URL is wrong, no access possoble>
    Thanks
    Nilson

    Hello Nilson,
    Bid invitations are stored in the SRM-EBP and not sent to SRM-SUS. You can configure 3 types of logon access to Bid.
    A. With SAP NetWeaver Portal
    B: SUS is the logon interface for supplier and SRM-SUS has a menu like "Process Bid" which is liked to SRM-EBP. When user select the menu Single Sign On works to SRM-EBP.
    C: Usually PO handing and Bid handling person are different in supplier side. In this case you can provide 2 different logon interface for SRM-EBP and SRM-SUS.
    The URL in the email is generated based on EXT_ITS attributes in the PPOMA_BBP. You can also change the URL by BADI BBP_CHANGE_URL.
    Regards,
    Masa

  • Create a BID invitation from a BAPI

    Hello,
        I have a situation here where i need create a BID when a save a QUOT, the process is a little complicated, but i will explain what've done.
        I activated the BADI BBP_DOC_SAVE with the filter for QUOT object (BUS2202) and using the guid of the BID that generate the QUOT I need create a new BID changing some parameters, to find out the initial BID i used the function BBP_PD_QUOT_GETDETAIL, to get details of initial BID invitation i used the function BBP_PD_BID_GETDETAIL so to create a new BID a used the funcion BBP_PD_BID_CREATE.
        After execute the function to generate the new BID there is no errors and the GUID and new id number returned into header structure, to ensure the generation i used the function BBPU_COMMIT_AND_WAIT but the BID is not create in the system.
        I don't have any idea about this problem any help will be accepted.
    Thanks.
    Roberto Aran.

    Kathirvel,
        Thanks for your answer, i will use this function, but i found a flag to process the function BBP_PD_BID_CREATE in bapi mode (I_BAPIMODE = 'X') and after put this flag the BID was generated.
    Regards,
    Roberto Aran

  • Bid Invitation history (associated Shopping cart)

    Hi
    I am trying to figure out the tables where a BID invitation's history is maintained. Basically i am trying to link a particular BID invitation number with the shopping cart number it is associated with.
    Can someone tell me which table/function can help me find the link between BID invitation and shopping cart.
    Thanks
    Nagender

    Hi
    <b>Try BBP_PD transaction -> Best transaction for finding details of any type of document in SRM.
    It will give all the tables involved in this case.
    It by default works for BUS2121 -> shopping cart
    and change the Business object type from BUS2121 (shopping cart) to the Bid (BUS2001* -> not sure chk it out)
    and then give your Bid invitation number and execute it. On the next screen, it will display at least one line, and on the line when you click, you can see all the details of that document. Even the back-end document details as well.</b>
    Let me know incase you face any issues.
    Hope this will help.
    Please reward suitable points, incase it suits your requirements.
    Regards
    - Atul

  • Contact persons of a bidder in a bid invitation

    Hi all,
    If I pass the bid invitation guid or bid invitation number to the function module BBP_PD_BID_GETDETAIL, the business partners are obtained in th table E_PARTNER table. In this table I am not able to recognise which are the bidders added to the bid invitation and the default contact persons of the corresponding bidder assigned in the bid invitation. Is there any way to find the rleation between the bidder and the contact persons of the bidder? If i know a contact person can i find the bidder of the contact person? Could any one suggest me on this.
    Regards,
    Asha

    I think you can find this relationship in the Table BUT050.
    The field Partner1 is the Company (Bidder), and the field Partner2 is the Contact Person. So, if you search using the Partner2, you can get it's Company in Partner1, witch should be a Bidder.
    There are some BP in Partner2 that are not Contact Persons, but you can filter that buy serching only the BP with PARTNER_FCT = '0000017'.

  • Upload SRM Bid Invitations

    Hi,
    We are trying to upload the bid invitations( downloaded and modified the price) in SRM 5.0 system, we are not able to upload the changes back into system.( Not getting any error messages, when uploaded into system)
    Any documentation around uploading the SRM documents and any special configuration required for this.
    Thank you
    Sreedhar Vetcha

    Hi Sreedhar Vetcha,
    this functionality is not quite comfortable, but it works. You need to use the indicator U (update), D (delete), A (add) to adjust the document per line.
    Have a look into notes 790860, 734060 and 812884 as well 734936 how to use that feature.
    Cheers,
    Claudia

  • Standard process for PO creation from Bid Invitation or Bid

    Hi everybody,
    I would like to know what is the standard process to create local Purchase Order (i mean in a extended classic scenario) from Bid Invitation or Quotation.
    In the current process, Bid Invitation are created form Shopping Cart using Sourcing Cockpit. Then, Purchaser will send its Bid to supplier (by publishing Bid Invitation) using BBP_BID_INV transaction.
    Then, supplier will submit its Bid.
    At this step, what it is the standard process (does it exist ?) to create a Purchase Order linked to this Bid ?
    The need is to have a PO as follow-on document to Bid.
    Thank you to clarify this point.
    Regards.
    Laurent Burtaire.

    Hi,
    After the bids are submitted and when the bid invitation opening date arrives, there will be a map for you to compare the bids received.
    To see this map, go to BBP_BID_INV transaction and the map will be there when you search your document.
    When you click on this map, you will find one column for each of the companies that sent quotations.
    You can click on the company's name and then you need to click on button 'Accept', in order to accept the company's quotation.
    Then you click on 'Refresh'.
    Then you click on 'Create Purchase Order' or 'Create Contract'.
    In order for that to happen, you must have defined number ranges and document types for bid invitation, quotation and purchase order.
    Let me know if it helped.
    Regards,
    Henrique

  • The sender of the bid invitation

    Hi gurus,
         Why the sender of the bid invitation to the suppliers turns to the approver after the bid invitation has been released. how to change to the creator of the bid invitation?
          I mean the email.
          thank you very much.

    Hi wang,
    There are two ways a bidder can receive / send his bid. One is via mail and the other by looging into portal using his own user i.d & password provided by the purchaser.
    As mentioned by Yeu Sheng Teo the bidder gets a mail whenever a bid invitation is sent to him / her.
    He then logs on to portal with his user i.d & password and selects the bid invitation and submits his bid which the purchaser can access using Process Bid Invitation link and the status against the particular bidder shows a bid submitted under Bidder / Bids tab.
    You maintain the contact person for bidder / vendor using personal data tab in Manage Business Partners link.There you choose employee as contact person and maintain User i.d & password and communicate the same to vendor / bidder.
    Hope this makes you more clear.
    Award points for helpful answers.
    Rgds,
    Teja

  • Default dynamic attributes and weightings on BID invitation

    Based on certain business logic i need to default dynamic attributes and weightings on bid invitation transaction BBP_BID_INV,
    I tried to do some code in method BBP_QUOT_CHANGE of BADI
    BBP_DOC_CHANGE. The execution doesn't stop at that method as i put a breakpoint there.
    However it does stop at  BBP_BID_CHANGE method, i could not use this method because et_weight internal table is not available there ( i need to populate something in weightings) although ET_DYN_ATTR is available.
    Question is , for what purpose BBP_QUOT_CHANGE is used ?
    Let me know if you have any inputs ..
    -With Thanks
    Alok Pathak

    Hi,
      BBP_QUOT_CHANGE  method is used for QUOTATION.Whenever any change is done in the Quotation then this method is triggered.
    BR,
    Disha.
    Pls reward pointsfor useful answers.

Maybe you are looking for

  • How to delete multiple folders in organizer 12

    I have several duplicates of photos that I somehow created. I need to delete lots of duplicates. I see how to do it one folder at a time. However I have hundereds ! There must be a way to select more than one folder at a time for deletion. Anyone kno

  • Monitor problem?

    hey all, i'm awaiting new mac pro this week...in the mean time i have bought a dell3007wfphc and plugged it into my G5 dual 2.7/os10.4 with an ATI radeon 9650. i'm running it at 2560 x 1600. it looks pretty awesome, except in final cut pro. there are

  • Source system info in the transformation

    Hi, How to get the source system information in the transformation or start routines? Is there FM or field which tells what source system the datasource is assigned to in the transformations ? Regards, Kalyan

  • Code for website to allow users to download free Reader

    This is not the right forum, but I couldn't find one that applies, sorry. I'm adding some PDF files to my website for download, and I need to find the code that I can add to my website that will allow users to download the free Reader if they don't a

  • Execution of select single

    Hi experts, can anyone tell me the execution of select single statement.