Bid Invitation - Change Approver Button

Hi,
Is it possible to change the approver in the bid invitation? or does it have something to do with authorization? because currently I can't see the change button, while I can see it in the shopping cart transaction.
Thanks

Please ignore my question, I just found sap note 976555 that will solve my problem. thanks

Similar Messages

  • Bid invitation changes are not updating

    hi
    when im creating a bid invitation  and publishing the bid ,and when im changing the partner ie requester
    and it publishing the same bid invitation its showing the same partner ie the prevoius requester
    please help to solve this problem

    Hi ,
    Actually we cloned standard bid process (bus2200) to PP process and when we r working with
    standard bid process with stragic purchaser role and making changes to published bid , the changes r updating but in pp proceess the changes r not updating
    pls help me i will be thankfull to u
    Edited by: eswar syam on Jan 14, 2009 10:05 AM

  • Bid Invitation Approval Workflow

    Hi All,
    We are having issues implementing SRM standard bid invitation workflow approval becos of the absence of a web transaction acknowledged by SAP.
    Our implementation requires this functionality, could anyone assist us with a work around, or an alternative solution that can be adopted or customized by us.
    Thanks
    SRM Team Brazil

    Hi Daniel,
    As standard, as of SRM40, there is no approval workflow while creating Bid Invitation. Because of this We gave up on this. You can definitely custom on your own. Our need was similar SC BADI workflow. SRM50 has.
    We did implement worklfows for "Approval of Submitted Bids"
    Can you try with same web transaction assigned to task for "Approval of Submitted Bids" i.e., BBP_QUOT_EXTWF to this TS79007918 and try. Web Transaction is nothing but a Web service attached backend transaction, right. Your case web transaction BBP_QUOT_EXTWF is pointing to Source BBP_BID_INV, Try your luck having done so much and let me know.  
    Thanks,
    Jay

  • Direct Approval/Rejection buttons bid invitation

    Hi,
    The Direct Approval/Rejection buttons are disabbled while approving Bid in users Approval inbox.
    Actually I have activated wf 14500026, and the wf is only activated manually for the creator.
    I have added in tcode SWL1, tasks
    TS79007914
    TS79007919
    TS79007920
    and maintained the entry for Attributes EC_DECISION.
    however, buttons still disabled.
    Many thanks!!
    Patricia

    Hi,
    This is not my solution.
    Let me explain clearly
    1. After SC created, Buyer will add Bidders.
    2. Click on approval preview.
    3. It will be showing one concerned approver for Ex: ( MGR1)
    4. A mail will be sending to MGR1.
    5. After that MGR1 should log in and clicked on " approve all items " button.
    6. In the next screen it is asking final confirmation with YES/NO buttons.
    Here my requirement is " I need to be displayed a text above these buttons(YES/NO) ".
      So, Where do i need to do that, I mean where it is maintianing.
    Please do the needful...!
    I will be very much grateful to you..!
    Regards,
    Chandu

  • Add a new button to BID Invitation screen

    Hi,
    How to Add a new button to Bid Invitation Screen in SRM?
    Thanks,
    Raveendra

    Hi
    Which SAP Version you are currently on ? What is the exact requirement ?
    If i understand you right, Incase you want to add a button to the existing screen template then it will require standard code change and also you need to plan out how will you will code the logic to activate the button.
    There is no BADI which can do this as this is not a SAP funtionality. You need to do a little bit of research on this to get the job done.
    Regards
    - Atul

  • Buffer Table Not Up To Date Short Dump When Publishing Change Version of Bid Invitation

    Hi experts,
    We are running SRM 5.5 with Support Level 16.
    We have a bid invitation for which a user is trying to publish a Change Version. This bid contains two bid outlines, with one line item in each bid outline:
    ITEM 1: HIER (Bid Outline)
    ITEM 2: Line Item
    ITEM 3: HIER (Bid Outline)
    ITEM 4: Line Item
    However, upon clicking on the Check or Publish button, the system throws a CX_BBP_PD_ABORT exception short dump. The reason for the exception given in ST22 is "Buffer table not up to date".
    Due to organisational system security restrictions, I am unable to copy-paste the dump from ST22, so I will be typing out some of the details here.
    Transaction: BBP_BID_INV
    Program: SAPLBBP_PDH
    Screen: SAPLBBP_BID_INV_1000
    Termination occurred in the ABAP program "SAPLBBP_PDH" - in "BBP_PD_ABORT". The main program was "SAPLBBP_BID_INV".
    In the source code you have the termination point in line 73.
    Active Calls/Events
    (formatted below as "No: Type: Name")
    24: Function: BBP_PD_ABORT
    23: Form: ABORT
    22: Form: ITMADM_UPDATE
    21: Form: ITMADM_MAINTAIN_SINGLE
    20: Form: ITEM_F_CHECK_FROM_WTAB
    19: Form: ITEMLIST_F_CHECK
    18: Function: BBP_ITEMLIST_CHECK
    17: Form: PROCDOC_DB_CHECK
    16: Form: PROCDOC_CHECK
    15: Function: BBP_PROCDOC_CHECK
    14: Form: SSIS_DOCUMENT_CHECK_COMPLETE
    13: Form: STATUS_SET_AND_INTERNAL_SAVE
    12: Form: PROCDOC_UPDATE
    11: Function: BBP_PROCDOC_UPDATE
    10: Form: CHANGE_VERSION_UPDATES_ACTIVE
    9: Function: BBP_PDCV_UPDATE_ACTIVE
    8: Form: PROCDOC_CHECK
    7: Function: BBP_PROCDOC_CHECK
    6: Function: BBP_PD_BID_CHECK
    5: Form: FCODE_DOCUMENT_CHECK
    4: Form: FCODE
    3: Function: BBP_BID_PROCESS
    2: Form: PROCESS
    1: Module (PAI): PROCESS
    The ABORT subroutine is being called in Step 22 (ITMADM_UPDATE), at the following line:
    * parent guids have to be identical ...
    if gt_itmadm-parent <> w_itmadm-parent.
      perform abort.
    endif.
    Upon tracing the variable values in the ST22 dump, it appears the program terminates when processing line 3 (i.e. the second Bid Outline). It appears that the first Bid Outline processes fine.
    In the iteration for Line 3, the dump provides that gt_itmadm-parent contains the GUID to the Change Version document header, whereas w_itmadm-parent contains the GUID to the original Bid Invitation document header, resulting in a mismatch and subsequently program termination.
    We have tried to replicate this bid invitation in our Development environment, but when executing, both gt_itmadm-parent and w_itmadm-parent contain GUIDs to the Change Version document header, hence the program does not abort.
    Any suggestions would be greatly appreciated.
    Thanks!
    Best regards,
    Kwong How

    Hi Janu,
    For Note 1561750, I have looked at the Correction Details and observed that it makes changes to an IF-ELSE block, but will result in the same path of code execution as before. I.e., the Note changes the code from "IF a THEN b, ELSE c" to just "c", but according to my code trace, we are already executing the "ELSE c" block in its current state.
    We will look further into Note 1877600. The unfortunate situation here is that since we are unable to replicate this issue in our Development/QA environment, and the Note description does not explicitly fit the situation we are facing, we need to be very sure that the Note can address the issue before bringing it into Production.
    Otherwise, we will raise a message as suggested.
    Thank you so much for your help!
    Best regards,
    Kwong How

  • Bid invitation - display changes

    Hello Community,
        I am having a bid invitation with some customized fields. In Bid invitation -> Header data there is a button - "Display changes" which displays all changes made to the Bid invitation doc alongwith specific values too.
    How can I have this feature on Customized fields too ? Any way to do this...please suggest me experts.
    BR,
    Rajeshree

    write to me for config doc
    BR
    Dinesh

  • Email on creation/change of  bid invitation and auction

    Hello,
    I have configured SRM 550 release , unable to send bid invitation mails to bidders on document( like bid invitation/auction) cretaion/Change .
    But able to send mails on additional Output Requested via email ,this is after selecting bidder and On output screen for current bidder action.
    Any hint pls.
    Thanks in advance .
    Regards,
    Santosh

    Hello,
    have a look to Transaction SPPFCADM (Post Process Framework Administration) -> Button "Define Action Profiles and Action".
    Regards
    Axel

  • No approval workflow  found error while processing the  Bid Invitation

    We are working on SRM 5.0 (SP level6). We are able to create the bid invitations successfully from the sourcing cockpit. However while saving the changes in the bid invitations, system shows the error "No approval workflow  found". When checked in SWB_PROCUREMENT , no workflow exists for object" BUS2200, Bid Invitation EC"in the standard SRM.
    Kindly confirm what is missing...
    NNK

    Hi Nitin,
      Use T-code OOCU - Task custamising overview. Then SRM-EBP --> SRM-EBP-WFL then active event linking.
      Please activate WS145000026 for automatic approval of bid. or WS145000027 for one step approval of bid invitation.
    This will help to solve your problem. IF not please reply me the error.
    Regards
    Apparao.

  • Approval WF for Bid Invitations

    Hi,
    Is it possible to setup approvals for publishing Bid Invitations? We only see one WF (79000006 - One-Step Approval of Bid Invitation). We tried and it did not trigger a approval step. Appreciate any suggestions on how to setup approvals for Bid Invitations.
    We are using SRM 4 with Classic Scenario.
    Regards,
    Ashwani

    have you activated the workflow?
    (indicated by green button.)
    in the beginning try using simple start condition
    e.g.
    &_EVT_CREATION_DATE& >= 01.01.2008
    also remove any currency if it is there in SWB_COND for sub WF
    BR
    Dinesh

  • Bug in bid invitation weighting change/update

    Have you realized there seems to be bug in weighting the bid invitation?
    If you copy an old bid invitation to make a new one the weightings come
    along. There's nothing wrong in that, but when you change the header weighting
    and add one line item and change the weighting to add up to 100%
    it doesn't update to the system. New weighting % is shown on the screen, but it
    is not used in the calculation.
    Weighting between lines and header seem to add up to 100% when you calculate
    the numbers shown in the screen, but when you click "check" button you get a error as if the header weighting is not updated.
    There also seems to be some confusion how the line weightings are updated when you add new item.
    I know my this seems like a very confusing thread, but there is really no logic how the system "behaves" in this matter.
    Have anyone else realized this, or even better have you found a note to fix this?
    We are running SRM 5.0

    Hi
    <b>Please go through the following SAP OSS Notes -></b>
    Note 784550 Incorrect error message weighting
    Note 1066294 - BBP_BID_INV:Weight records not updated after putting on hold
    Note 1050973 - BBP_BID_INV: Side effect of note 936313
    Note 936313 - Weighting error in currency change
    Note 958504 Problems with change version of weighting
    Note 904152 Error/termination for units of measurement of attributes
    Note 836452 Currency change not updated in weighting function
    Note 780108 Scrolling in comparison of bids does not function correctly
    Note 723831 Unnecessary message for creating a bid invitation
    <b>Hope this will definitely help. Do let me know.</b>
    Regards
    - Atul

  • No Approve button in changed PO

    Experts,
    SRM5.0 Ext classic
    We have a PO which was changed and went to the approver. Now when approver logs into approve this PO, he sees it in his inbox, clicks on it but strangely there is no approve/reject button!!(It is completely missing, not grayed out).
    The screen that opens up looks similar to the one that opens for 'Process Purchase Order'
    I have checked the roles...everything is fine. Also this is just a one off case.
    What could be the issue?
    Thanks

    Hi Mikael,
    Could you please tell me how you resolved this issue?
    For me the 'approve' button is appearing at the first time in the UWL. Then after I approve one of the leave, then the 'approve' button disappears!
    Thanks,
    Kalai

  • Bid Invitation not automatically sending change notification email

    Hello,
    I have the folowing issue with the email output bid invitations in SRM 5.
    In Define actions for document output I set BBP_PD_BID to Processing when saving document.  This work fine for new Bid Invitations, but when I make a changes after publishing no new output is generated for change notifications.
    When I manually select 'Inform bidders and send out bids', the origional email is re-output and not the change version of the smartfotm text ('We would like to draw your attention to the'..... and not "The following bid invitation has been changed")
    Is the auto output of change notifications for bid invitation standard?  I though it was as I saw it set up in a different system.
    Thanks in Advance,
    Kyle

    Thanks for your reply.  I am aware of the custom smartform functionality. 
    It looks like the auto output is not standard as per this sap help page:
    http://help.sap.com/saphelp_srm50/helpdata/en/a7/81b463611c124d8c9d2c5bd8d17b34/content.htm
    When I saw auto output of changes before before it must have been an enhancement.
    Regards,
    Kyle

  • Hide button in bid invitation on condition basis

    Hello All,
    There few push buttons in the bid invitation screen.i want to hide the buttons based on the bid invitation status.
    The configuration id hides the push button permanent.
    For Example : if the technical bit is not opened then when the purchaser opens the invitation he should not be able to see the "Awards and Rewards" buttion even when the bid dead line date crossed.

    Masa
    Can you elaborate?
    How do I disable buttons on RFx- All Queries page ....Buttons like Create RFx and Copy
    Thank You
    Nikhil

  • Bid Invitation always in approval - BUS2200

    Hello, 
    When publishing a Bid Invitation, always the document is falling in approval. 
    I am using SRM 5.0 with package 15. 
    In the transaction OOCU WS WS 14500026 (Automat. Approval of Bid Invitation) it is active. 
    To verify print enclosed:  [PRINT|http://www.pedrosrm.hpg.com.br/ws14500026.jpg]
    Rgs, 
    Pedro

    Hello guys, 
    Thank you for the attention of all. 
    After all of the verifications, when trying to create a Bid Invitation it is happening me the following message: 
    In the approval workflow found. Inform system administrator  
    Same tends activated WS14500026. 
    To verify enclosed in the prints in the document word: [Print Document |http://www.pedrosrm.hpg.com.br/checkwf.jpg]
    Some suggestion? 
    Tks, 
    Pedro

Maybe you are looking for

  • What could be the reason for this error file

    Hi, What could be reason for this error file, the content of the error file is : Compiling INSERT-PROCEDURE trigger on IOTDISPUTE_FILES data block... No compilation errors. Compiling UPDATE-PROCEDURE trigger on IOTDISPUTE_FILES data block... No compi

  • Title bar of standard page come with German, how to change to English

    Hi Experts,     I am creating an page contain an WebdynPro ABAP. When user click link in the WD it will pop up new browser for standard appraisal document provided by SAP. The problem is the title bar of the pop up come with German. So i have checked

  • Minimize full table scan

    Dear all, I have a query involving some equal and outer joins and I have created the required indexes which are used for comparison. However, when I use the explain plan, I found the execution plan choose full table scan rather than scanning the inde

  • Kodo tune-up

    Abe, Patrick, I was using Kodo for couple of months now. I think it is a very good product and you are getting closer to complete feature set. I wonder if you could share with us your plans for Kodo performance optimization. In out discussion regardi

  • How to deactivate the context menu for data cells in web reports

    Hello, we would like to have the data cells (for example: values in euro) without context menu. I mean, right now, when users navigate in web reports and stop with a mouse over the data cell, text like "Context menu for 5.000 Highlighted" appears. Es