SRM RFx Manual Valuation (Weighing) Functions

Hi Experts ,
We are using SRM7.0.
With  SRM RFx,  in Manual Valuation (Weighing) Functions  / option , ONLY ONE person (Purchaser) can give /assigne score to the Attruibute /Answer given by Bidder.
In our scenarion, each Member of Bidding Panel/ Group gives different different Scores to Attruibute /Answer given by Bidder and then we find Average of the Score which is final.
i.e.
Purchaser 1 - Score 80
Purchaser 2 - Score 90
Purchaser 3 - Score 70
Totale Score of this Question shoule be calucatled by system as (809070) / 3 = 80 automatically .
Can in SRM RFx , multiple people from panel  valute differently i.e. Valuation Factor/ Score to Attruibute /Answer given by Bidder  and then system can make it Average of the Score automatically ?
Thnak you
Regards
NAP

From what I understand, what you want to average is the weight for the attribute. This requirement would not be trivial to implement, but you might be able to achieve it through implementation of BBP_DOC_CHANGE_BADI. I'd propose the following:
1. Precondition: all the purchasres that you would like to input their opinion MUST make changes to the RFx manually. Otherwise, you wouldn't be able to know their weight value on it. And your average weight(and later score) would be based ONLY on those who actually changed the RFx.
2. In the BADI implementation logic, you would want to manipulate the CT_WEIGHT parameter in the following fashion:
   a. find out the change document history of WEIGHT set including who changed it (look into tables CDPOS/CDHDR)
   b. when it comes to the same BADI logic with current purchaser's weight, take an average of all the weights entered by those in the weight's change document history, plus the current purchaser's weight value.
   c. change the new weight automatically to this new average value
Good luck.

Similar Messages

  • Purchase order(PO)  created SRM Rfx Document number

    Hi
    we created PO at ERP from SRM Rfx Response.
    I could find Purchase order numbe stored in EKKO table. But where can i find related SRM RFX response number.
    Its not stored history in ERP tables? i could not find the source object type and object number in EKKO or EKPO table.
    Pls advice how to find it.
    Regards
    Chandra

    Hi
    we created PO at ERP from SRM Rfx Response.
    I could find Purchase order numbe stored in EKKO table. But where can i find related SRM RFX response number.
    Its not stored history in ERP tables? i could not find the source object type and object number in EKKO or EKPO table.
    Pls advice how to find it.
    Regards
    Chandra

  • Manual valuation w/o reset in TPM1

    Hi All
    I want to doa manual valuation w/o reset for Product Type 51A (FD).  I created a valuation class. I also created a update type and assign usages. I also assigned the update types to the valuation. I created postion management procedure with type of step as one step rate valuation and procedure as mark to market. I selected the position category as  1 "Sec/Loans/M.MKT.   I also maintained the NBV in TPM74 but when i run TMP1 by selecting manual valuation, the system is not considering the value entered in TPM74. Its giving a Message no. VAL105  "The valuation of the position resulted in no write-ups or write-downs"  Am i missing something.  Kindly advice and also let me know the steps to be confiured for manual valuation w/o reset.
    Regards
    Rajaram

    Dear Rajaram,
    Please check the values you have entered in TPM74, the NBV in VC and PC need to be filled. If the NBV is equal to current book value, you will get message VAL105  "The valuation of the position resulted in no write-ups or write-downs", as there is no difference in old and new book value.
    Please also refer to the online help for one-step Valuation:
    http://help.sap.com/erp2005_ehp_04/helpdata/en/42/c97df81d446baee10000000a1553f6/frameset.htm
    One-Step Valuation Sequence
    http://help.sap.com/erp2005_ehp_04/helpdata/en/42/c97df81d446baee10000000a1553f6/frameset.htm
    Best regards,
    Jasmine

  • REG manual valuation pop up window in QA32

    Hi
    I need to know how to stop the pop up window for Manual valuation in QA32. When I do RR for any MIC, a manual valuation window comes for accepting/rejecting the MIC.
    My basic setting at plant level for result recording configuration is automatic close, I am not using any sampling procedure and No inspection point is being used. Its a raw material with simple MICs and inspection plan.

    Hi,
    system asks for manual valuation wherever it does not found valuation mode and valuation mode is defined in sampling procedure.
    For that, in MIC,use the control indicator "Sampling Procedure" active. If you activate this control indicator.
    Then when you assign the MIC in the inspection plan, the system will ask the sampling procedure, now in that use the sampling procedure which has valuation mode as "Attributive inspection of non-conforming units" or Mean Value within tolerance range".
    After that create inspection lot and do results recording, in that case, system wont ask for manual valuation.
    Thanks
    SUMIT

  • SRM RFx / RFx Response Condition Configuration

    Hi Team
    Kindly I need your help to know how configure SRM RFx /RFx Response condition
    Waiting your help

    Hi Team
    Kindly when add item condition at RFx document we got the following issue
    Error : Condition information is incomplete , so please advise
    Kindly find attachment document

  • Need to make "opening date" mandatory in SRM RFx Header Screen

    Dear All,
    Working for SRM component "/SAPSRM/WDC_DODC_RFQ_H_BD" there is field "OPEN_DATE_TIME" which i need to make it mandatory .
    There is standard config to do the same but its not happening through that is there any way I could do the same.
    I have also tried to enhanced the application and made it mandatory in MODIFYVEW method and given the error message also but it allowed the RFx to get publised even tough the date is not entered.
    Really appreciate the same if anyone has come across such requirement.
    Thanks
    Ankit Jain

    In my system works fine, I've added the following code in badi BBP_DOC_CHECK_BADI and I can't publish my RFX without filling that field...
    DATA: ls_bid_header TYPE bbp_pds_bid_header_d,
            ls_messages TYPE LINE OF bbp_tmessages_badi.
      IF flt_val EQ 'BUS2200'.
        CALL FUNCTION 'BBP_PD_BID_GETDETAIL'
          EXPORTING
            i_guid   = iv_doc_guid
          IMPORTING
            e_header = ls_bid_header.
        IF ls_bid_header-open_time IS INITIAL.
          CLEAR ls_messages.
          ls_messages-msgty = 'E'.
          ls_messages-msgid = 'ZYOUR_MESSAGE_CLASS'.
          ls_messages-msgno = 000.
          APPEND ls_messages TO et_messages.
        ENDIF.
      ENDIF.

  • Sap srm important tcodes, tables and functions

    hi!
    can any one say me important tcodes , tables , functions that are used in sap srm ?
    thanks in advance

    what's your email address?  try this link:
    http://wiki.sdn.sap.com/wiki/display/SRM/SRM+Tables

  • Where can find iPhone operating manual or all function description.thank you.I am a new be kindly to me,please.

    I can not smoothly using my iPhone4,I am a new to hi-tech products,be kindly tell me where can find iPhone4 operating manual or function description,please.thank you.

    The manual is book marked for you in Safari on your iPhone. Or, you can download the iBooks and the manual is a free download from the iBooks Store. Or, you can view or download it here on the Support site:
    http://support.apple.com/manuals/

  • SRM RFx "Create Response"

    We have noticed that the "Create Response" button is not available to bidders on the POWL screen and in order for them to work a bid they have to highlight the event number and display the event.  When the new window opens up the create reponse is available to them.
    Previously the Create Response was available upon first logging into the POWL and you could highlight the event and hit create response.
    We are on SRM 7.1 and believe since applying ep 1 they functionality was disabled.
    Has anyone else noticed this?

    Dear Simon,
    the "Create Response" button should be there on the screen.
    Please check the assigned role for the bidder (/SAPSRM/BIDDER_EHP1):
    If you are on SRM 7.0 EHP 1 please assign this role to the bidder: /SAPSRM/BIDDER_EHP1
    Best regards,
    Tamas

  • SRM RFx Response Undo Accept/Reject Action

    Kindly we use SRM 7 EHP1 , when I try to find out undo accept or undo
    reject button on Screen but there is no button for undo action
    Is that available in SRM 7 EHP1 ? and if it is available why is not
    shown ? or need any configuration ?
    Please advise ASAP

    Hi
    1687814  - Rfx response is not editable after Undo Accept for purchaser
    is not correct note , my question is
    when I try to find out undo accept or undo
    reject button on Screen but there is no button for undo action

  • Difference b/w manual planning,& planninf functions

    Hi,
    In BW BPS when we have to got for manula planning & when we have to use the planning functions

    hi
    we can go for manual planning when the plan data to be entered is less.
    Next if we wont find any suitable planning function for our requirement then we can go for manual planning.
    We go for planning functions: if the volume of data is very large and very difficult to enter manually. If it consists of different mathamatical  calculations which can be defined and can be incorporated as predefined planning function or FOX.
    Tx
    srin

  • SRM RFx Response - How to check if a button is clicked or not

    Hi All,
    This is rani.  Im very new to SAP.
    Im into my first project, in which im having an Immediate enhacement.
    In SRM Portal, I need to logged in as bidder to create a bid response.
    "Participate" button is there, i need to clicked that button, this is mandatory.
    So how and where to check whether the button is clicked or not.
    else i need to raise the error message in BBP_DOC_CHECK_BADI and some fileds needs to be grayed out.
    The webdynpro component is FPM_OIF_COMPONENT.
    Can u please help me out in this regard.
    Thanks in Advance,
    Rani.

    Hi  Rani ,
    In SRM 7.0 the system variables ( sy-ucomm & sy-Tcode ) will not work .
    if you want the action code  triggered in the  Webdynpro screen inside the BADI: BBP_DOC_CHECK_BADI
    kindly study the SAP Note 1334202 - How to get current action ID and transaction group
    Below piece of code will give you the action Id in side the badi
    DATA: lo_trans_context TYPE REF TO /sapsrm/if_transaction_context,
            lv_action        TYPE /sapsrm/pdo_action_type,
            lv_tcode         TYPE /sapsrm/transaction_group.
      lo_trans_context = /sapsrm/cl_transaction_context=>/sapsrm/if_transaction_context~get_instance( ) .
      lv_action = lo_trans_context->get_current_action( ). "  replacement for sy-ucomm
      lv_tcode  = lo_trans_context->get_transaction_group( )." replace ment for sy-tcode
    kindly go through the SAP note provided .
    Regards
    Chinnaiya P
    Edited by: chinnaiya pandiyan on Jun 27, 2011 7:34 PM

  • SRM 7.0 EHP1 - new functions for BRF workflows

    Hi all,
    We currently upgraded our SRM 5.0 system to SRM 7.0.
    We need some inputs whether to activate the EHP1 for SRM 7.0
    Are there any limitations in terms of BRF workflows which are now covered in SRM 7.0 EHP1?
    In SRM 5.0,we were using n step header level approval workflow using the BADI and custom tables for approval determination.
    We need to map the same in SRM 7.0 now but wanted to know the limitations in terms of any new functionalituies which can be used in terms of Shoppign cart workflow in SRM 7 EHP1 v/s SRM 7.0 SP10.
    I read in one of the posts in the forum that parallel processing for BRF workflows is not supported in SRM 7.0 EHP1.Please advise.
    Please advise.

    Thanks Saravanan.
    We are having lot of issues with the ACW in SRM 5.0 and hence plan to reimplement the workflow in SRM 7.0 using the process controlled workflows plus the new features introduced for workflow.
    Can you please advise if ACW are better than PCW or vice-versa??
    I dnt have the link for the post but cans someone confirm if parallel processing is supported in SRM 7.0 EHP1 workflows??
    Are there any shortcomings in terms of the BRF workflows in SRM 7.0 EHP1?

  • SAP-SRM- RFX creation Error

    When i am creating RFX i am getting this error.
    Product data could not be intepreted. 
    What should i do for this pls help me to resolve this issue

    Hi Regu,
    Please check this thread [http://forums.sdn.sap.com/thread.jspa?threadID=540028|http://forums.sdn.sap.com/thread.jspa?threadID=540028].
    Not really match to your problem anyway, but probably related.
    Sincerely,
    Tedi
    Please reward helpful answer

  • RFx Header Target Value in Sourcing  is Zero for RFx created in SRM Manually

    Hi All,
      We are facing the issue with RFx Header Target Value, before proceeding with question , like to share our scenario's
    We are using SAP SRM Classical Strategic Scenario.  and below are two possible ways.
      Case1)ECC PR - SRM SC (EXTR-BUS2121) - SRM RFx(BUS2200) - SRM RFx Response(BUS2202) - > ECC PO.
      Case2)ECC PR - SRM SC (EXTR-BUS2121) - SRM RFx(BUS2200) - SRM RFx Response(BUS2202) - > SRM Contract - ECC Contract.
      Case3) SRM RFx(user create RFx directly in SRM ) - SRM RFx(BUS2200) - SRM RFx Response(BUS2202) - > SRM Contract - ECC Contract.
      Case4)SRM RFx(user create RFx directly in SRM ) - SRM RFx(BUS2200) - SRM RFx Response(BUS2202) - > - > ECC PO.
       Now for cases  1 & 2 ,  Target Value in the RFx Header is populating correctly ,but  for Cases 3 & 4 where the RFx is directly created in SRM  ,the Target Value field is visible and editable in the RFx Header ,but when we enter some value and go to other tab, like bidder, the "Target Value" is getting cleared.,
      Can any help to understand this  SAP behavior of application ,Is this SAP standard? or is there is any miss in our configuration.? Kindly provide some inputs on this. I also cross checked the notes
    Thanks
    Channa

    Hello Channa,
    There is note 1992525 and 1712226.
    Please refer to the note 2037465 for important information about pricing.
    This note has all information about pricing in SRM for different scenarios.
    Best regards,
    Rohit

Maybe you are looking for