Fields to be maintained

Dear Quality Experts,
If I want to implement QM, what are the fields I've to maintain with respect ot Finsihed Product, Semifinished, Raw materials etc...
Can anybody throw some lite ont his issue.
Scenario for INprocess Goods:
Material in process-> Inspection--->Ok
If Rework-->Action>Re-inspection->Corrective Action request---->Deposition
regards
Ram Kumar

Hi
You can map this scenario by following steps;
1.In Material Master QM view-->Activate 03 Inspection type  for all materials  Semi-Finished (Bought) etc.also activate with task list.
2.Create a Sampling Procedure using T code:QDV1.
3.Crete a Routing for Inspection of Inprocess items in Ca01.
.Assign sampling procedure against each char of Inspection plan.
4.Now in SPRO
QCC0>Quality Inspection>Insp lot creation>Inspection type>select 03 inspection type-->Assign Notification as F3
5.Also assign selected sets QS51 for UD code( catlog -3) assign it in above path for 03 inspection type.
Now when GR is Made it will come to QI stock-->Inspection lot 03 will be created.
Inspect as per sampling Size
If Accepted it will go to U/R
if rejected then a notification of F3 will be created in Background.Take corrective action for the same.
Note: When production order is released ,03 Inspection lot is get created immediatly
After confirmation 04 inspection lot is created.
Regards
Sujit

Similar Messages

  • How many key fields can we maintained in dso or ods

    HI
    pls let me know how many key fields can we maintained in DSO or ODS.
    Thanks and Regards.
    ASIM.

    Hi,
    Key fields can only be 16 you cannot exceed this. but if you have more key fields, you can combine fields using a routine for a key field
    Max Data Fields - 749 data fields can be added in a DSO.
    Regards,
    Marasa.

  • Language field is not maintained in the source system

    hi,
    I had problem with 0ehs_actn_text data source. when i'm trying to pull data to BW it's saying language field is not maintained in the source system.
    I check the datasource there is no language field in the extract structure. and No fileds are checked for slection. I found one field REFOBJ checked in the data selection tab of datasource. But the data not coming to BW side. 
    could anyone help.
    regards
    kumar

    hi kumar,
    Check in rsa6 TXTLG field should be there and it should not be checked in  HideField Tab.. then only the data will populate to BW..
    So make the things properly and once again replicate the data source in Bw side.. load the data..
    other wise if u dont wanto the language field in Bw side goto infoobject maintanance uncheck the "TExt Language dependent" option in masterdata/texts Tab.. save and activate it.. load the data..
    i hope this will help you..
    Thanks..
    ravi.p

  • Drop down list for a field in table maintainance

    Hi,
    I have created a table maintainance for ztable. I need a drop down list for field so that user can select values present in the list while giving entries.
    I can not use fixed values in domain, because feild length is more and it wont fit into fixed values.
    I am trying to use VRM_SET_VALUES FM but not getting output. Can any one help me on this.
    Thank you,
    Regards,
    Kusuma K.

    TYPE-POOLS: vrm.        Include this in your program
    DATA: l_name  TYPE vrm_id,
          l_list  TYPE vrm_values,
          l_value LIKE LINE OF l_list.
      LOOP AT it_paym INTO w_paym.
        l_value-key = w_paym-pay_method.
        l_value-text = w_paym-text.
        APPEND l_value TO l_list.
      ENDLOOP.
      l_name = 'Table-field'.   change it as per your requirement this has to be perfect
      CALL FUNCTION 'VRM_SET_VALUES'
        EXPORTING
          id              = l_name
          values          = l_list
        EXCEPTIONS
          id_illegal_name = 1
          OTHERS          = 2.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    Hope it helps you,
    Abhijit G. Borkar

  • Insert value to field automatically when maintaining db table

    Hi,
    I am maintaining Z table in sm30.
    The first field is the material code and the second field is the material description (and there are other fields).
    The requirement is inserting the description of the material automatically after inserting manually the material code.
    How can this requirement be implemented ?
    Best Regards.
    Ofir

    Use event No 5 In table maintenance generator.
    Table maintenance Generator -> Environment -> Modification -> Events ->  New entries => select event no 5. & do required coding
    Regards
    Vinod
    Edited by: Vinod Kumar on Apr 21, 2010 5:26 PM

  • Auto Increment of Primary Field in Table Maintainance

    Hi,
    We want to give an Auto increment to the Primary Key, when ever the table is updated/inserted with a new record. How to get the value updated????
    For Eg,
    Table ZTEST Contains     MANDT, ITEM,   EBELN.
    It should have the values 800    001   000977
    And when the next record is created, the ITEM value should be Automatically get the value 002.. and so on for every Record.
    Pls do let me know if any other details is reqd.
    Thanx in Advance.
    Ajaz

    Dear Syed,
       You can do many things in table maintenance screen like validation of some field, making some field required or displayed etc.
       For auto increment you have to use Number-Ranges. FM NUMBER_GET_NEXT is helpful in this case.
       Where to write the code??? The Function-Group you have made. There will be includes. You can easily locate the place to write these codes.
       Caution point is that if you re-generate the table maintenance then all code will be gone.
    Regards,
    Deva.

  • Which fields of material maintain in make to order scenario through bdc

    HELLO  !!!!!
    GURUS !!!
    I am working on make to order scenario.
    Here is batch management.
    I am giving data for uploading so for that which fields must be filled from
    basic data to costing .
    Could you give me some ref. on this topic.
    Regards,
    Nitin

    Hi,
    Its like I have given for the Raw Material what are all the required fields and this is as per the scenerio which we follow and i think this helps you..
    MBRSH     Industry Sector
    MTART     Material Type
    DYTXT     
    WERKS     Plant
    LGORT     Storage location
    MAKTX     Material Description
    MEINS     Base unit of measure
    MATKL     Material Group     
    SPART     Division
    BSTME     Order Unit
    EKGRP     Purchasing Group
    KAUTB     Automatic PO
    XCHPF      Batch MAnagement
    EKWSL     Purchasing valu key
    WEBAZ     GR Processing Time
    USEQU     Quota arrangement Usage
    DISMM     MRP Type
    DISPO     MRP Controller
    DISLS     Lot Size
    BESKZ     Procurement type     
    LGFSB     S.Loc for Ep
    PLIFZ     Scheduling margin key
    FHORI     Planned Delivery Time
    RWPRO     Coverage Profile
    STRGR     Strategy Group
    VRMOD     Consumption mode
    VINT1     Backward Consumption Period
    VINT2     Forward Consumption Period
    MTVFP     Availability Check
    SBDKZ     Individual/Collective     
    BKLAS     Valuation Class
    VPRSV     Price Control Indicator
    VERPR     Value/Price
    EKALR     With Qty Structure
    Hope This Helps you.. is it clear
    Regards,
    Sravanthi
    Edited by: sravanthi nemani on Dec 29, 2008 1:38 PM

  • Populating Quantity fields in Table Maintainance generator Events.

    Hi all,
    I have a custom table, in that i have to check the material number and the quantity of the previously present entries and current entry which i am adding in the before save event.
    However in the total table.... The value of material is getting populated correctly but the value of the quantity is not the actual one which i have entered, It is taking the value 0.00 at runtime.
    Please suggest me the approach when we have to deal with the Quantity fields in the table events.
    Thanks in advance for your help.
    Regards,
    Anuja

    Hi,
    The reference for the Quantity field is provided in the Custom table. However the value of the Quantity is taken as 0.00 at run time.
    Please refer to the below code.
    LOOP AT total.
        IF <action> EQ space.
          l_wa_temp-matnr = total+3(18).
        l_wa_temp-bmenge = total+95(13).
          APPEND  l_wa_temp TO l_i_temp.
          CLEAR l_wa_temp .
        ENDIF.
      ENDLOOP.
    however the  l_wa_temp-bmenge is getting populated as 0.00 however the actual value entered for it is 10
    Regards,
    Anuja

  • Reference field require for maintaining percentage

    hi ,
    In the module pool program , on selection screen I want to give percentage value, we are using KBETR field but it is accepting only comma seperated values like 1,11 not accepting 1.11.If  I change decimal settings in user profile then it accepts 1.11.
    Could you please suggest a reference field which will accept both types of values.
    Thanks
    Saurabh

    Use:
    Data: w_percentage type p decimals 2.
    Data Element: BF_PRZ32
    This will solve the issue.
    Regards,
    Gurpreet

  • Searching non-key fields in table maintainance

    Hi..
    How to find non-key fields or how can we enble the FIND button in maintaince table ?
    Please reply....
    Thanks ...

    Hi,
    When you are on the table maintenance screen, you can :
    1. Goto menu options. Selection-->By Content
    2. Choose the fields you want to search data on and Press enter
    3. Enter the operator and the value  (you can append or insert a new field here as well )
    4. Click on the choose button.
    regards,
    Advait

  • Add 2 same fields in O7Z4 (maintain line layout configuration)

    Dear expert,
    I would like to customize a new line layout for f-44 & f-58 when select on process open item.
    I want to have 2 field of text field (table: RFOPS, field name: SGTXT), but when i select on insert after... only 1 text field can add in the new line layout.
    Is it possible for me to add another text field (same field name as above) in same new layout?
    Or this require ABAP to help?
    Please advice.
    Thanks
    regards,
    ng chong chuan

    Hello,
    The problem is that only certain amount of characters are supported. What you can do is double click on the field (or press F2) and reduce its dispay lenght. During the display, the user can scroll on the shortened fields.
    I know its not the best, but at least is something.
    Hope it helps, Jaime
    Edited by: Jaime Plata on Dec 2, 2009 2:24 AM

  • How to mask Fields on CC&B Maintainance Pages

    Hi,
    I need to mask the fields in the Maintainance pages in Oracle CC&B.
    For Example: I don't want to use the Management Group field on Order and Account pages. Please suggest how can I make the field invisible.
    Thanks in advance.
    Akriti

    Hi,
    Create a jsp user exit for the Account main Page/Order Page.
    in the jsp user exit page, override the extPostOnWindowLoad function and include the code like below
    var mgntFld = document.getElementById("ACCT_MGMT_GRP_CD");
    mgntFld.style.display='none';
    the same way u can hide the "Management Group" label and Search option as well.....

  • Help:  VA01/2 - Shipping tab - Tolerance Fields not Maintainable.

    These fields are not maintainable in VA01 and VA02 in our ECC 6.0 system. We can't find in config where to allow and open these fields up to make them so the users can change the values of these two fields (over and under tolerance on the shipping tab of the order line).
    These fields currently default in from the Customer Master, however, we want to allow the user to change them on the customer order line in the Shipping tab.   Where do we change our system (config) to allow this.
    thanks,
    David

    Hi Dave, I think you're using Cust Master Info Records..and if so, the system might not allow you to change it here..either change it in CMIR or remove the CMIR and try it.
    Regards,
    Raghu.

  • Language field not maintained in the source system

    hi,
    I had problem with 0ehs_actn_text data source. when i'm trying to pull data to BW it's saying language field is not maintained in the source system.
    I check the datasource there is no language field in the extract structure. and No fileds are checked for slection. I found one field REFOBJ checked in the data selection tab of datasource. But the data not coming to BW side.
    could anyone help.
    regards
    kumar
    Message was edited by: S Kumar

    hi kumar,
    Check in rsa6 TXTLG field should be there and it should not be checked in HideField Tab.. then only the data will populate to BW..
    So make the things properly and once again replicate the data source in Bw side.. load the data..
    other wise if u dont wanto the language field in Bw side goto infoobject maintanance uncheck the "TExt Language dependent" option in masterdata/texts Tab.. save and activate it.. load the data..
    i hope this will help you..
    Thanks..
    ravi.p

  • Creation of new field in Web Page

    Hi All,
    i am new in SAP CRM 2007. i wanted to add one field therefore i went to EEWB and try to create one extension. In extension i have enter all fields like Name, Description, EEW Bus. Object and Extension Type when i click on continue system is giving error that is "No request was sent" (No request was sent through the interface).
    please tell me how to solve this error???
    Thanks & Regards,
    RAJ

    Hi Raj,
    Check if you have followed the below steps:
    -While creating new project in EEWB you Need to enter existing package then you will get transport request Dialog box .
    -Click on create on continue which will then create the project.
    -Then right click on Project create extesion.You must select EEW Bus Object and Extension Type Header or Item level.
    -Then you will get the Wizzard and assign Transaction TYpe while proceeding in Wizzard.
    -In define field you must maintain the data type i.e Character or check box
    -In assign field must check header or Item and assign the subbobject and continue.
    It may take some time but will create a new field.
    Regds
    Arup

Maybe you are looking for