How to induct Quality criteria in to already existing Vendor Evaluation ?

Hi
My Client has configured all the Vendor Evaluation structure. But Quality is not maintained in that structure. Now,
1. How can we induct Quality in to the Vendor Evaluation without disturbing the other main criteria in it ?
2. Will there be sudden impact on the other areas in the system ?
3. Should the Quality management be activated for the materials if they are to be considered in to this Vendor Evalution. ?
Thanks
Maruthi

1. How can we induct Quality in to the Vendor Evaluation without disturbing the other main criteria in it ?
you can just activate the quality criteria (it is already exist in the system)
2. Will there be sudden impact on the other areas in the system ?
No
3. Should the Quality management be activated for the materials if they are to be considered in to this Vendor Evalution. ?
Yes if you want the system to be calculated automatically otherwise make the quality criteria as manual and enter the points when you run vensor evaluation.
if you keep automatic than it will read from usage decision and to have that the QM should be active.

Similar Messages

  • How to add exclude criteria in the already existing group

     I have a created a group with this criteria ( Object is Windows Computer AND ( NetBIOS Computer Name Matches
    wildcard *-XXX*|*-SSS*|*YYY*|*ZZZ*|*PPP|*QQQ* ) AND True )
    Now i got the request to exclude NetBIOS Computer Name Like
     *ABCD* . in the above group.
    How do include the exclusion in this group?

    Hi,
    I think a RegEx will be the best for this situation.
    http://blogs.infosupport.com/dynamic-group-population-in-opsmgr-with-regular-expressions/
    Cheers
    Christoph Maresch | My blogs: blog.cmaresch.at | XING:
    Christoph Maresch
    | Linkedin:
    Christoph Maresch

  • PRAA - Personnel numbers with already existing Vendor master record

    Hi gurus,
    We are using tcode PRAA to create vendor master, we notice some employees did not get converted to FK02 with the message "Personnel numbers with already existing Vendor master record". I checked FK02/FK03, but i didn't see any employee/vendor code there, I also checked vendor table, it is not there. why the system prompts me personnel numbers exist?
    Thanks in advance.

    Hi,
    Just go to the table LFB1 and put in the field PERNR that you are trying to create.
    If is created just put the transaction on modify instead of create.(if you want to change).
    And is better to see the vendor in tansaction XK03.

  • How do I know if a URL already exists in the bookmarks when I try to add a new bookmark?

    I have always been troubled by this problem because I have hundreds of bookmarks and I often can not remember whether a page has been saved.
    When I try to transfer to Safari from Chrome I found this very serious problem because Chrome has a reminder of duplicate bookmarks.
    I know there are some ways to find dupes and delete them. But what I want is getting a reminder about whether the bookmark already exists, and where, before the duplicate generated.
    So is there any way to solve this problem? Or will Apple make improvements in the new version in OS X 10.10?

    If you are using iCloud to sync bookmarks between devices ..
    Try >  iCloud: Troubleshooting iCloud Bookmarks and Reading List
    And here >  How to Fix Duplicate Bookmarks in iCloud

  • How to find out if a structure already exists in DDIC

    Hi all,
    I want to find out if a structure or table type already exists in the DDIC. I intend to use the DDIF_TABL_GET function module and catch the exception raised but I am not sure if this 'illegal input'  exception is only raised if a structure does not exist in DDIC. Is it the right way or is there a function module or static class method which can return me this info stg. like DDIC_OBJECT_EXISTS or not . I have the same problem for the table types too, but I think the solution must be similar...
    Kind Regards,
    Sükrü Ilker Birakoglu

    Hi all,
    Thank you for your answers. I also found an alternative way for solving the problem. If you call the function module DDIF_TABL_GET with the state parameter set to 'M' (get the object regardless of its state(active, new)), the export parameter GOTSTATE shows us if the object in DDIC exists or not(if this parameter is space, then the object does not exist).
    Kind Regards,
    Sükrü Ilker Birakoglu

  • How to know if a particular CWPlot already exists in a CWGraph (VC++)?

    I would like to add a CWPlot to a CWGraph only if this plot doesn't already
    exist within the CWPlots collection.
    The problem is that when I call "myGraph.GetPlots().item((COleVariant)
    "PlotN")", an exception is throwned if the CWPlot named "PlotN" doesn't
    exist.
    I do have a workaround : testing all the names of CWPlots collection untill
    I find (or not) the right name, but as I have a lot of plots in my graph, it
    is very time expensive.
    Is there a more elegant way of knowing a plot presence in a graph ?

    Georges:
    Exceptions are the way that C++ handles all errors, and it's okay to catch exceptions yourself and process them however you like. In this case, for example, I would recommend trying the Item() call and catching the resulting exception. Examine the exception, and if it is one complaining about an "Invalid Index", then you can add the plot and suppress the exception from propagating up the call stack. Here's an example of what I mean:
    //================================================​==============================
    // Return the requested plot. If it's not there, then add it and return it.
    //================================================​==============================
    CCWPlot CGeorgesDlg:martGetPlot(CCWGraph &graph, LPCTSTR name)
    CCWPlot plot;
    try {
    plot = graph.GetPlots().Item(COleVariant(name));
    catch(COleDispatchException *e) {
    // If it's not the exception we're looking for, let it go up the call
    // stack, otherwise ignore it.
    if(e->m_scError != 0x800A0005) /* invalid index */
    throw e;
    e->Delete();
    // If an exception occured, then add the plot.
    if(plot.m_lpDispatch == NULL)
    plot = graph.GetPlots().Add();
    plot.SetName(name);
    return plot;
    You could use this helper method to access plots. For example:
    void CGeorgeDlg:nModifyPlot()
    SmartGetPlot(m_graph,"Plot X").SetEnabled
    (TRUE);
    // or
    CCWPlot MyPlot = SmartGetPlot(m_graph,"Plot Y");
    // work with MyPlot variable....
    I hope this helps,
    Chris W.
    National Instruments

  • How to find out the path of already existing directory?

    I need to get the exact path of 'FCO_DIR' directory. Could you please help me out with this.
    Is there any table name or a quey that I can run to get this information?
    Below is the code that I am using :
    Code:
    l_input_dir CONSTANT VARCHAR2 (30) := 'FCO_DIR';
    l_input_file CONSTANT VARCHAR2 (30) := abc_ca_upd.dat';
    fhandle := UTL_FILE.fopen (l_input_dir, l_input_file, 'r');
    Thanks in Advanvce !!

    900811 wrote:
    I tried running this query in production. I am getting error message ORA-00942: table or view does not exist
    Does this require DBA privileges ?As mentioned before, this should not require "DBA privileges", whatever that means, but it requires rights to query the view (think least privileges principle).
    Did you try querying ALL_DIRECTORIES instead? (or USER_ equivlent)
    In dev environment, I am getting the correct results.What is the output from ALL_DIRECTORIES in dev?

  • Assigning budget profile to already existing project

    Hi All,
    Please suggest how can we assign budget  profile to already existing project .

    Hi Vishal,
    You can go the Project builder, open the particular project and in the detail screen of the project definition, enter the budget profile in the control data tab page.
    Or goto SPRO->Project system->Costs->Budget->Stipulate default budget profile for Project definition and assing the bedget profile.
    Or enter the Budget profile in the Controlling tab page of the Project profile.
    You can do all these for existing projects.
    regards
    Pratap.V

  • Problem setting up DVD or CD Sharing Setup - newer version already exists??

    Dudes,
    Just trying to set up install DVD or CD Sharing Setup on my MacBook so I can use Remote Disc on the Air, but have got this message on the Select A Destination screen:
    "You cannot install DVD or CD Sharing Setup on this volume. A newer version of this software already exists on this volume."
    I don't understand, as I have not installed this software yet. How can a newer version of it already exists on my MacBook?
    The only thing I can think is that perhaps they included it as standard in 10.5.6, which I have on my MacBook?
    Can anyone help at all?
    Thanks!
    Johnnycakes

    That software is bundled with the current Mac OS X version. Proceed as if it was already installed.
    (40654)

  • How to create BP from existing vendors optionally?

    Hi,
    how can I create RE business partners from existing vendors for some optional vendors only?
    Does the vendor synchronization (Cross-Application Components - Master Data Synchronization - Customer/Vendor Integration) mean that a BP is created for each vendor in the specific account group?
    I've tried to define the configuration settings but haven't found the solution for this yet. Please advise.
    - BP grouping assigned to number range
    - one FI account group is assigned to BP grouping
    - BP role (BP role category, BP view) defined
    - in Vendor role link, is the assignment of Role category "optional"?
    Thanks!

    Hi,
    thanks for your comment.  I need to check this option too. 
    However, in this case this does not seem like the best option regarding the workload of users. If they have already xxx vendors in FICO, it does not seem like a very efficient way to create those first also as BP, and then link these records.
    It would be much easier to only create the BP based on vendor data with FLBPC1, and save the double work.
    Based on SAP documentation, I've understood that FLBPC1 Create BP from vendor is meant for this purpose, so I would like to use this option.
    Please advise. Has anyone used FLBPC1 Create BP from vendor successfully?
    Thanks!

  • How to meet iCloud's quality criterias?

    "Songs encoded as MP3 or AAC that do not meet certain quality criteria will not be matched or uploaded to iCloud."
    Until now I thought it's up to the customer to decide which quality he prefers.
    After buying iCloud match I found out that over 5'700 music titles (converting them to AAC did not have any effect) do not meet with Apple's quality criteria.
    Think different, indeed!

    You can have your music in whatever quality you want on your computer. Apple is not telling you what quality YOUR music should be for your own personal usage, just for the purposes of using THEIR iTunes Match service, which replaces your low quality audio with much better quality.
    Here's a potential solution: http://www.tuaw.com/2011/11/20/one-trick-for-getting-itunes-match-to-recognize-o lder-tracks/
    By the way, the iTunes Match support forum is here: https://discussions.apple.com/community/itunes/itunes_match

  • How to add criteria in vendor evaluation

    Hi friends,
    For vandor evaluation , I wants to add 'Criteria' how can i add it.
    Regards,
    Mahesh.

    Hi Mahesh,
    Vendor Evaluation comes with the standard main criterions Price,Quality,Delivery and Services and Sub criterias.
    It's possible to add the criteria through config.
    Regards,
    Bijoy Kumar S.P.

  • How do I get the pictures from my iPhoto on my external Hard Drive to show up in the already existing iPhoto on my MacBook?

    I have an early 2008 MacBook. I had been using iPhoto on this MacBook until I purchased an iMac in 2011, at which time I copied my iPhoto Library from my MacBook to my iMac. Then I realized that my pictures and music were consuming the memory on my iMac, so I moved iPhoto and my iTunes LIbrary to an external Hard Drive. Now I am in a situation where I do not have access to my iMac, but will need to use my MacBook as my main computer for the next year. So, I have my iPhoto on an external hard drive and I plug it into my MacBook and see the iPhoto Library folder, but when I click on it, it opens up the old iPhoto that is still existing on my MacBook and will not show any of the new pictures?! At first I thought it wasn't able to show up anything because my MacBook was running two operating systems behind what my iMac was when I was running my iPhoto Library from that computer. So, I upgraded to OS X 10.7.5 and upgraded the existing iPhoto on my MacBook to iPhoto '11 version 9.4.3. However whenever I plug in the external hard drive and click on the iPhoto Library folder to open it up, it is still just opening up the already existing iPhoto on the MacBook (with my older pictures) rather than the iPhoto on the hard drive (with my newer pictures). How can I access my pictures that are on my external hard drive?

    Thank you for your advice. I followed your directions, but came up with the same results. However, I did discover that whenever I open up the iPhoto Library that is already existing on my MacBook a certain set of pictures shows up. But then when I open up the iPhoto Library from the Hard drive another set of pictures shows up. BUT not ALL of my pictures are showing up on the iPhoto Library from the hard drive. At least the last two years of pictures are not showing up?! Actually, it appears that all the pictures are there from when I started using iPhoto about 5 years ago up until around the time that I got my iMac desktop computer and started using that (2 years ago). I have noticed that more recent videos I have made are showing up in a folder on the hard drive, but will not appear when I open up iMovie?! Any ideas on how to access my pictures from the last 2 years off of the hard drive???

  • I plugged in my brand new nano to my husbands desktop to get it registered, but had a problem mid way through when I tried to used an apple login that already existed.  Now it's not registered and the computer won't recognize my device.  How do I fix this

    I plugged in my brand new nano to my husbands desktop to get it registered, but had a problem mid way through when I tried to used an apple login that already existed.  Now it's not registered and the computer won't recognize my device.  How do I fix this?

    iPod not recognized in 'My Computer' and in iTunes for Windows
    Call U.S. iPod and Mac technical support: 1-800-APL-CARE (1-800-275-2273) to register your iPod Nano.

  • How to find out, if a dynamic genereated structure already exists in DDIC?

    Good morning developers,
    can you help me with that above mentioned problem?
    I'm about to write a report which manages to change tablecontrol(s) to alvgrids.
    My current problem is, that i read all fields of a tablecontrol and generate its <b>structure</b> dynamically ( temporary just during runtime of the report, not stored yet ).
    Now I have to know, if this generated structure already exists in the DDIC, or not.
    If not, i have to create a type of my generated structure and store it in the DDiC.
    I know that there s a FM called <b>"COMPARE_STRUCTURE_DATA"</b>.
    But i think i have to know the name of the existing structure in DDiC.
    Is there also a way for a recursive search in ddic?
    If not:  when i read the fields of my tablecontrol from the DDiC, i read from ddic-table D021S. In its field "FNAM" it contains for example SFLIGHT-carrid ( <table><column> ).
    I could split 'FNAM' into table and column. How do i search for the structuretype of a table?
    Thx for your replys, post points waiting
    Regards
    Basti

    Hello Bastian
    All dynpro fields (including table controls) are either based on DDIC structures of program variables. Thus, the following coding will return you the required answer.
    *& Report  ZUS_SDN_RTTI_IS_DDICTYPE
    REPORT  zus_sdn_rtti_is_ddictype.
    TYPE-POOLS: abap.
    TYPES: BEGIN OF ty_s_line.
    TYPES:   field(3)  TYPE n.
    TYPES:   flag(1)   TYPE c.
    " INCLUDE TYPE knb1.
    TYPES: END OF ty_s_line.
    TYPES: ty_t_line    TYPE STANDARD TABLE OF ty_s_line
                        WITH DEFAULT KEY.
    DATA:
      gs_line    TYPE ty_s_line,
      gs_knb1    TYPE knb1,
      go_tabdescr      TYPE REF TO cl_abap_tabledescr,
      go_strucdescr    TYPE REF TO cl_abap_structdescr.
    START-OF-SELECTION.
      go_strucdescr ?= cl_abap_tabledescr=>describe_by_data( gs_line ).
      IF ( go_strucdescr->is_ddic_type( ) = abap_true ).
        WRITE: / 'gs_line is a DDIC type'.
      ELSE.
        WRITE: / 'gs_line is not a DDIC type'.
      ENDIF.
      SKIP.
      go_strucdescr ?= cl_abap_tabledescr=>describe_by_data( gs_knb1 ).
      IF ( go_strucdescr->is_ddic_type( ) = abap_true ).
        WRITE: / 'gs_knb1 is a DDIC type'.
      ELSE.
        WRITE: / 'gs_knb1 is not a DDIC type'.
      ENDIF.
    END-OF-SELECTION.
    However, if a dynpro field is based on a type defined within the program the situation may be more complex if the type includes DDIC structures (as shown above). But I am sure you will master this obstacle.
    Regards
      Uwe

Maybe you are looking for