How value with few decimals will be enabled for quality inspection records?

Hi ,
my client requirement is in such a way that i need to record the quality parameter( quantitative results) like 3.12 in qa32 transaction. how do i enable the respective MIC settings for the same, kindly suggest me
regards
archu

In QS23 transaction --> Select Button Quant.data  -->Maintain Decimal places.
All new inspection lots will allow you to maintain decimal places.
If Inspection lot is already Released, Go to QA02 and reset the sample, Re-assign the inspection plan.

Similar Messages

  • I have been using firefox aurora 7 for mac. Most of my handful of add-ons have been disabled -- including Read It Later and Feedly, which I was making good use of. Can you tell me when they will be enabled for firefox aurora 7?

    I have been using firefox aurora 7 for mac. Most of my handful of add-ons have been disabled -- including Read It Later and Feedly, which I was making good use of. Can you tell me when they will be enabled for firefox aurora 7? Maybe I should go back to firefox 6

    You can use the Tab key to select a search engine on the bottom bar and press Enter to use the search engine to do the search.
    *https://support.mozilla.org/kb/Search+bar
    In the current Firefox 34 release there is a new "one-off" search bar.
    This search bar doesn't show the name of the search engine and a logo.
    You can type one letter to make a drop-down list appear where you can see suggestions and see the used search engine and that also has bar at the bottom where you can select other search engines that are enabled via the Search tab in Options/Preferences.
    You can use the Tab key to select one of the other available search engines and press the Enter key to search with the selected search engine.
    Click the search engine icon and click "Change Search Settings" to open the Search tab in Options/Preferences (positioned between Tabs and Content) to select the default search engine and select which search engines to show in the search bar drop-down list that opens when you start typing search terms.

  • How to turn on script in chinese (enabled) for sms

    how to turn on script in chinese (enabled) for sms

    I think this is what you are after > http://help.apple.com/iphone/8/#/iphadaaeb5f (International Keyboards) - ÇÇÇ

  • Unrestricted stock with Migo for quality-inspect materials

    Dear MM Gurus,
    We have a case, for some vendors(between cross company sales) we want to have the materials posted to the unrestricted stock.
    We have changes the stock type form quality inspect stock to unrestricted stock during purchase order creation with MM badi purchase_custom.Now it's ok and when go to migo, it seems also unrestricted stock.After saving the migo screen, checked the material document, it seems again quality inspect stock.
    What happens seems that, the system before saving checks the material master and sees the quality inspect type there selected.
    What we need here is to deactivate this during migo also.Could you please suggest us a userexit-badi to deactivate the quality data of the material so that the stock type is unrestricted.
    Thanx in advance
    Best regards
    Jack Black

    Hi,
    I suggest as per the scenario as if want to go for particular vendors with material combination for quality inspection and for other vendors with material combination for stock type unrestricted.
    I suggest not to go for any user exits.
    You have two options
    1. While creating purchase you can change the stock type in item detail in delivery tab pag e by selecting the desired stocktype for the vendor material combination. For this you need to uncheck the tick mark for quality inspecion for the material in the materila master record.
    2. You can tick the material subject to quality inspection in materila master as it is which willbe defaulted and appear as read only while craeting purchase order for all your vendors. After doing the goods reciept you can tranfer the stock from quality inspection to unrestricted with movement type 343.
    Regards,
    Tushar Patankar

  • How many TO need to create for Quality inspection material

    Dear all,
    When we do GR's ,TR is created & material is goes for quality inspection .
    So after UD, PCN is created so for this PCN we need to Create & Confirm TO.
    So my question is what we do for open TR which was created after GR posting.
    DO we have to create TO for this TR.
    I mean how TO get's created in this process?
    Please help me out.
    Regards,
    Rock

    what do you do physically?
    a) do you keep the stock in goods receipt area until it is released from the Q status
    b) or do you putaway that stock into its destination bins before it is released from Q-status
    in both cases you use the TR that was automatically created during goods receipt to create the TO.
    in case a) you just execute LU04 to process the posting change notice to change the stock status from Q to unrestricted  prior to creation of the TO.
    in case b) you create the TO directly and process the PCN in LU04 later when the usage decision was made.
    part B can create some difficulties (especially if you setup automatic processing) as you may get several quants because the material need more than one destination bin, while you just have 1 quant in the GR area 902.  So SAP may not be able to determine the quant that needs to be released from Q status by itself, and user has to select those quants manually.

  • How the returm stock will be posted to quality inspection and in unrestrict

    Hi Friends,
                      Hi frns I am SD Consultant and little knowledge about MM,so i need your help.I make a return cycle in SD.while doing MMBE (stock check) Return stock is posted in return coulm.how can it be tranfered to quality inspection and from there to unrestricted.
    Regards.

    hi,
    check add Inspection Type field value in the material master records QM view ...if not provide then enter...and then try..
    Regards
    Priyanka.P

  • How to consider sample qty of raw material's quality inspection during mrp.

    hi expert.
    i have to consider sample qty of raw material's quality inspection during mrp.
    i am wondering how to implement it.
    is this possible?
    thank you~~!!

    Hi Seung Hyun,
    I think it depends on the sample quantity, whether it is a fixed quantity or it depends to the raw material quantity or requirement from the orders. If it is not fixed, then you can use scrap percentage as suggested by Vivek.
    If it is fixed quantity, then there are several alternatives to follow:
    Include the sample quantity to your safety stock
    Create another material number to distinguish the sample from the original raw material number and include it in the BOM
    Regards,
    Julian

  • How to display an double type variable's value with two decimals?

    for exmple, what I do is:
    double a = 1.5;
    system.out.println(a);
    I see 1.5 in the screen, however, I wanna display 1.50. how to do that?
    I know how to round an double value, say, 1.555 to 1.56, but I can't find how to display a double value from one decimal to two decimal, any help will be very appreciate!

    for exmple, what I do is:
    double a = 1.5;
    system.out.println(a);
    I see 1.5 in the screen, however, I wanna display
    1.50. how to do that?
    you could convert the double to a string and then append a zero to the end
    String str = Double.toString(a);
    str += "0";
    System.out.println(a);

  • F4IF_INT_TABLE_VALUE_REQUEST not returning value with 2 decimals point

    hi all,
    i use function F4IF_INT_TABLE_VALUE_REQUEST to do search help, the master data in table ZINVEST has field ZNO, with field type CURR , 2 decimals point.
    the return table shows 2 decimals point but in display screen it only shows 1 decimal point, pls advice
    here's the coding:
    DATA : BEGIN OF itab OCCURS 0,
              e_value(20),
             END OF itab.
      DATA: BEGIN OF field_tab OCCURS 0.
              INCLUDE STRUCTURE dfies.
      DATA END OF field_tab.
      DATA : return_tab LIKE ddshretval OCCURS 0 .
          CLEAR field_tab.
          field_tab-fieldname = 'E_VALUE'.
          field_tab-intlen = 17.
          field_tab-outputlen = 17.
          field_tab-decimals = 2.
          field_tab-inttype = 'C'.
          field_tab-scrtext_m = 'Investment No'.
          APPEND field_tab.
          SELECT * FROM ZINVEST.
            CLEAR: itab.
            itab-e_value = ZINVEST-ZNO.
            APPEND itab.
          ENDSELECT.
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
          retfield        = 'E_VALUE'
          dynprofield     = 'A'
          dynpprog        = sy-cprog
          dynpnr          = sy-dynnr
        TABLES
          value_tab       = itab
          field_tab       = field_tab
          return_tab      = return_tab
        EXCEPTIONS
          parameter_error = 1
          no_values_found = 2
          OTHERS          = 3.

    Hi ester,
    You shud try this way. Try to use this code.
    DATA:  BEGIN OF it_help OCCURS 0,
           zuonr TYPE zvinvoice,
           kunnr TYPE kunnr,
           name  TYPE zvcustname,
           END OF it_help.
    SELECT-OPTIONS: p_zuonr FOR bsid-zuonr.
    SELECT DISTINCT
             zuonr
             kunnr
      INTO CORRESPONDING FIELDS OF TABLE it_help
      FROM bsid
      WHERE zuonr <> space.
      SORT it_help BY zuonr kunnr.
      DELETE ADJACENT DUPLICATES FROM it_help
      COMPARING zuonr kunnr.
      IF it_help[] IS NOT INITIAL.
        SELECT kunnr
               name1
               name2
        INTO TABLE it_kna1
        FROM kna1
        FOR ALL ENTRIES IN it_help
        WHERE kunnr = it_help-kunnr.
        SORT it_kna1 BY kunnr.
        CLEAR v_tabix.
        SORT it_help BY kunnr.
        LOOP AT it_help.
          v_tabix = sy-tabix.
          READ TABLE it_kna1 WITH KEY kunnr = it_help-kunnr
                                      BINARY SEARCH.
          IF sy-subrc EQ 0.
            CONCATENATE it_kna1-name1 it_kna1-name2 INTO it_help-name  
            SEPARATED BY space.
            MODIFY it_help FROM it_help INDEX v_tabix
                                        TRANSPORTING name.
          ENDIF.
        ENDLOOP.
    FORM event_selscr_valreq_for_pzuonr .
    ***Function module to display the search help for the assignment filed****
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
          retfield         = 'ZUONR'
          dynpprog         = sy-cprog
          dynpnr           = sy-dynnr
          dynprofield      = 'P_ZUONR'
          window_title     = text-029
          value_org        = 'S'
          callback_program = sy-repid
        TABLES
          value_tab        = it_help
        EXCEPTIONS
          parameter_error  = 1
          no_values_found  = 2
          OTHERS           = 3.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    Reward if help ful.
    Regards
    Azad.

  • How/when categories will be enabled for Calendar

    Hello,
    I am really missing the categories in the calendar application as Iwant to synchronise many calendars coming from different activities (personal life, my company, the customers i work for..., the f1 champioship..).
    How is it possible to put pressure on this feature already available for contacts, emails, tasks.
    Is there a place to follow-up or to be warned when this feature will be available. Is is a great disapointement for me not to have it as a new BB. This is present in PDA for more than years!!!
    Kind Regards
    Christophe

    I would like to add to this request!!  I use Labels to keep my schedule seperate from my childrens.  I would use Categories, however as you stated that is not an option.  Plus, I use categories to seperate my childrens events.  I totally know whats going on when I look at the schedule on the computer and totally lost when I look at my BB!!!  Does anyone know who we can contact!!
    Barb 

  • Material value which is MAP will be GR for free of chaged

    Hi,
    I have one material  with value stock and qty stock for inventory and using MAP .
    now current inventory qty 
    10 ea  current MVP  is 1000 US$
    what if  the material will be Good Receipt  as  Free of charge ?
    my question,  do i have to suggest  501 with inventory value ?
    or  do i have to suggest 511 without inventory value  ?
    anyway both way,   qty of material  will be increased and effect to MVP
    so which way is best guide or answer to customer?

    501-  this is without PO and free goods will go to inventory and MAP will decrease. Stock value will remain same. Here you will not have a reference of how the quantity is received.
    511-  If you use this the free goods will add to the inventory and MAP will decrease, stock value will remain same.Here you will have a reference to PO.
    So you can suggest to the customer to have reference  and use 511.

  • Diplaying matrix with drill down (toggle visibility) enabled for 4 row groups

    Hello,
    I have a matrix in SSRS 2012 with 4 row groups representing a product hierarchy.   Product Sub Group, Product, Sub Product and Account Number are the levels of the hierarchy.  I have enabled drill down (toggle item visibility) on the first
    3 of these levels. 
    This works great, but my matrix is very wide when it is first rendered.  Ideally I want my matrix to expand horizontally as I expand/drill down into each grouping.  So when the report is first rendered, and 3 of the groups are invisible, the
    matrix will be thin.  Is this possible?
    Thanks,
    Gabe

    Hi Gabe,
    Based on my test, it cannot achieved in SQL Server Reporting Services (SSRS).
    We can hide these column contents in matrix, however, we cannot hide the space in the report. In this situation, I recommend you use table to display these data.
    Alternative, we can add a drill-down in the column group to hide the column group when it is first rendered. Please refer to the following screenshot:
    If you have any questions, please feel free to let me know.
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • How to chcek if Java Script is enabled for the browser

    Hi all,
    I wanted to know if there was any way to check if Java Scripts is enabled in the browser on which the jsp screen is being displayed. This type of check should be in Java and im working on a struts framework.
    Thanks

    There are multiple ways of doing it. Depends on wether you need this information only at the Client (browser) or do you need it at the Server.
    In case of Client its trivial. You could do it in HTML:
    <div id="jsEnabled" style="visibility:hidden">
    JavaScript is enabled
    </div>
    <div id="jsDisabled">
    JavaScript is disabled
    </div>The first div contains the text "JavaScript is enabled" while the second one says "JavaScript is disabled". The first div is also made hidden. Now, we attach the checkJavaScriptValidity function to the onload event of the page.
    <body onload="checkJavaScriptValidity()">checkJavaScriptValidity hides the second div and make the first one active. If JavaScript is enabled you will see the first div which says "JavaScript is enabled". If JavaScript is disabled you will see the second div which says "JavaScript is disabled".
    <script language="javascript" type="text/javascript">
    function checkJavaScriptValidity()
    document.getElementById("jsEnabled").style.visibility = 'visible';
    document.getElementById("jsDisabled").style.visibility = 'hidden';
    </script>But I guess since you want it to do it in Java, you'll need this information at the Server side as Browsers dont execute Java code. In that case you could just do an HTTP hit from a javascript function on load with information about the current session. But I still do not understand why would need this information at the server side as your purpose seems to be to ask the user to enable Javascript on his browser.

  • I need to know how much longer my iMac will be good for

    Hi Everyone... need some help if you have some time please..... Thanks in advance!
    I bought this used iMac in 2010 and it's been great except that I can't upgrade anymore on it. I have snow leopard and I was told my Apple this is the last upgrade for this computer.
    That worries me because my internet browsers will eventually stop working when more they upgrade and my computer is still runing on Snow Leopard.
    Can anyone tell me how much longer I'll be able to keep this Mac before I have to replace it? It still works perfectly.
    Here is some of info:
    10.6.8
    2.16 GHz intel core 2 duo
    3 GB 667 MHz DDR2 SDram
    Hardware Overview:
      Model Name:          iMac
      Model Identifier:          iMac6,1
      Processor Name:          Intel Core 2 Duo
      Processor Speed:          2.16 GHz
      Number Of Processors:          1
      Total Number Of Cores:          2
      L2 Cache:          4 MB
      Memory:          3 GB
      Bus Speed:          667 MHz
      Boot ROM Version:          IM61.0093.B07
      SMC Version (system):          1.10f2
      Serial Number (system):          W86*******VGP
      Hardware UUID:          00000000-0000-1000-8000-0016CB9E4088
    <Edited by Host>

    xxranexx wrote:
    Thanks for responding! so helpful! I was told by apple reps I can't upgrade to Lion and you stated the same thing but then you said if I 'move to lion 10.7' I would be able to?
    My firefox doesn't work very well on this computer it's really slow and doesn't load sometimes. and If I use tumblr it's even worse. I can't even scroll.
    My main concern is the browser upgrades. I want to make sure this computer can still be upgraded (so I can use netflix for at least another year or 2 etc etc)
    Lion is 10.7, Mountain Lion is 10.8.
    You should max out your RAM, but the Firefox issue may or may not be RAM related. If you restart and open no other applications but Firefox, do you still experience problems? If you don't, then it's most likely RAM related.
    It may be an Add-on responsible for the slow loading. Quit Firefox then reopen it in safe mode, by holding  down Option(alt). This will disable all Add-ons. If it appears to work better there, then you need to test by disabling each Add-on one by one to see which is the culprit.
    It may also be a corrupted Profile in your Firefox folder. Option-drag the entire Firefox Folder located in your user Library>Application Support. This will make a backup, which you can restore later. You will know it's copying when you see a small circle with a plus sign inside. Don't do this if that doesn't appear. There is a more elegant way to do this, but it may be trickier to get going than what I have suggested.
    Next, get a new Firefox application and install that. Doing this will create a new Firefox folder and Profile in that location. See how that one behaves. If it's better, then post back and I can tell you how to migrate things over from the old Profile. If it isn't, then just return the original Firefox folder to that location and allow it to replace the new one.

  • How/Where can I find the 802n enabler for my core 2 duo imac?

    I have a 24" iMac with Intel Core 2 Duo. I want to be able to use an 802.11n router. I have read that to use the new Airport Extreme base you need something called the 802n enabler. Where can I get it?

    Well the new Airport Extreme and Apple TV are both shipping in February (which in Apple terms usually means end of the month). So I would expect to see 'n' Apple products actually in users hands in early March.
    The software to enable 'n' in Apple computers probably won't be avaiable before then.
    Ian

Maybe you are looking for

  • Mini DVI to VGA cable won't fit.  Too big for slot on 12 PowerBook G4

    Are there more than one type of cable?

  • CRM Survey Suite and Web Survey

    Hi everyone, I am new in CRM and have been assigned to investigate the possible ways to send surveyes to the customers/users. In my investigations and readings, I have found that we coud use CRM Survy Suite or Web Survey. Could any one please tell me

  • AFRC values not available completely

    Hi Experts             In the table  AFRC, RUECK , RMZHL values are not available completely, whats the reason, and how to get these values from the tables except AFRU based on the AUFNR value. Thanks in advance. Regards Rajaram

  • How to beautify Java source code

    Hello! I'm mostly a Java developer, and I recently moved my projects to XCode. I was using jEdit previously, with a lot of plugins. I specially miss: * the ability to do vertical selections (jEdit, TextMate) * Gruntspud CVS plugin - but this can be r

  • CS4 = No more scanners

    Did CS4 change where it looks for the scanner drivers? I have both Canon and Epson scanners and they do not show up in File/Import even after re-installing the drivers.