Routing Entry error during Inspection Plan creation in BAPI

Hi,
A Material has an task list created manually thorgh QP01. Am trying to created another through BAPI  BAPI_INSPECTIONPLAN_CREATE , changed the group counter to 2, but left the Task list blank. The change number field is also BLANK. Other data are populated for structures.
While executing the BAPI   I get the error  "For further processing, the routing entry is missing", the Operation number is passed correctly. Which routing entry is it referring to ?
Help with some pointers.
Rgds,
stck

Hi,
I could execute the BAPI BAPI_INSPECTIONPLAN_CREATE for a Material with already existing Task list.
But i had to pass the Change Number, Set the Change Rule to 1 (With Change Number) and Change Value = 0.
But the new created Task group counter does not allow any more changes beacause of the Change rule = 1.
Can we not create a task for existing Material without the change number?
Even if we create with change number how can we allow it for changes?
What has to be the value combination for Change Rule and Change Type for allowing the change to task?
Appreciate your inputs.
Regds,
stck

Similar Messages

  • Error During inspection lot creation

    Hi Experts
    While i am doing GR against production order, i am getting the error "Operation QM12 not available for this lot".
    Inspection type 04 is activated for this material and this error is coming during the inspection lot generation.
    I am not able to post the GR and not able to create inspection lot.
    Please help me to come out of this error.
    Thanks
    Bala

    Hi Sujit
    When i removed the tick mark on the below options in Inspection type "04", the previous error message has gone.
    Now i am getting different error message, plz see the below details of error message:
    No status object is available for INL 0
    Message no. BS001
    Diagnosis
    When trying to read the status of an object (INL 0), a system error occurred: For object number TM0000000001QL there is no status object.
    Procedure
    Please contact your system administrator
    Regards
    Bala

  • XML log: Error during temp file creation for LOB Objects

    Hi All,
    I got this exception in the concurrent log file:
    [122010_100220171][][EXCEPTION] !!Error during temp file creation for LOB Objects
    [122010_100220172][][EXCEPTION] java.io.FileNotFoundException: null/xdo-dt-lob-1292864540169.tmp (No such file or directory (errno:2))
         at java.io.RandomAccessFile.open(Native Method)
         at java.io.RandomAccessFile.<init>(RandomAccessFile.java:212)
         at java.io.RandomAccessFile.<init>(RandomAccessFile.java:98)
         at oracle.apps.xdo.dataengine.LOBList.initLOB(LOBList.java:39)
         at oracle.apps.xdo.dataengine.LOBList.<init>(LOBList.java:30)
         at oracle.apps.xdo.dataengine.XMLPGEN.updateMetaData(XMLPGEN.java:1051)
         at oracle.apps.xdo.dataengine.XMLPGEN.processSQLDataSource(XMLPGEN.java:511)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeData(XMLPGEN.java:445)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroup(XMLPGEN.java:1121)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroup(XMLPGEN.java:1144)
         at oracle.apps.xdo.dataengine.XMLPGEN.processSQLDataSource(XMLPGEN.java:558)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeData(XMLPGEN.java:445)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroupStructure(XMLPGEN.java:308)
         at oracle.apps.xdo.dataengine.XMLPGEN.processData(XMLPGEN.java:273)
         at oracle.apps.xdo.dataengine.XMLPGEN.processXML(XMLPGEN.java:215)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeXML(XMLPGEN.java:254)
         at oracle.apps.xdo.dataengine.DataProcessor.processDataStructre(DataProcessor.java:390)
         at oracle.apps.xdo.dataengine.DataProcessor.processData(DataProcessor.java:355)
         at oracle.apps.xdo.oa.util.DataTemplate.processData(DataTemplate.java:348)
         at oracle.apps.xdo.oa.cp.JCP4XDODataEngine.runProgram(JCP4XDODataEngine.java:293)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:161)
    I have this query defined in my data template:
    <![CDATA[
    SELECT lt.long_text inv_comment
    FROM apps.fnd_attached_docs_form_vl ad,
    apps.fnd_documents_long_text lt
    WHERE ad.media_id = lt.media_id
    AND ad.category_description = 'Draft Invoice Comments'
    AND ad.pk1_value = :project_id
    AND ad.pk2_value = :draft_invoice_num
    ]]>
    Issue: The inv_comment is not printing on the PDF output.
    I had the temp directory defined under the Admin tab.
    I'm guessing if it's the LONG datatype of the long_text field that's causing the issue.
    Anybody knows how this can be fixed? any help or advice is appreciated.
    Thanks.
    SW
    Edited by: user12152845 on Dec 20, 2010 11:48 AM

    Hi All,
    I got this exception in the concurrent log file:
    [122010_100220171][][EXCEPTION] !!Error during temp file creation for LOB Objects
    [122010_100220172][][EXCEPTION] java.io.FileNotFoundException: null/xdo-dt-lob-1292864540169.tmp (No such file or directory (errno:2))
         at java.io.RandomAccessFile.open(Native Method)
         at java.io.RandomAccessFile.<init>(RandomAccessFile.java:212)
         at java.io.RandomAccessFile.<init>(RandomAccessFile.java:98)
         at oracle.apps.xdo.dataengine.LOBList.initLOB(LOBList.java:39)
         at oracle.apps.xdo.dataengine.LOBList.<init>(LOBList.java:30)
         at oracle.apps.xdo.dataengine.XMLPGEN.updateMetaData(XMLPGEN.java:1051)
         at oracle.apps.xdo.dataengine.XMLPGEN.processSQLDataSource(XMLPGEN.java:511)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeData(XMLPGEN.java:445)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroup(XMLPGEN.java:1121)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroup(XMLPGEN.java:1144)
         at oracle.apps.xdo.dataengine.XMLPGEN.processSQLDataSource(XMLPGEN.java:558)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeData(XMLPGEN.java:445)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroupStructure(XMLPGEN.java:308)
         at oracle.apps.xdo.dataengine.XMLPGEN.processData(XMLPGEN.java:273)
         at oracle.apps.xdo.dataengine.XMLPGEN.processXML(XMLPGEN.java:215)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeXML(XMLPGEN.java:254)
         at oracle.apps.xdo.dataengine.DataProcessor.processDataStructre(DataProcessor.java:390)
         at oracle.apps.xdo.dataengine.DataProcessor.processData(DataProcessor.java:355)
         at oracle.apps.xdo.oa.util.DataTemplate.processData(DataTemplate.java:348)
         at oracle.apps.xdo.oa.cp.JCP4XDODataEngine.runProgram(JCP4XDODataEngine.java:293)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:161)
    I have this query defined in my data template:
    <![CDATA[
    SELECT lt.long_text inv_comment
    FROM apps.fnd_attached_docs_form_vl ad,
    apps.fnd_documents_long_text lt
    WHERE ad.media_id = lt.media_id
    AND ad.category_description = 'Draft Invoice Comments'
    AND ad.pk1_value = :project_id
    AND ad.pk2_value = :draft_invoice_num
    ]]>
    Issue: The inv_comment is not printing on the PDF output.
    I had the temp directory defined under the Admin tab.
    I'm guessing if it's the LONG datatype of the long_text field that's causing the issue.
    Anybody knows how this can be fixed? any help or advice is appreciated.
    Thanks.
    SW
    Edited by: user12152845 on Dec 20, 2010 11:48 AM

  • Inspection plan creation error....

    Hello gurus,
    I am getting error while creating inspection plan....
    'Work center ABC plant ABC does not exist for task list type Q'
    what should be the solution......?

    Double check that the plant for the inspection plan matches the plant for the work center. If you created the work center in plant ABCD but are creating the plan in a different plant, they may not match.
    This usually happens when you create a plan by using an existing plan in another plant as the template.
    FF

  • Reg:error during transfer order creation

    hi,
    after quality inspection i move the stock into warehouse integrated storage location. if i clear inspection lot in qa32 for a material after saving it will pop up express message"error during creation of transfer order for a material".i configured that after qc inspection automatic TR is created.i just proceed with manual.
    its a issue related with workflow or configuration....i checked with automatic TO all the things are deactivated.....where i am missing
    Thanks
    Muthuraman.D

    hi,
    goto VOV8
    choose your sales order type
    transaction flow - variant (remove the transaction variant if any)
    but this will remove the transaction variant(custom) which you created , it will take the standard variant for your transaction VA01
    regards
    senya

  • Error during EPMA planning app deployment

    Hello Experts,
    I am trying to deploy an EPMA Planning application through Workspace. EPM version is 11.1.2.3
    Below is the error that is getting thrown while deployment (with selecting options - "Refresh Outline", "Create Security Filters" & "Full Deploy"):
    Creating Security Filters...: Index: 1, Size: 1 An Exception occurred during Application deployment.: Index: 1, Size: 1 
    Any idea what should be exact meaning of this error/exception?
    Regards,
    Santy.

    Hi Santy,
    Does it deploy if you remove the Security filter option, what is the error message if you deploy just the security filters from within the planning app and not epma, if it is generates an error from the planning app there should then be some information in the planning and essbase logs.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Error during Network Planning (SAPSQL_INVALID_FIELDNAME)

    Hi,
    During Interactive planning in SNP when releasing the forecast to network (thru transacction /sapapo/snp01) we are getting an runtime error "SAPSQL_INVALID_FIELDNAME"
    Please help. Error analysis appearing in dump is mentioned below
    An exception occurred that is explained in detail below.                                      
        The exception, which is assigned to class 'CX_SY_DYNAMIC_OSQL_SEMANTICS', was                 
         not caught in                                                                               
    procedure "SELID_GET" "(FORM)", nor was it propagated by a RAISING clause.                    
        Since the caller of the procedure could not have anticipated that the                         
        exception would occur, the current program is terminated.                                     
        The reason for the exception is:                                                              
        An Open SQL clause was specified dynamically. The contained field name                        
        "SEL_9AACTNAME" does not exist in any of the database tables from the FROM                    
         clause.

    Hi Aparna,
    Yes you are right. The forecast is already released to SNP and the team is now doing network planning. We are facing the error here.
    Our technical person has done the analysis and it seems that its due to some Local objectcs that are implemented in system.
    Will update once the issue is resolved.
    Thanks

  • Error in Inspection plan check

    Hi Gurus,
    I have maintained inspection plan. When I check it found below error.
    Char. 0020: sampling procedure SMP02 cannot be used
    Message no. QP215
    Diagnosis
    The sampling procedure cannot be used. This may be due to one of the following reasons:
    The sampling procedure:
    is locked
    does not fit the characteristic type
    does not fit the inspection point indicator in the plan header
    Procedure
    Select another sampling procedure.
    In sampling procedure,Sample type is 100 Fixed sample & Valuation mode is 700 Mean value within tolerence range,Control chart type is 901 Shewart chart for x-bar/n=1/Sample
    Where do I wrong.

    One last reply
    1.If your char is quantitative type then select the valuation mode as one of the "variable " type
    2.If your char is qualitative type then select the valuation mode as one of the "attribute" type
    means say for 700:Valuation of mean value within tolerance limits
    Valuation of a quantitative inspection characteristic according to the mean value in relation to the tolerance limits.But if you try to use this sampling procedure to a  qualitative type mic then it will not work

  • Inspection plan creation

    hi all,
    i am creating inspection plan using bapi 'BAPI_INSPECTIONPLAN_CREATE' . it is creating but the issue is in table 'INSPCHARACTERISTIC' there is a field 'SEL_SET1' which is getting populated automatically in transaction and i want that value to be replaced by the one i am passing in table
    'INSPCHARACTERISTIC' but it is not happening.
    Is thers any specific way to get it done through this bapi or is there any exit or badi to perform this task?
    Any pointer will be highly appreciated.
    regards
    vijay

    Yes, I have seen that field.
    You can enter a value for this field only if it is Qualitative characteristic.
    So while populating Qualitative or quantitative indicator values for
    IF INSPCHARACTERISTIC-QUANTITATIVE_IND = 'X'
    INSPCHARACTERISTIC-SEL_SET1 = 'Your value'
    ENDIF.
    If it's Quantitative Do not even pass any value for this field. Not even space.
    In debuggin you can check the INSPCHARACTERISTIC-SEL-SET1 value. It will have the value you passed.
    When I worked on it I remember that there are a whole lot of indicators which are specific to Quantitative or Qualitative. You will have to split the code for them to pass the values separately.
    Note: All the above can happen only if the SEL_SET1 is not defaulted to have a value in configuration.
    Thanks.

  • EHS - QM Interface. Inspection Plan Creation

    Hi all,
    Has anyone used EHS-QM interface before?
    I am tryng to create inspection plan characteristics from specification database and it is not working properly.
    The customizing that I have done is:
    1. We have Specify Environment parameters (i.e. EHQMEP_CONTROLKEY)
    2. We have verify Product Safety, Quality Management and Material Management pre-requisites
    3. We have filled Mapping Table (CGQM) with and standard value assignment type (SAP_EHS_1013_016) and a class characteristic (SAP_EHS_1013_016_EC_TEMP)
    Then in CG02 we have:
    1. We have completed a specification in CG02 with Usage QM and a Validity Area
    2. In CG02 we create a inspection plan and select rating QM or Group all ratings
    3. No Inspection Plan to be created is available
    Any clue on what the problem migth be?
    Best Regards,
    Alberto
    Message was edited by:
            Alberto Garcí

    Dear all
    1.) it might be helful to open a new thread regarding your topic in parallel EH&S FORUM
    2.) To my knowlegde witH SAP ECC 6.0 EnhancementPackage 5 EH&S QM interface has been enlarged. I am sorry. My inquiry in internet regarding that was not successful. PLease check SAP Markeptplace as I am pretty sure that there was a change/enhancement
    3.) we are not using this intertace but have played around a little bit.
    The interfaceh EH&S => QM is in my opion "not well" designed. First of all:
    a.) you need to trigger it manually (use of transaciton CG02)
    b.) to my knowledge no change in EHST is tarbnsferred automatically to QM; e.g. if flash point has changed or density etc. the user is in charge to make sure that the data will be tranferred into QM
    c.) the "trick" to map validity areas to plant (excatly it is a plant plant mapping)  is not goiod approach. Reason:
    Normally a density is defined with usage "PUBLIC/EG_WORLD). The meaining is:
    1.) can be used e.g. in Materiaql Safety data sheet (public document)  and other EH&S document
    Now you can use (you must not) priorized ratings (e.g. rating QM does have higher priority as PUBLIC) in EH&S logic to transfer data from EHS& to QM but to my knowlegde you must make the "plant" <=> "PLant" by "hand" using furtehre validity areas.
    That means fi you would like to use density 1 g/cm3 for all plants (and the QM inspecions plans) then you must enter any plant of relevance as validity area to map that to the inspection plan (which to my knowlegde once again is plant specific).
    I am not sure if the EH&S QM interface supports you really to "start" immedeatly the generation of inspection plans regardgin all plants,. The link to SAP online help above will lead you directly in the right chapter.
    Regarding phrases: sorry the analysis of thsi interfaxce has been done long ago; but phrases are "textes" which can have "any length". It might be a problme to map that to QM Plan. If you check that link above you will lead to this statement:
    n the Function module column you can use a function module to define yourself how specification data is to be converted to an inspection characteristic.
    As an example, use the function module EHQM09_BUILD_CHA_NO_COMP to develop analogous modules.
    Therefore if necessary you could exchange this fuinciotn module by a customer specific one.
    May be this helps
    C.B.
    PS: Regarding changes in EH&S QM Interface ECC 6.0/EnhPack 5: : may be refer to http://www.scribd.com/doc/58761766/37/Quality-Management
    PPS: may be of interest could be: http://www.consolut.com/en/s/sap-ides-access/d/s/doc/Q-EHQM0904

  • Error during Production Order creation

    Hi All,
    Our's is MTO scenario. We have maintiain Account Assigment Category as 'M' in Requirement Type. During creation on production order with ref to sales order system gives error "Account assignment cannot be carried out because of different origin no."
    If I create the production order with ref to quotation system does not gives any error. But my requirement is to create the prod order with ref to sales order.
    Please guide
    Regardsd

    Hi Bala,
    In SPRO goto>Sales and Distribution> Basic Functions-->
    Availability Check and Transfer of Requirements
    -->
             Transfer of Requirements
    -->
                 Define Requirements Classes
                 Define Requirements Types
      -->      Determination Of Requirement Types Using Transaction
    Determination Of Requirement Types Using Transaction
    In the standard system, requirements types are determined according to a specific search strategy beginning with the material strategy group.
    Strategy for Determining the Requirements Type
    1. First, an attempt is made to find a requirements type using the strategy group in the material master.
    2. If the strategy group has not been maintained, the system will determine it using the MRP group.
    3. If the MRP group has not been defined, the system uses the material type instead of the MRP group when accessing the corresponding control tables.
    4. If no requirements type is found here, the system assumes a special rule and attempts to find a requirements type with the aid of the item category and the MRP type.
    5. If this is not possible, a last attempt is made to find a requirements type with the item category only.
    6. If the last attempt fails, the system declares the transaction as not relevant for the availability check or transfer of requirements.
    Note
    You can select an alternative search strategy in the 'Source' field, for example a transaction-related procedure for determining requirements type (source = 1 or 2). 
    Example
    There are business transactions, such as consignment stock processing, in which the material with its planning characteristics is not important, rather the transaction itself. An issue from the customer's consignment stock should not trigger an availability check against planning at the plant as layed down by the planning strategy but rather against special stock.
    Actions
    1. Assign the item categories and MRP type to the requirements types.
    2. Select an alternative search strategy in the 'Source' field if necessary.
    By assigning the 1 or 2 to the Source you can have the requirements in MD04 refered to order instead of the initial source document which is usually quotation. If we don't assign this then the system by default refers to the initail document created i.e. Inquiry or Quotation whichever is the first document.
    Regards,
    Karthik.

  • Error during prdn order creation co01

    Dear All,
    During creation of production order by co01 a error message is generating i.e."13.05.2035 comes after end of factory calender" for some of my Fert materials only in one of my plants.Bom & Routings,Workcenters are valid for this FG & also for Sfg's which exists in as components in  this fert material.At the time of availability check the system generates this error.Factory calender is valid for 2010 but if the error is due to validity of factory calender the system should generate error for all the Fert materials which we are producing in same plant which is not happening actually.The problem is for only a few of Fert materilas.Pls help suitable answer will be awarded with points.
    Regards
    R Sehgal

    Hi Rakesh,
    The problem i think should be in ur lead time for those materials for which the error is occuring.
    See ur factory calender is valid up to 2010 but for some materials because of the order quantity and the lead time from routing its going beyond the 2010 ( means that order is getting scheduled beyond the2010) so it is giving the error.
    Pls check the same and revert.
    Regards,
    Vinayak.

  • Error during excise invoice creation

    Hi everybody
    The user has accidently entered one more line item during delivery with qty "0" and value "0" along with a standard item with item cat "tan" which has value and qty. Subsequently he has done PGI, Billing and Release to accounting. So the system is taking the second line item with qty "0" as text item. . But while posting excise invoice wrt billing doc. using tcode J1IIN the system is throwing a error
    "Customisation for plant missing in table plant settings" Message No 8I303, Diagnosis: The customisation details have not been maintained for this company.
    So far we have done more than 10000+ invoices with excise posting without any error. This is the first time we are getting this error because of accidental entry of a second line item with qty "0" by the user..
    Please help how to solve this error. The billing document cannot be cancelled because it has already reached the customer and he is going to make payment wrt billing doc.
    Thanks

    Hi Everyone
    Thanks a lot for your responses.
    As time was running out the only option was to delete the line item with "0" qty and value (item cat. tatx) at the table level. Once deleted there was no problem in creating excise invoice using tcode "JIIIN" wrt commercial invoice.
    Though this is not SAP recommended best business practice, this option had to be taken or else we would not have been able to open the MM posting periods (mmpv) for the next month without closing all the entries for the previous month.
    And if we do not open the mm posting periods we cannot goods issue for the next month.
    Thanks & regards
    satish

  • Error while Installment Plan creation

    Dear friends ,
    When i am saving the installment plan i am getting this error can anyone please let me know how to rectify this error
    Internal error: Incorrect use of a function module
    Function module FKK_TAX_EXEMPT_KEY_DETERMINE was called with incomplete parameter specifications. One of the following entries is missing in transfer structure I_FKKTAXEXC:
    Tax code
    Company code

    Hi,
    You check the a/c determination for Inst Plan in EK01 & EK02.
    I beleive that the G/L a/c is incorrectly assigned.
    Regards,
    T

  • Error during P.O Creation.

    Dear All ,
    i m having a std indg pricing procedure having all ecessary conditions required for a business process but I have created a Pricing procedure for learning purpose in dev server, here i had started by clicking on " new entries " in first column for " STEP " i had given 10 just as same as in original p. procedure , pl see below --->
    STEP CNTR C TYPE DESCRIP. FRM TO
    10 1 PB00 Gross Price X
    10 2 PBXX Gross Price X
    20 0 RA01 Discount % on Gross 10
    30 0 R001 Discount/Quantity 10
    35 0 R002 Absolute discount
    40 0 sub total ( gross - disc) 10 30
    Now i m creating P.O with this pricing procedure , in cond. tab at item level only these five cond are displayed but as i click on taxes tab in invoice so all excise cond are visible but these exc. comd are not displayed in cond. tab at item level., So as i m saving the P.O an error comes that --->
    " Error in net price calculation, item 000010 (Please correct)
    Message no. 06213
    Diagnosis
    Possible causes:
    The net price is negative.
    Check the prices and conditions entered.
    An error has occurred during currency translation.
    Check whether the foreign currency is defined in the system.
    The unit of measure of an item is not allowed.
    Check the units of measure entered.
    An internal error has occurred during the price determination process.
    A mandatory condition type is not defined in the system. Please contact your system administrator.
    Pl help what i have to do in this case .why i m not able to create the P.O using this new pricing procedure ?
    Regards
    sap11

    Dear Indranil ,
                                  Thanx for reply ,  pl see below that in this procedure -->
    STEP CNTR C TYPE DESCRIP. FRM TO          Sub to
    10 1 PB00 Gross Price X                                      9          10 2      PBXX Gross Price X                                 9
    Here in sub total column 9 is given in my procedure & it is for " Copy Values to KOMP - BRTWR "( Gross Value ), I need to know from u that what does it mean , pl explain if i do not put anything here  in this subtotal column then will there be  any efffect on p. procedure .?
    With rgds,
    sap11
    Edited by: sap11 on Jul 30, 2008 7:08 AM

Maybe you are looking for