SRM 4.0 - Upload function of Bid Invitations (Bidding Engine)

Hello,
I am currently working on the Bidding Engine in SRM 4.0
I would very much like to use the Download/Upload function in Bid Invitations, but for now I have the feeling it doesn’t work.
I tested it by downloading a Bid Invitation and changing just one info like an item quantity or description. I put “U” (for “Update”) in the corresponding cell of the “Change” column. I also held the bid invitation in SRM before returning to it to upload the modified Excel-file.
When I upload the Excel file, I don’t have any error messages, but no changes are done either.
Does anyone of you have an idea how I could make it work?
Thanks!
Andrea

Hi,
Please do the following things.
Excel updown/download is very flexible functionality.
(BADI : BBP_PD_DOWNLOAD)
1. You can change the format (how the document should be downloaded, which fields : Control variants in BBPC_UP_DOWNLOAD table)
2. You can also upload file (your own format : implement parsing method)
3. You can add your own fields. (APPEND_UPLOAD_DATA)
We are working on one such scenario for Contract Upload.
You can also check the following notes.
There is a SAP Note on downloading BID file.
Note 734060 - SRM: Upload and download of documents using MS Excel
They have given one example in this note.This is a consulting note,you will find it
Two more notes which can help you
734060
734946
I hope it will help.
BR,
Vijay Mittal
Plz award the points for help.

Similar Messages

  • How can we repair the output of  the downloaded excel in bid invitations?

    Hi
    We are intrested in changing the current format of the downloaded file. We would like to remove the header lines and that only the item lines will be performed,  we  are also intrested of removing the columns: line category, Field Attribute, Change Key. The only columns we need to be performed in the file are: Document Number, Item Number, Item Description, amount, Delivery time.
    Can anyone clarify how can this be done?
    Thanks
    Hilla

    Hi,
    Dave is right.
    You can use BADI : BBP_PD_DOWNLOAD to chnage the format of the file.
    Also see ths related thread:
    Re: SRM 4.0 - Upload function of Bid Invitations (Bidding Engine)
    BR,
    Disha
    DO reward points for useful answers.

  • 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

  • How can I upload an attchament in a BID invitation / SRM

    Hi everyone,
    I need to create a new screen in bid invitation transaction that will upload a new attachment in the document.
    Does anybody know how can I do this ?
    Thanks,
    Oscar

    Hi,
    I am using the cFolder application with SRM 5.5
    Now when I create a collaboration (while creating a bid invitation) a cfolder link is created,By accessing this link you can upload your documents.
    For techincal config. pls search on this site.
    Thanks & Rgards,
    Sumit Pukale

  • Bid invitation upload option

    Hi all,
    We are working on SRM EBP bid invitation with SRM 5.0.
    While creating the bid invitation we have an upload option through which we can upload from an excel sheet the products for which the bid invitation is to be sent at the item level.
    Can anyone explain what is the exact functionality of this upload option?
    Can anyone have the template of uploading in a excel sheet? We tried to download from the available bid invitation but we got all the info. including the GUIDs in the excel sheet.
    Best regards,
    Sridhar

    Hi,
    See these related threads:
    Re: Upload + Download in Bid invitation
    Upload SRM Bid Invitations
    BR,
    Disha.
    Do reward points for useful answers.

  • Product category comes blank IN BID INVITATION process of SRM

    Hi Gurus,
       We are using the SRM Ssystem to process BID invitation.In this it uses the R3MMEXTRACT to get the product catalog information.The Information is fetched from R/3 using the RFC BBP_CATEGORY_GET_GUID.
    The data which is fetched from R/3 is then transferred to SRM.but when the data is transfrred for some particular material groups the Product category comes blank.This happens in the case where the material group exists in two or more systems and the the function module is not able to identify from which system it is has to fetch the data.
    Can anybody please help me with this.
    this code is implemnted in the class ZCL_IM_CATALOG_CONTENT which is the class implemnted for BADI BBP_CATALOG_TRANSFER.
    DETERMINE THE LOGICAL SYSTEM FOR THE ITEMS
      LOOP AT catalog_content INTO wa_catalog_content.
        MOVE wa_catalog_content-cust_field3  TO ls_logical_system.
        EXIT.
      ENDLOOP.
      LOOP AT et_sc_item_data INTO wa_et_sc_item_data.
        READ TABLE catalog_content INTO wa_catalog_content
              WITH KEY line = wa_et_sc_item_data-number_int.
        lv_matgroup = wa_catalog_content-matgroup.
        IF sy-subrc EQ 0.
          CALL FUNCTION 'BBP_CATEGORY_GET_GUID'
            EXPORTING
              category_id   = lv_matgroup
            IMPORTING
              category_guid = lv_category_guid
            EXCEPTIONS
              nothing_found = 1
              OTHERS        = 2.
          wa_et_sc_item_data-category = lv_category_guid.
          wa_et_sc_item_data-category_id = lv_matgroup.
    cAN ANYBODY HELP ME IN THIS,...

    Hi there,
    If you have 2 backends, is there any way you can find out which backend this is supposed to be coming from?
    FUNCTION com_category_get_guid
        FUNCTION com_category_get_guid_ol
      ELSE.
    -------logsys is unknown -> read all categories with this ID------
    You could have a look through the code and possibly debug it and see
                    FUNCTION com_category_get_guid_db.
                            FORM get_guid_by_id_multisys
    table COMM_CATEGORY
    Hope this helps.
    Matthew

  • 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

  • Upload + Download in Bid invitation

    Hi,
      What i understand from upload and download feature in SRM is that the purchaser can download the bid invitation & make changes & upload it back again.
    When I download I can see all database fields like - BBP_PDS_HEADER-GUID,
    BBP_PDS_PARTNER-PARTNER_GUID...etc for all entries quite confusing format.
    Can anyone clarify how this upload and download works ?
    Thanx,
    Rajeshree

    Hi Rajeshree,
    Yes I agree that it is really confusing. But there is method in the madnesss. Essentially you have header lines and item lines and below that you have the header data and item data displayed in that order.
    Please try to follow the header line and the header data. Similarly for item header and item data. You would be able to correlate then.
    Thanks and best regards,
    Ajith Chandran

  • Grouping functionality for Bid Invitations.

    Is there any way to group external requirements to Bid invitations.

    Hi,
    When you press the Submit to Grouping button in the Carry Out Sourcing option ,report BBP_SC_TRANSFER_GROUPED must be executed.
    Read the Documentation given in the report BBP_SC_TRANSFER_GROUPED .
    Short text
    Automatic Grouping of Requirements for POs and Bid Invitations
    Purpose
    This report groups together requirement items to which a valid source of supply has been assigned (for grouping into purchase orders) and whose product category has been enabled for grouping (sourcing option in Customizing).
    In cases where assignment is automatic, the system sets the requirement as Transferred to Grouping.
    In cases where a source of supply is assigned manually, the purchaser has to choose the function Transfer to Grouping in the sourcing application for the requirements.
    You should schedule this report periodically, and make sure that the report is run separately for each document type (purchase order, bid invitation).
    Prerequisites
    You have assigned each relevant product category to a sourcing option for grouping, for example, Automatic Grouping, Sourcing for Item Without Assigned Source of Supply.
    For more information, see the Implementation Guide (IMG) for Supplier Relationship Management: SRM Server -> Sourcing -> Define Sourcing for Product Categories.
    Features
    Report BBP_SC_TRANSFER_GROUPED provides the following functions:
    For automatically grouping requirements into purchase orders:
    It selects all requirements that have a unique valid source of supply, and have been set up for grouping. You can use selection criteria to further restrict the requirements that are selected.
    It groups requirements by vendor. In other words, it groups together all of the requirements that can be sent to the same vendor.
    You can use a Business Add-In (BAdI) to make additional groupings. If the standard system groups together certain requirements, but you want to create them in separate local purchase orders, use the BAdI BBP_GROUP_LOC_PO for this purpose.
    Note that there are some limitations to creating purchase orders this way. For example, it is not possible to group together requirements with different vendors in the same purchase order. This report uses the same differentiation criteria as the sourcing application (for example, business partner, company code, product type).
    It uses function module BBP_PD_PO_CHECK to check the assignment to a source of supply. The report passes on requirements to function module BBP_PD_SC_TRANS_MULTI_LOC_PO, where they are grouped, and converted into a purchase order.
    In a production run (that is, not a test run), the system issues error messages to the Application Monitor. Example: A contract item assigned during sourcing is no longer valid when grouping is about to occur. This error appears in the Application Monitor. The system moves the requirement item to the worklist of the sourcing application.
    The Application Monitor assigns errors to one of the following categories:
    Shopping Cart: Automatic Grouping
    Purchase Order: Automatic Grouping
    If necessary, you can copy this report, and change the selection criteria to suit your needs. You can start the report in test mode.
    Note: In the sourcing application, you can determine which requirements are planned for the next report run by choosing Find -> For Grouping.
    For automatically grouping requirements into bid invitations:
    It selects all requirements that have been set up for grouping. A source of supply is not required. You can use selection criteria to further restrict the requirements that are selected.
    You can use the BAdI BBP_TRANSFER_GROUP to take bid invitations that have been grouped by the system, and then split them up on the basis of your own customer-specific criteria. You can use the BAdI BBP_SAVE_BID_ON_HOLD to determine whether or not a bid invitation should be published automatically.
    The report passes on requirements to function module BBP_PD_SC_TRANSFER_MULTI_RFQ, where they are grouped, and converted into a bid invitation.
    In a production run (that is, not a test run), the system issues error messages to the Application Monitor.
    If necessary, you can copy this report, and change the selection criteria to suit your needs. You can start the report in test mode.
    Note: In the sourcing application, you can determine which requirements are planned for the next report run by choosing Find -> For Grouping.
    Output
    The report displays the purchase orders or bid invitations resulting from the grouping of the requirements. It also shows incorrect requirements that the system was unable to group into a purchase order or bid invitation.
    Related thread:
    SOCO Submit to Grouping functionality?
    Re: Bid invitation
    BR,
    Disha.
    <b>Pls reward points for useful answers.</b>

  • Help needed in SRM-Bid Invitation creation

    Can any one send me steaps to create Bid Invitation in SRM.
    Thanks in Advance.
    Regards
    Uday

    www.sap.com/solutions/business-suite/srm/pdf/BWP_SID_Sourcing_SRM.pdf
    http://help.sap.com/saphelp_srm30/helpdata/en/5a/4cc5376848616ae10000009b38f889/frameset.htm
    refer the above links
    regards
    vivek
    <b>please reward points for all the useful answers</b>

  • Create SRM Bid Invitation from R/3 Schdule Agreements

    Hi Masters,
    How do I create Bid Invitation in SRM from Schedule agreements in R/3. How much of customization is involved for the same.
    Thanks in advance.

    Hello,
    Please see
    646903     Global outline agreement: Tips and tricks and
    894180
    I hope this will help.
    regards,
    Gaurav

  • Transfering several PR's from R3 to one SRM bid invitation

    Good morning,
    We are using Plan driven procurement and bidding with Extended classic
    scenario (SRM 5.0).
    Indicator IMG sourcing is
    "Sourcing via automatic bid invitation for items without a source of
    supply"
    Is it possible to transfer several PR's from R3 to one SRM bid
    invitation?
    Thanks in advance.
    Alexey

    Thanks, i think it is possible whis IMG sourcing indicator:
    "Automatic grouping and creation of a bid invitation in the case of items without assigned source of supply"
    If a source of supply is not assigned, the report Automatic Grouping of Requirements for POs and Bid Invitations automatically attempts to create a bid invitation from several requirement items. If is unable to do so, this is recorded in the error log of the report.

  • Uploading of 'n' no of items in bid Invitation

    Hi Gurus,
    Can somebody tell me how to upload 'n' number of products in a single bid at the same time.
    Is there a any tool or program to do so.
    Kindly help......
    regds
    SRMUSER

    Hi,
    You can achieve this by uploading the items using a excel sheet. You need to make use of the option Upload/Download Bid invitation.
    Also go through the following OSS which would be helpful in process:
    Note 790860 - Frequently asked questions for Excel upload and download
    Thanks,
    Pradeep

  • Reviewer functionality for Bid Invitation

    Hi,
      We have activated the 0-step approval WS14500026 for Bid invitation. We need to add only Reviewer for the the Bid invitation. I dont want the approver. But if i try try adding only Reviewer, it is not going to the reviewer's inbox as the automatic approval is carried out.
      1) If I add an approver, it is going to the reviewer's inbox. But when approval is completed, it is removed from the reviewer's inbox. Also if i try to execute the workitem before approval, there is no option to enter any comments by the reviewer.
    do i need to do anything for that?
    2) I need only the reviewer functionality and not the approval functionality.Is it possible? If so wht shld i do for this?
    Regards,
    Sivagami.R

    hi,
    can you please check the authority of the reviewer you are entering in your system?
    if he is authorized , then it should be possible for him to make changes in the workitem.
    check wether the reviewer has got the same authority of the manager you are using.

  • Bid Invitation and Bid Links From cFolders to SRM

    Hello Guys:
    Currently I have configured the SRM and cFolder integration and everything is working fine, the exception are the links that are automatically generated by the system to go from the collaboration room back to the SRM system.
    1.- If I click the Bid Invitation link (the one on the upper left corner) the link that is generated has this format:
    http://<Host Name>:<Port>/sap/bc/gui/sap/its/bbpstart?BBP_CFOLDER/!?GV_DISPLAY_GUID=49A9E5D51768482AE1000000C0A84F11&sap-client=100
    I Think this link is correct, but the new window opens SRM in the bbpstart transaction instead of the Bid Invitation the link is referring to.
    2.- When a Bidder creates a Bid in SRM and creates its corresponding Bid in cFolders, the system creates a link automatically a link in cFolders to the Bid in SRM. the link has the following value:
    BBP_CFOLDER/!?GV_DISPLAY_GUID=499CE2E1526D482AE1000000C0A84F11&sap-client=100
    But when I try to open the link I receive a "Error Business Server Page (BSP)"  Error in a new window. I tried to look for DUMPS but nothing is generated in SRM.
    The SRM and the cFolders are on the same instance.
    Does anyone have any idea what could be the problem??
    Any suggestion will be most appreciated.
    Hugo

    Hi Ganesh,
        In Employee Self Service tab we have POWL table view where list of Shopping Cart number  are  available,right?
    In this screen we have "Shop"/"Display"/"Edit"/"Print Preview" buttons.
    My issue is when i click on "Display" or "Edit" button it's opening the Portal Home Page, i.e. the First page we are getting after login to Portal.
    In the Manager tab we are also getting the same issue..when we are clicking on any of Work items it is redirecting to Home Page..also "Resubmit" and "Forward Button" is a doing the same thing...
    hope you'll be now able to understand the issue....
    Experts please help...badly stuck in this issue..
    Regards,
    Sambaran Chakraborty

Maybe you are looking for

  • Error 1720 when installing CS3 on Win 7 64-bit home premium

    I've been directed to the Forum for help as the Support Tech said she could not help me as they only help with CS5.  She said that CS3 WON"T WORK on a Windows 7 machine and yet I have googled and found people who have had it work.  She then told me t

  • Why wlappc ANT task forces aways the generation of the EJB classes ?

    I've got a problem with the ANT task "wlappc" witch interfaces Weblogic compilator. In fact, I would like to execute the ebj compilation only when needed (if the deployment descriptor or a class changed for example). It seems that this is the default

  • Change font of blog templates

    Hi there This might be a bit of stupid question, but I simply can't figure out how I can change the font size of my blog page. I can change the font and size in the blog entries page, but it does not reflect on the Blog page itself. Thanks

  • How do I get dreamweaver onto my new computer

    I downloaded Dreamweaver onto my computer. It's the student verstion so I think I'm allowed to have it only on one computer. I'd like to have it on my new computer, but don't see where I have the option to download it again. thanks for your help cath

  • Wireless QoS Profiles

    Is anyone running Wireless QoS using 5508's? I have been reading lots of info, but still struggle with some of this. I have not dealt with QoS much on a wired network and never on a wireless network. I know there has to be a shared comfiguration betw