QM - Inspection Characteristic Upload

Hi All,
   I am uploading Inspection Characteristic data through
'BAPI_INSPECTIONPLAN_CREATE' but facing error message ' In the function module interface, you can specify only fields of a specific type and length under "MATERIALTASKALLOCATION".
fields of a specific type and length under  Although the currently specified field                              
" " is the correct type, its length is incorrect.      
Please suggest me.
With regards,
Pravin

For distribution of QM data SAP uses 'normally' ALE. Have a look at
http://help.sap.com/saphelp_erp2004/helpdata/en/aa/c62537b1d2360ae10000009b38f889/frameset.htm
There are topics for inspection methods and inspection characteristics - looks like best solution to synchronize several systems (manual / BAPI creation in DEV-system, testing/checking, sending to all other systems).

Similar Messages

  • Inspection Characteristic is not being displayed in the inspection lot

    I have created a Calibration order by first creating method, then a MIC, same is attached to a task list and then a Plan.
    But when i trigger a order for that task list the inspection characteristics as mentioned in the task list does not appear in the order.
    Please let me know how to get the inspection characteristics in the order.
    I have checked the task list, in that the Inspection characteristics is visible.
    Please help
    Praneet

    I have noted one thing, in inspection lot the sample size is shown as zero for the equipment where the inspection characteristic is not being displayed and it is shown as one for the lot where the inspection characteristic is displayed.
    Both the Inspection lot the task list is same
    Please reply

  • Activating Subscript For Inspection characteristic Long Text in T-code QE11

    Hello All
    I have maintained the inspection characteristic long text in QP01 as " H2O" where 2 is in Subscript.
    No when I see the inspection characteristic long text in T-Code (QE11, QE12 & QE13) it appear as (H2O) & here "2" is not shown in the subscript.
    So please tell how can we activate subscript for T-Codes (QE11,QE12 & QE13) so that it is displayed correctly.
    Regards
    Rahul Bhardwaj

    Hello All
    can anyone please help me out on this.  I am there must be a solution for the same.

  • Release Strategy Characteristic Upload through LSMW.

    Release Strategy Characteristic Upload through LSMW.
    Introduction:
    In case of Purchase order, we need to maintain Release Strategy each year. This is due to organizational changes. Due to huge organization, this is around one week activity for us. Reason, we need to maintain characteristics for around 300 different release strategies. Since, we can't transport "Characteristics" from one system to other, we need to maintain them in Quality as well as in Production system.
    Issue: We tried to use option of LSMW to maintain these "Characteristics". But, system is giving error as "Logical Path is not available".
    Question: Who is responsible to create this "Logical Path" and where it can be done?

    Hi,
    I think you moved LSMW from test to production and this might be happening due to this fact. Please redo steps in LSMW for:
    Specify Files
    Assign Files
    Read Data
    Create completely new paths, and allow system to recreate (you need the right authorization). This might help I hope.
    Regards,
    Tomek

  • Related to Inspection Characteristic load issue

    Hi All,
    I am trying to load inspection charatceristics  - please see my requirement below
    Can we use the standard SAP program for Equipment Task lists to load the Inspection Characteristics associated with the Operations?
    Transaction (IA01)
    The program works fine for Header and Operations (One to Many, PLKO to PLPO) but does not have a separate structure for PLMK (Inspection Characteristics) but has a structure IBIPBDCD to use.
    What we're trying to achieve basically is One Header, Many Operations each having many Inspection Characteristics
    Also,
    In the current state the program can add one Inspection Characteristic to the First operation, is it possible to add "BDC Commands" to the file in such a way to
    1.     "Position on particular" operation (i.e. Position Cursor and select line on screen SAPLCPDI 3400 where PLPOD-VORNR = 'xxxx')?
    2.     Go back to the operations screen (i.e. SAPLCPDI 3400) at the end of each Inspection Characteristic entry in order to be able to position on either the same operation to add an Inspection characteristic or to position on a different operation (not necessarily the next one)
    Could you please help me with this issue?

    It is possible, Get help from ABAP.
    Thanks & Rgards
    Rajendran

  • RE: Behaviour of an inspection characteristic.

    Hi All,
    Please help me in this issue.
    The requirement is the behaviour of the inspection characteristic to be different in different material lots. Take for instance:
    X- Inspection characteristic.
    Now this inspection characteristic is being used in two different material lots say: TO2707 & TO2909. Now the requirement is that these inspections characteristic 'X' to behave in different manner to both of the material lots. Now as this inspection characteristic is being referenced in the inspection plan for the two materials it is not possible to behave like this.
    So,
    This is my client requirment which I think is not really possible. what do you think.
    Regards,
    vivek sharma

    Hi Vivek,
    Inspection points are the feature that guides the system "What to Do?" I mean hoe the result recording to be done with,
    Either against Physical Sample or Freely defined inspection points or the RR\inspection is being done based on some event or Time etc.
    Pls read the "F1" help for that field. that will make your concept more clear.
    But the easier way to get-read off it is,
    Check what is the value you have feed in as inspection point at Inspection plan header level, it must be 100 - reely-defined inspection point, That is why it is asking for inspection points.
    So just provide some text or number (Logical Off course), there in Result Recording, that represents the RR or Inspection is done on what basis.
    E.g. Inprocess-01, Recurring-May'08, etc.
    Then you will able to see the Characteristic, and even then after you can't see it check the Indicator "Record Measured Values"
    Regards,
    Shyamal

  • How can copy master inspection characteristic from plant1 to plant2

    Now I have 2 plants
    I already created all master inspection characteristic that i need by QS21 for plant1
    Is there any way I can copy all master inspection characteristic from plant1 to plant2 ?

    i'm creating inspection plan( QP01 ) for material ,  but all the materials & plans are in plant 2 (ss03)
    now i have to assign MIC to inspection plan , i only can select MIC of plant 1 ,and plant text would show"plant 1" ....
    so i want to create the same MIS for plant 2 , is there any way i can mass copy MIC from plant 1 to plant 2 ?

  • Method to find inspection characteristic number

    want to get the inspection lot with the average min max of the inspection characteristic.... is there any method for it
    SELECT QAMRMERKNR QALSMATNR AVG( QAMRMITTELWERT ) AS AVG MAX( QAMRMITTELWERT ) MIN( QAMR~MITTELWERT )
    SUM( QAMR~MITTELWERT ) COUNT( * )
    INTO (QAMR-MERKNR, QALS-MATNR, JQAMR-AVG1, JQAMR-MAX1, JQAMR-MIN1, JQAMR-SUM, JQAMR-COUNT )
    FROM  ( QAMR INNER JOIN QALS
            ON QAMRPRUEFLOS = QALSPRUEFLOS
            INNER JOIN QAMV
            ON QAMRPRUEFLOS = QAMVPRUEFLOS
           AND QAMRVORGLFNR = QAMVVORGLFNR
           WHERE QALS~WERK  IN S_WERKS AND
                 QALS~MATNR IN S_MATNR AND
                 QALS~CHARG IN S_CHARG
    GROUP BY QALSMATNR QAMRMERKNR.
    WRITE: /10(20) JQAMR-AVG1,
    30(20) JQAMR-MAX1,
    50(20) JQAMR-MIN1,
    70(20) JQAMR-SUM,
    90(20) JQAMR-COUNT.

    the problem is if i take the column QALS-CHARG & QAMR-PRUEFLOS in the select condition then i have to take both of them in the group by clause and then i dont get the output as i require... i want to have minimum , maximum, average of all inspection characteristics,,, along with the lot number nd batch number of a material..
    if any of the guru have a report on quality then do send it

  • Record results per Product, not per inspection characteristic

    Dear,
    Is is possible, in transaction QE51N to record results per product (or serial number) rather than per characteristic?
    Today, I can only see a result recording per characteristic. For example: for inspection characteristic 1, I enter all the results for each product, then I go to inspection characteristic 2, etc. I would like to enter my results per products, i.e. for product 1: enter results for inspection characteristic 1, 2, ..., and then do the same for product 2, etc.
    Is that possible?
    Regards,

    NehSAP wrote:
    What are the parameters you entering to execute QE51N? I believe you are ececuting this transaction for chara not inspection lot or material. Make sure you are not entering MIC in intial screen throgh variant.
    >
    > If you execute QE51N for particular one lot then you can see all assigned MIC to that lot in transaction output & you can record them one by one.
    >
    That is what I do. I execute the transaction for one particular inspection lot. However, when I enter into the record results screen for this particular inspection lot, I first have to "enter" into one of the master inspection characteristic, and then start recording per product (or serial number). What I would like to have is to "enter" into one product (or serial number), and for this particular product, enter all the master inspection characteristics I have previously defined.
    If you still don't see what I mean, can you give me your e-mail so that I can attach an image
    Oh yes, and by the way, is it possible to execute the transaction qe51n based on the criteria "production order" instead of on the criteria "inspection lot" or "plant" or whatever. I know that you change it in the layout, but I really can't find the production order on the "hidden fields"
    Regards,
    Edited by: MrFitch on Nov 8, 2011 9:11 AM

  • Screen Exit QS21(Create Inspection characteristic master)

    Hi All,
    Does anybody know some screen exit in QS21 T-CODE? I need to add some z fields at QPMK(Inspection characteristic master) table and I need to reflex those fields in QS21 t-code. Any suggestion?
    Thanks in advance.
    Regards...

    Dear,
    Follow these steps,
    Go to Transaction SFAW: module pool SAPMQSDA, screen group QUAN, function 'Modified fields', 'Change'
    On the following dialog box, enter the field QPMK.
    Choose 'Enter'.
    Place the cursor on the field QMKST-TOLERUNTEN and choose "Copy reference".
    Choose 'Enter'.
    Choose 'Generate screens'.
    Transaction SFAW: module pool SAPMQSDA, screen group QUAN, function 'Modified fields', 'Change'
    On the following dialog box, enter the field say QPMK-TOLERWBIS.
    Choose 'Enter'.
    Place the cursor on the field QMKST-TOLEROBEN and choose "Copy reference".
        And add filed wat you want.
    Save your chhanges.
    Regards,
    R.Brahmankar

  • Result recording for quantitative inspection characteristic

    Team
    Greetings!
    Please find the following requirement.
    We are using quantitative characteristics inspection.
    Inspection lots are created automatically and the sample size for each characteristics are determined based on the sampling proceedure.
    when we do result recording for a characteristic, say the sample size is 5, even if any one of the sample does not fall under the limit, we need the characteristic to be rejected.
    How can this be addressed.
    Gobinathan G

    .

  • Inspection Characteristic in the material master (Classification)

    Dear All,
                  Please anyone tell me the cycle for maintaining the characteristics in the material master (classification tab) using batch classification.
    or give me a link for the same.
    regards,
    Rishabh

    Hi Rishab,
    Below links can help you
    http://help.sap.com/saphelp_470/helpdata/en/4d/2b8bd043ad11d189410000e829fbbd/content.htm
    http://scn.sap.com/thread/1783839
    http://help.sap.com/saphelp_470/helpdata/en/2d/350a19448c11d189420000e829fbbd/content.htm
    http://scn.sap.com/thread/2046143
    http://help.sap.com/saphelp_46c/helpdata/en/2d/350a19448c11d189420000e829fbbd/content.htm
    below steps will help
    Creation of Batch Class in (CL01)
    Assignment of above created classed characteristic to the Batch Class at the time of class creation. (CL01)
    Assignment of batch class to material master in classification view. (MM01)
    Creation of MIC with reference to above created Class characteristic (QS21)
    Creation of inspection plan with above MIC (QP01)
    Follow your business process cycle for creation of inspection lot
    Result recording and usage decision (QA32)
    You can see in MSC2N that batch characteristic will get updated.
    Best regards,
    Sharat

  • How is standard SAP characteristic uploaded from old system to new system

    Hi All,
             How is standard SAP characteristic (LOBM*) uploaded from one system to another system (where the SAP characteristic is intially does not exist)?
    Regards,
    PSS
    Edited by: PSS on Jul 20, 2009 3:36 PM

    To reinstall on the new computer you will need
    - serial number
    - CD or install file you saved from download
    - old serial number, if it was an upgrade
    It may say "too many activations"; if so, contact Adobe

  • Formula calculation not work, when one inspection characteristic was set by formula

    In the inspection plan, set 0040 charac. "calc. charac." in control indicators, and the formula is "15.86/C0020*100".
    when the inspection lot was created, the 0040 charac. could be edit, and the formula title  "formula calculation not by SAP interpreter".
    However by the same basic data in QAS system,the formula title is "formula calculation by SAP interpreter", and the charac. couldnot be edit, only be claculated by the system.
    Anybody know why this error occurred?
    this  is the question in PRD system,
    this is the right situation in QAS system

    Hi Pei,
    Please can you check the characteristic value using C00020 (C0 then 2 zeros before 20. Total 3 zeros before 20) instead of C0020 and check if this is working.
    You can take some clues form the below thread -
    http://scn.sap.com/thread/1672782
    Thanks to all previous contributors of the attached thread!!
    Thanks,
    Arijit

  • SAP QM multiple measurements for an inspection characteristic

    For QM in goods receipts inspection. We want to make 12 measurements on, let´s say, a wall thickness.  I want to make 12 measurements even when I have only one piece, and it´s the same piece.
    How to model that? Please advise!
    Best regards, Enno

    Dear Enno,
    As per your requirement, ideally the inspection point functionality can be worked out. But as you replied  earlier that it is not suitable for you, than I suggest one more standard way of doing it using Results Data Origin, but you need additional master data to be created which is cumbersome activity. But anyway, just go through the document link below and see if it works out for you. This functionality is normally using in Mining Industry.
    Quality Control of Geochemical Samples in Mining Industry -
    http://scn.sap.com/docs/DOC-48211
    With this functionality you can record the multiple values for same characteristic (MIC) with different results data origin (needs to be configured).
    Regards,
    Prakash K

Maybe you are looking for

  • How to reduce order quantity in sales order

    hi                    I have one scenario in that suppose order quantity 100 then client want to apply discount on order quantity  suppose it is 25%(manually enterd) then quantity applicable for pricing = actual order quantity (100) - quantity not ap

  • Lost my iTunes library when old computer died. Now what?

    My old MacBook Pro died. My mom gave me her old MacBook Pro. My problem is that my itunes were on my old one. Up till now it didn't matter much. I just used my iPod which had the old library on it. Then today I plugged my itunes into a computer to ch

  • Firefox will not boot up until reinstalled, have tried reset to no avail.

    At first the problem was very occasional and it started approx two weeks ago. Now Firefox will rarely open twice in a row. If I reinstall Firefox it will boot up from the desktop icon maybe a couple of times if I am lucky. Google Chrome has never giv

  • Flash cc crash when opening new document

    It happens every time when I'm trying to open the new document, I'm running it on 10.6.8, is there anyone has the same issue?

  • Issues with Dates not displaying

    Hello! I've built a small form with HTMLDB to handle operational tickets/issues/incidents. I've been able to display the data in one page, graph statistics in another but my page where the incidents can be edited has a small issue. When I click on an