Cannot create copy of Std inspection type 08 (Stock transfer inspection)

Dear All:
I have created a copy of std inspection type 08 as Z08CP. I have made all the relevant assigments in IMG such as Maintain Inspection Lot Origins and Assign Inspection Types, Default values, etc.
During my unit testing I did use the newly created Z08CP but I have noticed I keep getting the error message " Change the inspection stock of material XXXXX in QM only" BUT THE MOMENT I SWITCHED THE MATERIALS MASTER BACK TO inspection type 08 the problem is gone. Only when I have the std inspection type in the material master I am allow it to post a MB1b (322) and created the inpscetion lot in the background
Weird !!
Any ideas.
Regards,
Mauricio

Let me see if i understand exactly what you guys are saying.
Following entries have been made in IMG
1. Plant dependent QM settings. Inspection Type for Available Stock in Quality Inspection field is empty
2. Maintain Inspection types: Created Z08CP as copy of 08
3. Maintain Inspection Lot Origins and Assign Inspection Types. For lot origin 08. created the following relationship
Lot Origin 08
01     08     Stock transfer inspection
02     Z08CP     Prod Defect: Stock transfer inspection
4. Default values for inspection type. Copied default values from 08 to Z08CP
Note i did not make any changes to IMG section "Inspection for Goods Movements"
I tried again and same error was displayed. what is that I am missing here?
Regards,

Similar Messages

  • Quality inspection for stock transfer inspection type 8

    Dear Friends ,
    For inspection type 8 , when there is a stock transfer from plant to plant a inspection lot is created automatically
    and then the stock goes to QI and we do RR and UD and stock posting to Unrestricted stock if pass
    Is my understanding is correct
    Thanks & Regards
    Raj

    Hi raju
    ur understanding is correct after giving inspection type 8 in material master and ur transfering material from plant to plant then lot get genrated and after RR and UD it goes to unrestricted stock
    regards
    sachin

  • Incoming Certificate Request for Stock Transfer(inspection type 08)

    Hi Everybody,
    The system asks for incoming certificates when a material is received from external vendor(Inspection Type 01).
    Can we configure the QM system such that system requests incoming certificate for material coming via Stock Transfer(Inspection Type 08) also ? If yes, please give details regarding how to do it.
    Regards,
    Manish.

    Talk to your purchasing guru.  Stock transports can also be set up to look like incoming 01 inspections.  I believe it has to do with the delivery type that is assigned to the order type.  Using a different delivery type wiht the order, the system will treat it as an external vendor's delivery and will create 01 inspection lots instead of 08. 
    It MIGHT also ask for the certificate.  I won't swear to that as it was stated by the previous poster, this is controlled by the control key and that is usually linked to the purchase orders.  I have known some places to use purchase orders for replenishment supply from other plants.
    Craig

  • Quality Mgt - can I create a new inspection type for source inspection

    I want to create a new inspection type for surce inspection and I will assign it to Miscellaneous insp lot origin.
    What is the application of vendor inspection lot origin ? Can be used for source inspection ?

    HI,
    For source inspection.
    If existing insp types are not going to solve your purpose , you can create insp type & assign it to insp lot origin 01.
    But before that , check whether you can use  the existing insp type 01 / 0130.
    You need to assign that inspection type in the Q-info record , in the source insp field of insp control.
    Also go through the help tips provide by SAP
    Inspection Type for Insp. Lot Origin (Source Inspection)
        Inspection type for the source inspection
    Use
        If you enter an inspection type for inspection lot origin 01 in this  field, you can create an inspection lot for the source inspection within the lead time before the (scheduled) delivery date.
    Dependencies
        The inspection type must be active in the inspection setup (Quality Management view) of the material master.
        If a status profile is stored in the quality info record for the supply  relationship, a goods receipt inspection takes place instead of a source  inspection.
    Regards
    K.M.Arun

  • Cannot solve ORA-30756 "cannot create column or table of type that..."

    Hi there!
    I'm working on some excersises for the university but just can't get rid of this error.
    First, here's my SQL:
    [http://pastebin.com/f1266a668]
    And here is what I get:
    TYPE "LieferserviceTyp" Kompiliert.
    TYPE "ArtikelTyp" Kompiliert.
    TYPE "LebensmittelTyp" Kompiliert.
    TYPE "HaushaltswarenTyp" Kompiliert.
    TYPE "ArtikelInArtKombiTyp" Kompiliert.
    TYPE "ArtikelKombiTyp" Kompiliert.
    TYPE "ArtikelInKatalogTyp" Kompiliert.
    TYPE "KatalogTyp" Kompiliert.
    Fehler beim Start in Zeile 60 in Befehl:
    CREATE TABLE "Artikel" OF "ArtikelTyp" (
    PRIMARY KEY("artnr")
    Fehler bei Befehlszeile:60 Spalte:0
    Fehlerbericht:
    SQL-Fehler: ORA-30756: Spalte oder Tabelle mit einem Objekttyp, der ein Supertyp-Attribut enthält, kann nicht erstellt werden
    30756. 00000 - "cannot create column or table of type that contains a supertype attribute"
    *Cause:    The user tried to create a column or table of an object type that
    contains a supertype attribute. This is not supported because
    it leads to infinite recursion in our current storage model.
    Note that creating a column of a type implies that we
    create columns corresponding to all subtype attributes as well.
    *Action:   Change the type definition to contain a supertype REF attribute
    instead of the supertype object attribute.
    Fehler beim Start in Zeile 67 in Befehl:
    CREATE TABLE "Kataloge" OF "KatalogTyp" (
    PRIMARY KEY("katalog_id")
    Fehler bei Befehlszeile:67 Spalte:0
    Fehlerbericht:
    SQL-Fehler: ORA-30756: Spalte oder Tabelle mit einem Objekttyp, der ein Supertyp-Attribut enthält, kann nicht erstellt werden
    30756. 00000 - "cannot create column or table of type that contains a supertype attribute"
    *Cause:    The user tried to create a column or table of an object type that
    contains a supertype attribute. This is not supported because
    it leads to infinite recursion in our current storage model.
    Note that creating a column of a type implies that we
    create columns corresponding to all subtype attributes as well.
    *Action:   Change the type definition to contain a supertype REF attribute
    instead of the supertype object attribute.
    Fehler beim Start in Zeile 76 in Befehl:
    DROP TABLE "Artikel"
    Fehlerbericht:
    SQL-Fehler: ORA-00942: Tabelle oder View nicht vorhanden
    00942. 00000 - "table or view does not exist"
    *Cause:   
    *Action:
    Fehler beim Start in Zeile 77 in Befehl:
    DROP TABLE "Kataloge"
    Fehlerbericht:
    SQL-Fehler: ORA-00942: Tabelle oder View nicht vorhanden
    00942. 00000 - "table or view does not exist"
    *Cause:   
    *Action:
    DROP TYPE "KatalogTyp" erfolgreich.
    DROP TYPE "ArtikelInKatalogTyp" erfolgreich.
    DROP TYPE "ArtikelKombiTyp" erfolgreich.
    DROP TYPE "ArtikelInArtKombiTyp" erfolgreich.
    DROP TYPE "HaushaltswarenTyp" erfolgreich.
    DROP TYPE "LebensmittelTyp" erfolgreich.
    DROP TYPE "ArtikelTyp" erfolgreich.
    DROP TYPE "LieferserviceTyp" erfolgreich.
    The comments are in german but the structure should be clear I think.
    Any help appreciated!

    Unfortunately it's a bad idea to store your code samples (or screenshots or whatever) on an external site, because not everybody can get access to such sites, especially if their workplace has limitations on websites that can be visited.
    you're pastebin.com is one such site that I cannot access, so I can't see your code.
    If you want to paste code and/or data on the forums remember to put the tag: {noformat}{noformat} before _and_ after it, so that the formatting is maintained and it's easier for us to read.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Stock transfer inspection - 08

    Hi,
    There are 2 plants A and B. Stock is transferred from Plant A to Plant B. Inspection type origin 08 is active in material master in plant B.
    With reference to purchase order, an outbound delivery is created in plant A. As soon as the PGI is done for outbound delivery in plant A, inbound delivery is created in plant B and stock transfer inspection lot is getting trigerred automatically at this moment itself in plant B.
    Actually if i am not wrong, the inspection lot for stock transfer should be created in plant B only after the goods receipt is done. We are working with handling unit conecpt.
    Kindly advise.
    Regards,
    Narendra Bora

    Hi Sujit,
    The movement type that we are using to do the stock transfer does not have inspection lot origin 08. Also I do not want 2 inspection lot to be trigerred one for 08 and one for 01.
    I want only 1 inspection lot for stock transfer and only after GR.
    Kindly guide.
    Narendra Bora

  • How to create an Internal Customer  for Ineterplant stock Transfer

    Daer Gurus,
    Please tell me how to create an Internal Customer for Interplant stock transfer.
    Actually I have three plants out of them two plants are providing goods to third plant. Also both the plants do the stock transfer in eachother.
    How to maintain the Two plants as supplier and third one as a receiver plant. 
    which account group I should use and what details I have to use for it ?  Do I need to maintain all three plants under same account group? I know the theoratical process only for stock transfer please guide me on this Internal customer issue.
    thanks in advance
    regards,
    Sanjay

    Hi,
    Take your three plants as AAAA, BBBB and CCCC.... and these 3 plants may be assigned to the Sales Area of AAA 10 10, BBB 10 10 and CCC 10 10.
    Your STO will have following 4 flows.
    1. AAAA - CCCC
    2. AAAA - BBBB
    3. BBBB- CCCC
    4. BBBB- AAAA
    you need to do the following settings...
    1. Assign the Sales Area for the Shipping Plants... for ex (AAAA - AAA 10 10 and BBBB - BBB 10 10)
    2. You need to Create a Internal Customer for every Rec. Plant and need to assign the same to the Rec Plant. And Also note that this customer needs to be created in the Sales Area which is assigned in the Shipping Plant.
    (Note that CCCC will be Rec Plant from Both AAAA and BBBB... So you need to extend that customer for both the Sales Area of the plants AAAA and BBBB)
    Following is the example settings required for our scenario 1.
    AAAA will be a supplying plant and CCCC will be rec. plant....  for this you need to create a internal Customer (for ex C1000) in Sales area AAA 10 10 (which is assigned to the plant AAAA) and assign the Customer number (C1000) to Plant CCCC.
    Now you created a plant CCCC as a customer in Sales Area AAA 10 10 (which is nothing but plant AAAA)...
    Also here you need assign the Sales Area AAA 10 10 to the Plant AAAA.
    Hope this will be useful to you.
    Thanks,
    Muthu

  • Stock transfer Inspection lot

    Hi,
    We have  assigned inspection type 08 to all materials and create new movement type Z11 to activate QM for stock transfer and same has been working smoothly. Also we had deactivated QM for movement type 311 and not for 413. Our ppc dept. had allocated stock to sales order resulting in inspection lot in QM but quantity in unrestricted stock. So we had given UD of all such lots w/o quantity posting.But it shows in MD04 and in our customized report in QM.
    Pl. guide me how resolve the problem.
    Regards,
    Rakesh Patel

    hi,
    first u check the in SPRO,
    QM not active indicator is ticked or not.
    If it is ticked against ur mvt type than lotwill be there but without tck posting.
    if it is not ticked than lot will be their along with stck posting.
    in std, against 311 ticked is not there and if u customized z11 than check it, as well check against another one what u have mentioned in ur post.
    Regards

  • Vendor code in Stock Transfer Inspection Lot(08)

    Hi Everybody,
    I have noticed that when a Stock Transfer lot is created, the 'Data for lot orogin' tab in the Inspection Lot shows Vendor code in 'Data for goods receipt' section at times and at times Vendor code is not included in this section.
    Please throw some light on the situations under which the vendor code is included and excluded.
    Regards,
    Manish.

    I can't say for sure but I would compare the triggering document.  I.e. Exactly what material movement is used in each case and what type of document triggered it, (I.e. an STO order).  Than look at those documents and see if and why a vendor number is available.
    FF

  • No Quality Inspection for Stock Transfer

    Hi,
    There is a scenario now in which a material is activated for quality inspection. This same material is also used for Stock transfer from other plant with same company.
    So if material if received using STO, how can I deactivate Quality Inspection and just transfer to unrestricted use.
    Thank You,
    Raymond

    Hi
    check user exit.
    QAAT0001 Inspection type determination different from variant 01
    You can install enhancement QAAT0001 ,the function modules contained in this enhancement are called up in the
    programs in which you can access the master inspection type if necessary.
    The inspection lot is then created with the inspection type that was
    determined using the enhancement.
    logic will be for STO it will consider Z mvt type of origin 08 ,for STO material activate a Z mvt type & do not tick on Post to inspection.
    For normal stock trnsfer system will create 08.
    I hope this will add some value
    Regards'
    Sujit

  • Customize Inspection type 09 Recurring Inspection

    Hello,
    Our customer needs to analyze how to customize Recurring Inspection. My question is the way of warking of this. I have seen on saphelp some questions, but it is not enough for us.
    It is possible to create automatically and inspection lot when we have any stock movement??
    Actually the customer have a pool Z, which show al the inspection lot created. Across this pool, the user select usage decision for the stock.
    My question is how to configure 09 Recurring inspection, in a similar way that 01,05 or 08.
    Hope your answers.
    Thanks

    Hi,
    For Recurring inspection
    1.In material master maintain inspection interval in days
    2.Maintain 09 inspection type
    3.Run the transaction QA07 (assign the initial run days and other fields etc., as per requirment).U will get inspection lots
    4. If u require automatic inspection lots goto t-code QA05 do the job planning.
    Regards,
    Vairavan

  • Stock transfer inspection

    Dear All,
    i have activated inspection type 08(stock transfer insp) on a material. please let me knoe one thing that when lot will be created.
    1- when i transfer stock from one stock type to other within a store?
    2- whein i transfer stock from one store to other within a plant?
    3- when i transfer stock from one store to other store and between two plants?
    plaese guide me in what cases lot will be generated.

    To check when the inspection lot will be generated:
    - Check the movement type used.
    - Check in the customization, whether inspection lot origin 08  is associated with movement type.
    - whether Quality inspection is active on the movement type or not.
    - Check whether the inspection type is active for the given material in the given plant.
    If all the condidtiton are satisfied, the inspection lot would be generated.
    Thanks
    SUMIT

  • MRP creates STO-reservation in stead of Stock Transfer PO (s.loc-s.loc)

    Hi All,
    I hope you can help me!
    I am setting up STO, stock transfer order, between two storage locations within the same plant. I have activated the relevant customizing settings (the standard STO-set up located in the PO-part of the MM area) and I have maintained the master data needed (MRP 4-view: MRP indicator u201C2u201D, added replenishment values and entered no value in the special procurement type field).
    When I enter a STO manually in ME21N everything works fine.
    My problem is that instead of getting a stock transfer purchase requisition triggered by the MRP I get a stock transfer reservation u2013 which is utterly useless to me. I would like to run a scenario with MRP driven STO-replenishment of specific storage locations, not use reservations.
    MRP area is activated for the plant in question (MRP area type 01, plant). I am in doubt if this influences my issue.
    Looking forward to hear from you all.
    Kind regards,
    /Dag

    Hi Rob,
    Thanks for your suggestion - i have actually played around a bit with the spec.proc.key.
    When I enter the procurement key in the MRP4-view of the material I get an error saying something with "recursiveness". Meaning, I believe, that I cannot assign the same plant in the spec.proc.key as the one the material master is referring to when creating the MRP4-view.
    Does the above make sense to you?
    Kind regards,
    Dag

  • Inspection lot with inspection type 03 - Using Inspection plan

    Dear friends,
    I want to create an inspection lot at the time of production order release (ideally - insp type 03). But I want to use inspection plan as a task list instead of routing for that lot.
    Is it possible?
    Best Regards,
    Avinash

    Hi Swapnali,
    Was expecting this re-question.
    We are at a stage where system is already ready. The routing master data contains large number of alternatives and huge number of parallel sequences. We were looking for a solution in which we would make an inspection plan without touching routing master data. Second I want to create the lot at the time of order release (basically one lot per production order) so don't want to use insp type 04.
    In config, I assigned task list type Q in front of lot origin 03 (Maintain Inspection Lot Origins and Assign Inspection Types).
    But still system is picking the routing and not inspection plan. Is there a way out?
    Regards,
    Avinash

  • 08 - STOCK TRANSFER INSPECTION LOT

    Here i have the one  busines requirement  one of my product  i sent to one plant to another plant means i am following STO process GI for  sending  plant and GR for  Receipt Plant  my  query is  i activated inspection type 01 & 08 in receipt plant  i am expecting  lot will be create in 01  but  i am getting inspection lot 08 what steps i missed in config level  can any body know kindly suggest me

    hi,
    when u go for the STO,
    u need to create a STO Purchase order. when u r using 301 ({Plant to Plant ) than system check the inspection type assigned in OMJJ along with useful indicators.
    WHen u go for this the inspection type will be 08 , if this inspection type activated in your material master than lot will come.
    in MM its a two step transfer posting.
    Regards

Maybe you are looking for

  • Voice mail is not stored in cisco unity 7.0(2)

    We have configured exchange2003 and cisco unity in the same MCS(7845 IBM) box. We have done with integrating it to CCM 7.1.3 using SCCP. When we make a call from sub A to sub B, if sub B doesnt answer the call it is forwarded to Cisco Unity and the g

  • Button in ALV Report

    Hi All, I want to know how to create a button in alv report . Please respond to my query. Thanks and Regards, Aman

  • JDeveloper 10g - Connection problems

    I have start testing with JDeveloper 10g and made a connection to Oracle Lite 9. The Navigator shows the tables but when clicking on a table it returns with an error [POL-5205] column not found. A test with Mysql behaved about the same, it showed the

  • NWDS ,Mobile laptop perspective ,model creation failed

    I am using NWDS 7.1 IDE  tocreate a application for mobile laptop using DOE. When I create a model using the DOE it says CReation of model failed. And gives the following error. Internal error   Plugin name: Common Model Tools Core    Internal error 

  • Importance and how to create GB02

    i need the inportance of GB02 in PCA where for Actual and for also Planning how to create differently for actual and plan and assign     and also the document types how to assign them