Not able to fetch the specification limits  results in the quality certific

Hi ,
I am facing an issue in outgoing Quality certificate. I am able to fetch the specifications for the the inspection characteristic& their result in the quality certificate.Although some of the are reflecting but some are not.
Please advice.
Regards,
Vivek Sharma

Helli Vivek,
What is misleading in the information I gave you?
The transaction QC03 is used to view the Quality certificate.
The text element is found on the characteristics overview screen.
You should be able to determine the certificate type used.
Furthermore you must distinguish if you are using quantitive or qualitative characteristics.
If you are using qualititive characteristics you might need text 0002
Regards,
Isabelle
Edited by: Isabelle Britten on Jul 17, 2008 10:33 AM

Similar Messages

  • Not able to fetch the data by Virtual Cube

    Hi Experts,
    My requirement is I need to fetch the data from Source System (From Data base table) by using Virtual Cube.
    What I have done is I have created Virtual Cube and created corresponding Function Module in Source System.
    That Function MOdule is working fine, if Data base table is small in Source System.But If data base table contains huge amount of data (millions of record), I am not able to fetch the data.
    Below is the code I have incorporated in my function module.
    c_th_mapping TYPE CL_RSDRV_EXTERNAL_IPROV_SRV=>TN_TH_IOBJ_FLD_MAPPING.
      DATA:
        l_s_map TYPE CL_RSDRV_EXTERNAL_IPROV_SRV=>TN_S_IOBJ_FLD_MAPPING.
      l_s_map-iobjnm = '0PARTNER'.
      l_s_map-fldnm  = 'PARTNER'.
      insert l_s_map into table l_th_mapping.
    create object l_r_srv
        exporting
           i_tablnm              = '/SAPSLL/V_BLBP'
          i_th_iobj_fld_mapping = l_th_mapping.
      l_r_srv->open_cursor(
        i_t_characteristics = characteristics[]
        i_t_keyfigures      = keyfigures[]
        i_t_selection       = selection[] ).
       l_r_srv->fetch_pack_data(
        importing
          e_t_data = data[] ).
      return-type = 'S'.
    In the above function Module,Internal table L_TH_MAPPING contains Info Objects from Virtual Cube and corresponding field from Underlying data base table.
    The problem where I am facing is, in the method FETCH_PACK_DATA, initially program is trying to fetch all the recordsfrom data base table to internal table.If Data base table so lagre, this logic is not working.
    So would you please help me how to handle these kind of issues.

    Hi Experts,
    My requirement is I need to fetch the data from Source System (From Data base table) by using Virtual Cube.
    What I have done is I have created Virtual Cube and created corresponding Function Module in Source System.
    That Function MOdule is working fine, if Data base table is small in Source System.But If data base table contains huge amount of data (millions of record), I am not able to fetch the data.
    Below is the code I have incorporated in my function module.
    c_th_mapping TYPE CL_RSDRV_EXTERNAL_IPROV_SRV=>TN_TH_IOBJ_FLD_MAPPING.
      DATA:
        l_s_map TYPE CL_RSDRV_EXTERNAL_IPROV_SRV=>TN_S_IOBJ_FLD_MAPPING.
      l_s_map-iobjnm = '0PARTNER'.
      l_s_map-fldnm  = 'PARTNER'.
      insert l_s_map into table l_th_mapping.
    create object l_r_srv
        exporting
           i_tablnm              = '/SAPSLL/V_BLBP'
          i_th_iobj_fld_mapping = l_th_mapping.
      l_r_srv->open_cursor(
        i_t_characteristics = characteristics[]
        i_t_keyfigures      = keyfigures[]
        i_t_selection       = selection[] ).
       l_r_srv->fetch_pack_data(
        importing
          e_t_data = data[] ).
      return-type = 'S'.
    In the above function Module,Internal table L_TH_MAPPING contains Info Objects from Virtual Cube and corresponding field from Underlying data base table.
    The problem where I am facing is, in the method FETCH_PACK_DATA, initially program is trying to fetch all the recordsfrom data base table to internal table.If Data base table so lagre, this logic is not working.
    So would you please help me how to handle these kind of issues.

  • Not able to fetch the audit trail details from dehydration store.

    Hi
    While i am trying to fetch the audit trail details from the dehydration store using oracle soa 11g api, i am getting the below error.
    The complete stack trace is as below.
    javax.naming.NameNotFoundException: Unable to resolve 'FacadeFinderBean'. Resolved '' [Root exception is javax.naming.NameNotFoundException: Unable to resolve 'FacadeFinderBean'. Resolved '']; remaining name 'FacadeFinderBean'
         at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:234)
         at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:348)
         at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
         at weblogic.jndi.internal.ServerNamingNode_1033_WLStub.lookup(Unknown Source)
         at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:405)
         at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:393)
         at javax.naming.InitialContext.lookup(InitialContext.java:392)
         at oracle.soa.management.internal.ejb.EJBLocatorImpl.lookupBean(EJBLocatorImpl.java:738)
         at oracle.soa.management.internal.ejb.EJBLocatorImpl.lookupFinderBean(EJBLocatorImpl.java:716)
         at oracle.soa.management.internal.ejb.EJBLocatorImpl.<init>(EJBLocatorImpl.java:167)
         at oracle.soa.management.facade.LocatorFactory.createLocator(LocatorFactory.java:35)
         at com.test.GetPayload.getCompositeInstancePayload(GetPayload.java:65)
         at com.test.GetPayload.main(GetPayload.java:129)
    Caused by: javax.naming.NameNotFoundException: Unable to resolve 'FacadeFinderBean'. Resolved ''
         at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
         at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:252)
         at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
         at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
         at weblogic.jndi.internal.RootNamingNode_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:667)
         at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:522)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)
         at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    My code is as below
    Hashtable jndiProps = new Hashtable();
    jndiProps.put(Context.PROVIDER_URL, "t3://localhost:7001");
    jndiProps.put(Context.INITIAL_CONTEXT_FACTORY,
    "weblogic.jndi.WLInitialContextFactory");
    jndiProps.put(Context.SECURITY_PRINCIPAL, "weblogic");
    jndiProps.put(Context.SECURITY_CREDENTIALS, "welcome1");
    jndiProps.put("dedicated.connection", "true");
    Locator locator = LocatorFactory.createLocator(jndiProps);
    CompositeInstanceFilter filter = new CompositeInstanceFilter();
    filter.setECID(ecid); //Set the composite ECID
    filter.setId(compInstanceId); //Set the composite instance id
    Any Suggestion in this regard will be helpful.
    Thanks
    Abhijit
    Edited by: 945736 on Jul 11, 2012 4:20 PM
    Edited by: 945736 on Jul 11, 2012 4:20 PM

    If it just for a particular message then another simple solution is to open the message and go to details in pimon.
    http://wiki.scn.sap.com/wiki/display/PIS/AdapterMessageMonitoringVi+service+and+it%27s+methods

  • Not able to fetch the correct line in interactive list

    Dear All,
    I am making an interactive report wherein I want to fetch the data as per the line clicked by the user.
    e.g.
    Particulars        value
    ABC                  12
    PQR                  14
    XYZ                    20
    Whenever I am clicking the list on ABC, the system is fetching the last value in the internal table.
    Can anyone please guide me on this?

    Hi Aasim,
    Please look into the below code. for simple interactive report
    DATA : BEGIN OF itab OCCURS 0,
             name(10),
             num TYPE i,
           END OF itab.
    itab-name = 'ABC'.
    itab-num = 123.
    APPEND itab.
    itab-name = 'BDC'.
    itab-num = 125.
    APPEND itab.
    itab-name = 'xyz'.
    itab-num = 345.
    APPEND itab.
    LOOP AT itab.
      WRITE : / itab-name,
                itab-num.
      HIDE itab-name.
    ENDLOOP.
    AT LINE-SELECTION.
      WRITE : itab-name.
    Regards
    Kumar M.
    Edited by: mukesh kumar on Oct 29, 2008 6:54 AM
    Edited by: mukesh kumar on Oct 29, 2008 6:55 AM

  • Not able to fetch the explain plan

    whenever i fire this query, its giving table does not exits
    SQL> EXPLAIN PLAN for SELECT
    S_CONTACT.ROW_ID,
    2 3 S_CONTACT.MODIFICATION_NUM,
    4 S_CONTACT.LAST_UPD
    5 FROM
    6 S_CONTACT,
    7 S_CONTACT_FNX,
    8 S_ETL_I_IMG_118 IMG
    9 WHERE
    10 (
    11 IMG.ROW_ID = S_CONTACT_FNX.ROW_ID
    12 AND
    13 S_CONTACT_FNX.PAR_ROW_ID = S_CONTACT.ROW_ID
    14 )
    15 AND NOT EXISTS
    16 ( SELECT 'X'
    17 FROM
    18 S_ETL_I_IMG_12 IMG1
    19 WHERE
    20 IMG1.ROW_ID = S_CONTACT.ROW_ID
    21 )
    UNION ALL
    22 23 SELECT
    24 S_CONTACT.ROW_ID,
    25 S_CONTACT.MODIFICATION_NUM,
    26 S_CONTACT.LAST_UPD
    27 FROM
    28 S_CONTACT,
    29 S_ETL_I_IMG_109 IMG
    30 WHERE
    31 (
    32 IMG.ROW_ID = S_CONTACT.PR_SPECIALTY_ID
    33 )
    AND NOT EXISTS
    34 35 ( SELECT 'X'
    36 FROM
    37 S_ETL_I_IMG_12 IMG1
    38 WHERE
    39 IMG1.ROW_ID = S_CONTACT.ROW_ID
    40 )
    41 UNION ALL
    42 SELECT
    43 S_CONTACT.ROW_ID,
    44 S_CONTACT.MODIFICATION_NUM,
    45 S_CONTACT.LAST_UPD
    46 FROM
    47 S_CONTACT,
    48 S_ETL_I_IMG_113 IMG
    49 WHERE
    50 (
    51 IMG.ROW_ID = S_CONTACT.MED_SPEC_ID
    52 )
    53 AND NOT EXISTS
    54 ( SELECT 'X'
    55 FROM
    56 S_ETL_I_IMG_12 IMG1
    57 WHERE
    58 IMG1.ROW_ID = S_CONTACT.ROW_ID
    59 )
    UNION ALL
    60 61 SELECT
    62 S_CONTACT.ROW_ID,
    63 S_CONTACT.MODIFICATION_NUM,
    64 S_CONTACT.LAST_UPD
    65 FROM
    66 S_CONTACT,
    67 S_ETL_I_IMG_125 IMG
    68 WHERE
    69 (
    70 IMG.ROW_ID = S_CONTACT.REGION_ID
    71 )
    72 AND NOT EXISTS
    73 ( SELECT 'X'
    74 FROM
    75 S_ETL_I_IMG_12 IMG1
    76 WHERE
    77 IMG1.ROW_ID = S_CONTACT.ROW_ID
    78 );
    S_ETL_I_IMG_118 IMG
    ERROR at line 8:
    ORA-00942: table or view does not exist

    Not really a good idea to do it a SYS user, but it's up to you.
    I bet the tables are not in the SYS schema and you're not prefixing the names with the schema name in you select statement. So unless you have private synonyms in SYS schema or public synonyms for all those tables they're not visible by SYS without the prefix e.g.
    TABLE_OWNER.TABLE_NAME

  • Not able to fetch the item level rating for the document programatically in sharepoint 2013

    Hi,
    I am trying to get the current logged in user rating for items in document libraries . However. It is giving rating as 0 for the all the documents. I am using below code
     SPSite site = new SPSite(SPContext.Current.Web.Url);
                        SPWeb web = site.OpenWeb();
      string fileUri = "http://svdvspapp01:2015/" + webUrlSplit;
                                Uri urifileUrl = new Uri(fileUri);
                               SPServiceContext context = SPServiceContext.GetContext(site);
                                SocialRatingManager mySocialRatingManager = new SocialRatingManager(context);
                                SocialRating aRating = mySocialRatingManager.GetRating(urifileUrl);
                                string myRating = aRating.Url + ": " + aRating.Rating;                       
                                objtopRated.myRating = myRating; } }In the above code fileUri is the docuemnt url of the item in doc libraryeg. http://svdvspapp01:2015/ProductsandPricing/Pricing/Pricing_Document 1.xlsxI refrred the below msdn linkhttp://msdn.microsoft.com/en-us/library/ff407954.aspx

    Hi Labhesh,
    I understand that you want to search the date field in the document library inline search.
    I recommend to use the managed property for the dates column in the query.
    For example, if the managed property for the date column is called testdate, then type “testdate:2014-11-28” in the search box in the library for searching the date.
    Thanks,
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

  • Not able to see the result in particular column of BPC report

    Dear All,
    I have problem in one of the BPC report where I am not able to see the result into one column but rest of the users are able to see the result for same column in same report without any issues.
    Generally, I used this report frequently but having such problem from last few days. Excel has created any logs which I need to clear? Please advice.
    Request your help to resolve such problem please.
    If you need any information, please let me know.
    Thank You
    Kind Regards
    Anukul

    Hello Anukul,
    In the report what type of data you are trying to check in that column. can you please brief about report.
    And also please check the excel cell format (right click and check it is a numeric or character), which may help to resolve this issue.
    Regards,
    Rajesh.K

  • I am not able to text one specific person.. seems i can sporadically recieve their text but they are not recieving mine.  I have looked at several forms and tried several things.. some forms suggesting a problem with the carrier.  Has anyone on Koodoo ?

    I am not able to text one specific person on my iphone 4.  They an sporadically send but she is not recieving my message.  I have read several forums and tried several things.. resetting etc... to no avail.. someone mentioned this may be the network.  can anyone help? the phone also say it is ready to install update to ios 7.0.6 which provides a fix for ssl connection verification.  then it indicates cannot be installd bcause it requires at least 3.7 GB of storage.  So i have deleted some things and pretty sure I have enough GB  but still reading the same message.  OMGosh .. so frustrated.. especially wtih the texting.

        jsavage9621,
    It pains me to hear about your experience with the Home Phone Connect.  This device usually works seamlessly and is a great alternative to a landline phone.  It sounds like we've done our fair share of work on your account here.  I'm going to go ahead and send you a Private Message so that we can access your account and review any open tickets for you.  I look forward to speaking with you.
    TrevorC_VZW
    Follow us on Twitter @VZWSupport

  • Wrong password resulted in disabling of the ipad. it says connect to itunes, i did but i am not able to activate the ipad

    wrong password resulted in disabling of the ipad. it says connect to itunes, i did but i am not able to activate the ipad.
    Ipad has been disabled

    You may need to put the iPad into recovery mode  : http://support.apple.com/kb/ht1808 - you should then be able to reset it via your computer's iTunes and restore/resync your content to it

  • WLC 4404 - Not able to see the 802.11a/n AP summary details

    Hi Friends,
    I have a query related to wireless. I have multiple WLCs in my network. Recently I observed that in one WLC, in monitoring page while we checking the access point summary information, I can see in 802.11a/n Radios, 8 APs are down. And I tried to see those details by clicking the ‘detail’ option over there, but no result was displaying. Same I have checked in ‘Wireless’ tab as well but the result was same. We have total 69 APs associated with this WLC. AP Models which are associated with this WLC are AIR-LAP1231G-A-K9 & AIR-LAP1242AG-A-K9. Firmware version running in the WLC is 7.0.235.3 which is recently upgraded.
    Then I logged into multiple WLCs for checking the same. All these WLC are running with 7.0.116.0 code. In some APs I am able to see some AP information which is down for 802.11a/n Radios, for eg: if I have 18 APs down in a/n radio I can see 7 AP’s details. But can’t able to see all the AP information. For 802.11b/g/n Radios it is perfectly fine. And in these WLCs we have AIR-LAP1262N-N-K9 model also associated.
    And one thing I noticed here is the number of APs that I can see the details is exactly same as the number of AIR-LAP1262N-N-K9 model APs associated with that WLC.
    So can anyone confirm that the other 2 models won’t support a/n radios (hardware limitation) or is it any kind of bug in the firmware.
    My WLC models are AIR-WLC4404-100-K9 & WS-SVC-WISM-1-K9
    Thanks in advance for your time and response
    Regards,
    Anand

    Hi Leo,
    I am not able to identify the AP which are down for 802.11a/n radio :( (we are not using a/n radio in this location, that is why 8 out of 8 are showing down).

  • Not able to fetch Roles for an user using HWF Identity XPath

    Hi,
    I am not able to fetch list of roles for a specific user using Human Workflow, Identity XPath. Using Script Activity when I am trying to call the menthod, the method doesn't return Role details. Any help will be appreciated...

    That's the rules of how it works.  A request has 1 request form per resource for all users on the request.  Those fields must all be marked as available in bulk as well to be viewed if you have more than 1 user on the request.  If you need to provide different values based on the user, your best option is pre-populate adapters on the process form and use logic to populate the fields.  You will not be able to manually provide different values during the request.
    -Kevin

  • Not able to get the data in COSB Table

    Hi Colleagues,
    I have created a Project and assign the WBS number to a Sales order and also have done all the settings in Result Analysis.
    But still not able to get the data in COSB table.
    Could you please suggest me the steps and process, Might be i have missed something..
    Thanks in Advance
    Regards
    Nitin

    Hi Ken,
    I have below mentioned requirement
    COSB will show value by object number and need to pass the object number to PRPS table to find the corresponding WBS element and then pass the WBS element to VBAP table to find the corresponding SO line item.
    Please let me know as Functional prospect what I have to do to bring this values in COSB table.
    Regards
    Nitin

  • Not able to change the data of test data containers in production system

    Dear All,
    We have created eCATT scripts in Development SolMan System and moved the transports to Production SolMan System.  Customer wants to change the data at Test data containers and run the scripts in production system but we are not able to edit the data. 
    May be the reason is SCC4 transaction code has set the below option.
    Changes and transports for client-specific Objects
    u2022 No changes allowed
    Customer doesnu2019t want to change the above option and wanted to change the test data containers to give different datau2019s and run the eCATT scripts.
    Could you please let me know the solution for this?
    Your help is really appreciated.
    Thanks,
    Mahendra

    eCatt has the feature where you don't need to transport the scripts or test configuration to our target system. We can keep all our scripts and test data in Solman and run this script any other system in your landscape using the System data container and target system.
    Maintain the production as one of the target system in System container in Solman and point that system while running the script. Change the test data in Solman to run this script.
    Let me know if you need more information
    thanks
    Venkat

  • Not able to get the profile option value

    Hi,
    Not able to get the profile option value after i changed the new value in the application.
    I am using fnd_global.apps_initialize to initialize the apps from PLSQL code to get the updated profile option value. But fnd_profile.value is not getting fetched the updated value. Still it is fetching the old one. I mean it is stored in database cache. Please any one let me know how to get the new value every time after i changed the value.
    Thanks

    What is the application release?
    Is this a custom or seeded profile option?
    Can you confirm that the value got changed from the application (query the profile option and verify the value)?
    Can you reproduce the issue if you use an API to update this profile option as per (How to Change Profile Option Value Without Forms? [ID 943710.1])?
    Thanks,
    Hussein

  • Remote Object - not able to get the returned value from java method

         Hi ,
    I am developing one sample flex aplication that connects to the java code and displays the returned value from the
    java method in flex client. Here I am able to invoke the java method but not able to collect the returned value.
    lastResult is giving null .  I am able to see the sysout messages in server console.
    I am using flex 3.2 and blazeds server  and java 1.5
    Here is the code what I have written.
    <?xml version="1.0" encoding="utf-8"?><mx:WindowedApplication  xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" backgroundColor="#FFFFFF" initialize="initApp()">
     <mx:Script><![CDATA[
    import mx.controls.Alert; 
    import mx.binding.utils.ChangeWatcher; 
    import mx.rpc.events.ResultEvent; 
    import mx.messaging.*; 
    import mx.messaging.channels.* 
    public function initApp():void { 
         var cs:ChannelSet = new ChannelSet(); 
         var customChannel:Channel = new AMFChannel("my-amf", "http://localhost:8400/blazeds/messagebroker/amf");     cs.addChannel(customChannel);
         remoteObj.channelSet = cs;
    public function writeToConsole():void {      remoteObj.writeToConsole(
    "hello from Flash client");
          var returnedVal:String = remoteObj.setName().lastResult;     Alert.show(returnedVal);
    //[Bindable] 
    // private var returnedVal:String; 
    ]]>
    </mx:Script>
    <mx:RemoteObject id="remoteObj" destination="sro" /> 
    <mx:Form width="437" height="281">
     <mx:FormItem>  
    </mx:FormItem>  
    <mx:Button label="Write To Server Console" click="writeToConsole()"/>
     </mx:Form>
     </mx:WindowedApplication>
    Java code
    public  
         public SimpleRemoteObject(){  
              super();     }
      class SimpleRemoteObject { 
         public void writeToConsole(String msg) {          System.out.println("SimpleRemoteObject.write: " + msg);     }
         public String setName(){          System.
    out.println("Name changed in Java"); 
              return "Name changed in Java";
    And I have configured destination in  remote-config.xml
    <destination id="sro">
       <properties>    
        <source>SimpleRemoteObject</source>
        <scope>application</scope>
       </properties>
      </destination>
    Please help me .

    You are not able to get the returned value because if you see the Remote object help you will realise you have to use result="resultfn()" and fault = "faultfn()"
    In this you define what you wish to do.
    More importantly in the remote object you need to define which method you wish to call using the method class like this
    <mx:RemoteObject id="remoteObj" destination="sro" result="r1" fault="f1"  >
         <Method name="javaMethodName" result="r2" fault="f2"/>
    <mx:RemoteObject>
    r2 is the function where you get the result back from java and can use it to send the alert.

Maybe you are looking for

  • Sound break-up (crackle); loss of right channel

    My Nano occasionally has sound break-up which, when in the 'hold' (locked) position I am able to operate the all functions e.g. adjust sound level. Also, it occasionally loses the right channel - gradually fading out. Its just over 2 years old ...has

  • Leopard so far disappointing (I have it since day 1)

    1) Huge printing problems in the beginning -> resolved 2) Adobe Photoshop 7 is a no go 3) Toast 7.1.2 broke 4) TimeMachine not working well on a network 5) Keynote did not play movies -> resolved after de-installing Perian 6) Adobe Acrobat not workin

  • Modifying Existing Form

    Hi, Is it possible to modify an existing form of SAP Business One? For example if one needs to put an extra button on the form of outgoing payments. Can anyone guide for the process. Many thanks in advance.

  • PLEASE ANSWER: Master Collection 5, Platform Windows & Mac?

    Just purchased a Master Collection Creative Suite 5 and the packaging stated: System Requirements: Windows and Mac. I haven't opened the package yet and can't find the Mac logo any where on the packaging. Is this a new development by Adobe that the s

  • I 'm unable to cancel my month-to-month subscription

    When trying to cancel my month-to-month plan / subscription I get an error messages staying I should try it later again. However later (1 day or 1 hour) still gives the same result. Sadly the chat with an agent is not available on the pages it is lis