Unable to select Quantitative data during creation of MIC while using  Clas

*Unable to select Quantitative data during creation of MIC while using  Class characterstics*
Dear All,
I want to transfer MIC Result recording to Batch class.
For that, i am trying to create MIC & giving class characteristic name in QS21, and then under control data,     I am unable to select, Quantitative. By default system is selecting Qualitative. But I want to create that MIC as Quantitative.
Is there any setting for this?
Please help...
Thanks in advance
Edited by: Sitarami Reddy  Kummeta on Nov 30, 2009 6:44 PM

Hi
to have master inspection characteristic quantitative ,the  class characteristic must be of  format "NUM":
Regards
Sujit

Similar Messages

  • Sending BP data during creation from BADI

    hi experts,
    i want to send a business partner's data during business partner creation in CRM through a BADI. do you know any of the BADI's for this purpose where i can get all the BP data entered by the user and i can send it wherever i want?

    Hi Sager,
    So here we go....
    You can change the general flow in this fashion: Create/ Change any BP ,Activate the debugging and save it. Put the breakpoint for Method "__OUTBOUND_HANDLER" for class "CL_SMW_MFLOW". Press F8. You debugger should stop here.
    You will see the peace of code mentioned below:-
    Determine processing depending on debug processing, update processing 
    or synchronous processing                                             
      IF in_updatetask EQ c_false.                                          
        IF NOT ch_header-qname IS INITIAL OR NOT lt_queues IS INITIAL.      
        Check for debug mode. In debug mode, don't create qRFC entry      
    Delete the value of fields "in_updatetask" & "ch_header-qname" , and then press F8 now with this it should stop to your BADI givne the condition that you have breakpoint set for the BADI.
    Hope this will help.
    Best regards,
    Vikash

  • Update of BP General Data during creation of BP

    Hi,
    I am currently using BADI ADDRESS_CHECK to perform an external check in a 3rd party application using XI to check if the customer name/address is flagged as a "denied party".
    This works fine and returns the correct response if the check finds a denied party.
    However, if this is the case ie. a denied party I want this to set some BP data accordingly during the same BP maintenance.
    The data I need to set is as follows:
    1. BP central block (general data)
    2. BP status needs to be set
    I have located function module BUP_MEMORY_BUT000_FILL that I am calling with a BP structure with the necessary block set to 'X' but it does not seem to do anything.
    Can anyone provide details on how to call this function module to set BP general data during a create or a change of a BP as I must be missing something.
    Also, can anyone tell me what the equivalent function module is for BP status data ?
    Any help is greatly appreciated.
    Cheers
    Colin.

    HI
    You cud use the following BAPI's for BP general data
    BUPA_CENTRAL_CHANGE
    Have a look at the function group:BUBA_4 in package :BUPA
    For status you could use the following
    CRM_BUPA_FRG0050_CHANGE
    CRM_BUPA_FRG0050_Create
    CRM_BUPA_FRG0050_GET_DETAIL
    CRM_BUPA_FRG0050_SAVE_COMMIT
    Regards
    Jay.

  • Am unable to get the data from Sys.databases when i use where condition for column owner_sid

     
    Hi all,
    Help me here when i try am unable to get a data,Can some one help me with a query to get.
    If it cant be done can i know why..
     select * from Sys.databases
      where owner_sid='0x01'
    What am trying is to get a login
    names from syslogin
    table with respect to Sid.
    Select a.name,b.name,a.owner_sid from Sys.databases a
      Join Syslogins b
      on a.owner_sid = b.sid
      where owner_sid like '0x01'
    Thanks all in Advance.....

    Below are a couple of examples of how to accomplish the task.  Note that SID is varbinary so the literal should not be enclosed in quotes.
    SELECT
    a.name AS DatabaseName
    ,b.name AS OwnerName
    ,a.owner_sid AS OwnerSID
    FROM sys.databases a
    JOIN sys.server_principals b ON
    a.owner_sid = b.sid
    WHERE owner_sid = 0x01;
    SELECT
    a.name AS DatabaseName
    ,SUSER_SNAME(owner_sid) AS OwnerName
    ,a.owner_sid AS OwnerSID
    FROM sys.databases a
    WHERE a.owner_sid = 0x01;
    Dan Guzman, SQL Server MVP, http://www.dbdelta.com

  • How can I select a date to view in Calendar while I am in month view?

    I am looking at month view in Calendar on my iPad. I touch a date. Intuitively, I expect that date to open up in Day or Week view, but it doesn't! On my iphone, it works just fine. Am I missing something?
    How can I select a date to view while in Month view and have it go to Day or Week view?
    Thanks for any help.

    I would try this:
    In Lr import one photo into a different folder that you can see in the list.
    Then in your OS (mac Finder / Win Explorer) move the photo to the folder that you cannot see.
    In Lr the photo will now appear with a question mark on its frame. Click directly on the question mark and select <Locate photo>. Navigate to the folder, open it, and click on the photo.
    Maybe this will help Lr to recognize the folder.
    If this doesn't help try renaming the folder in your OS.

  • Update of BP general data during creation of BP in transaction BP

    Hi,
    I wish to update some flags on a BP record based upon a call to an external system via XI in BADI ADDRESS_CHECK.
    This must happend during the creation of the BP record in transaction BP so do not suggest using any BAPIs as these will only work on existing BP records.
    However there is not a lot of documentation on how to achieve this.
    Any pointers greatly received.
    Cheers
    Colin.

    Hello,
    in this bapi the paramaters type is: RAW, so file of byte. How do you used it to modify data ?
    Tks.

  • Validation of vendor data during creation

    Dear all,
    I can create same vendor with two different addresses but same PAN no, by two different vendor codes. The system does not validate the PAN no. when creating a vendor ie. it does not check whether some one else has already been registered with same PAN number?
    How can we validate the PAN no of the vendor, during the creation of vendor master data?
    Regards.
    Milind

    Hi,
    This field can not be validated in Vendor Master because this is not stored in Vendor Master Tables (LFA1. LFB1, etc...). This is stored in Excise Table J_1IMOVEND-J_1IPANNO
    Table Name is J_1IMOVEND - Vendor Master Excise Additional Data

  • Date error during creation of asset master using bapi

    Hi All,
    Am creating asset master using BAPI_FIXEDASSET_OVRTAKE_CREATE ,,
    but am getting date problem while passing value  '21022005'  ( or any date )  in the format  'ddmmyyyy' 
    the error says 'the capitalization date is invalid' ....
    the capitalization date is under  the structure BAPI1022_FEGLG002 of the above mentioned bapi....
    even i have tried using '21.02.2005' its still not working as the capitalization date is 8 char...
    kindly help me out with the possibilities
    thanks
    john

    Hi John,
    Some of the structures you have to fill for the IDOC belongs to a  referencing ...X structure. For example structure BAPI1022_FEGLG002 and BAPI1022_FEGLG002X.                                                                               
    When you fill the capitalization dat (BAPI1022_FEGLG002-CAP_DATE = '19981231') it's necessary to fill the corresponding field (BAPI1022_FEGLG002X-CAP_DATE = 'X') to  specify that the content of the field should be transferred to the fixed asset. Otherwise it'll be not transferred and you'll get an error message instead.                                                 
    Regards Bernhard

  • Unable to get the data from ms sql stored procedures using crystal report 10

    Dear,
    I am using the crystal report 10 and MS SQL 2000. I created stored procedures and after making the connection, i am unbale the data from that procedure. When i run stored procedure on MS SQL server it works fine.
    Please help me.
    Best Regards
    Pankaj
    [email protected]

    Dear,
    I am using the crystal report 10 and MS SQL 2000. I created stored procedures and after making the connection, i am unbale the data from that procedure. When i run stored procedure on MS SQL server it works fine.
    Please help me.
    Best Regards
    Pankaj
    [email protected]

  • Problem with HU during creation of Inbound Delivery using IDoc

    Hi,
    When I am creating Delivery manually and perform Packing, Handling Unit information is stored in VEKP and VEPO tables.
    But when I am processing through IDoc, after passing data to Handling Unit Segments E1EDL37 (Handling unit header), E1EDL39 (Control Segment for Handling Units), E1EDL44 (IDoc: Handling Unit Item - Delivery), It is creating delivery successfully but Handling Unit information is not getting stored in VEKP, VEPO tables.
    Tried most of the notes 912470, 678464, 682506 and all of them say "<i>You use the Idoc DESADV to create inbound delivery with packing data. The delivery is created, Idoc gets status 52 but the Handling Units (HUs) are missing. This is due to a program error. In case the IDoc contains segments to create HUs (E1EDL37), the IDoc processing should end in error status (51) as long as no packing data could be created</i>.".
    Need your advice whether we have to maintain any customizing for this or how to proceed with it.
    Thanks in advance,
    Murali.

    IDocs and BAPIs sometimes behave differently than transactions. You might need to add a user exit specifically for IDoc processing. Otherwise send a message to SAP and have them look at it.

  • Reg creation of rule while using ima 11

    Hi,
    I want to create a settlement rule on order creation after completing ima11.
    I want to pass a rule for a particular(ex tool order)
    after ima11.
    The rule is to pass the tool order to a particular GL code the screen in KA02 shows the rule ,
    1.Is there any enhancement ?
    2. What is the function module which can help to  pass the entry in the background .
    Regards
    Rohini
    Edited by: RohiniAda on Jan 10, 2011 9:32 AM

    Hi,
    please check SAP note 859500:
    - implement all relevant notes
    - send a message to SAP support for checking and solving the GUID inconsistencies.
    best regards
    Thomas

  • Purchase Requisition data need to be filled while using BAPI

    Hi,
          I am using a BAPI for uploading open sales order and i have fields in the flat file.
    Sales Document Type     
    Sales Organisation     
    Distribution Channel     
    Division     
    Sold to Party,P.O.Number,
    P.O.Date,
    Req. Delivery Date,
    Payment Terms,
    Inco Terms,
    Inco Terms(Part2),
    HeaderCnType(01),
    Amount(01),
    Line Item No.     
    Material Code
    Material Description
    Order Quantity
    Item Category
    Plant
    WBS Element
    ItemCnTy(01)
    Base Price
    ItemCnTy(02)
    Requisitioner     
    Tracking Number
    Value Price
    Desired Vendor
    I found a BAPI called 'bapi_salesorder_createfromdat2' which fills the requirement with fields which is not highlighted. And let me know which BAPI can be used so that we can use the remaining 4 fields which is highlighted.
    The Non highlighted fields are belongs to Sales Order and the remaining highlighted fields belong to Purchase Requisition.

    Hello,
    I'm not sure you're taking the best approch.
    Usually when you need to migrate ISU contracts into an ISU-CRM integrated system, you first migrate everything you need in ISU through the VERY powerful migration workbench available (transaction code EMIGALL), and then you replicate your data to CRM via INITIAL download.
    That's definitely the strategy that will give you the best performance, and less work.
    Kind regards,
    Nicolas Busson.

  • Retrieve item level dates during service order creation before saving

    I have a requirement where I need to retrieve item level date (First Response i.e. APPT_TYPE as SRV_RFIRST) and modify the date and put it back to the same screen field when ever a line item is entered.
    To do this we found a BADI CRM_SERVICE_I_BADI which triggers when ever we enter line item. We tried many FM which retrieves item level dates from buffer CRM_DATES_READ_MULTIPLE_OB; CRM_DATES_READ_SINGLE_OB;
    CRM_DATES_READ_SINGLE_OW;
    Most of them are returning all the dates except first response. No configuration issues. Can anyone help me how to get the first response date during creation.
    Thanks
    Vamsee

    Hi Vamsee,
    Do you happen to know the solution? We have similar issue too as we can not retrieve the new entered dates and process it in BADI CRM_SERVICE_I_BADI.
    I would appreciate your reply if you have a solution.
    Thanks,
    Bin

  • I am unable to select date in IRCTC website. The selection window has stopped appearing. What to do??

    When i login in my IRCTC account & want to book my railway ticket, i am unable to select the date of travel without which i cannot move ahead for my booking.
    Please look into the problem & inform me how to resolve it. There is no error message flashed, but the problem exists.

    Earlier about 15 days back, i did not have any issues in firefox. I believe with some latest updates getting installed i started facing the problem.
    My firefox version currently is Firefox 15.0

  • Change Production version during creation of Process Order COR1

    Hi,
    Scenario:
    Based on the entered Material, Plant and Order type system need to trigger a popup asking the user to select the Production Version. This should happen before clicking on SAVE button, so that all the values will be populated correctly based on the changed VERID.
    I did not find a user exit that enables to change the Production Version (VERID) value. So I thought of displaying the popup in the user exit EXIT_SAPLCOZF_003 which will be triggered before initial screen appears, export the selected value and pass it to a User Exit or BADI where VERID can be changed. But cannot find a user exit to do it.
    Please help me find a User Exit or BADI to change the Production Version during creation of Process Order using COR1 transaction before clicking on SAVE button.
    Thanks,
    Manoj.

    Hi Manoj,
    So - almost four years later - I saw your post and I saw myself in the very same situation as you did...
    I found a solution for those who wants to change the production version of the production order from the sales order creation: create an enhancement in the function module 'MD_VERSION_SELECTION' and you are good to go.

Maybe you are looking for

  • How do i get a new library of music onto an old ipod that i deleted all of the music off of

    so i had my itunes account from years ago on my pc, and my ipod nano with the video camera. then i got an ipad and descovered i could buy music right on there. then i got a laptop and downloaded itunes onto it. i signed into apple and my whole librar

  • Bea weblogic server

    My weblogic server is not getting started... software is installed succesfully....

  • Is it going to be possible for me to keep Firefox 3? How and for how long?

    I don't like the way Firefox 4 looks and works. Hate it. I don't want to have to deal with it, so I always tell it no when it tells me to switch from the latest version of 3, but today it switched over to 4 on it's own. Don't try to convince me that

  • Unable to Deply Web Application - Error

    Hello Guys, I have created a Web Application in Eclipse 3.2 and now I am trying to Deploy the Application in OAS 10g R3 I am getting the below error Nov 22, 2008 5:59:43 PM http://orcl.DEMOSRV home Application Deployer for TEST STARTS. Nov 22, 2008 5

  • Formatting Recordset - Repeating Region

    Hi, I am a newbie and trying to format dynamic content.  I've created the link to the database and established a repeating region to return one field from the table.  Currently, a new line is created for each field and would prefer to format in parag