Equipment Category - Need two characters

Hi All,
I have a requirement where in equipments variety is huge. If I use standard equipment categories then I can create only 26+10=36 equipment categories.
I have requirement for equipment categories that might go beyond 36 numbers. And hence I need equipment category should have two characters.
Please let me know if we can increase the equipment category length from 1 to 2.
Sundar

Hi Carlos/Pete,
I know its odd requirement. As I told you this requirement is for multiple locations and different indstry and different products and our client is only one.
Also I can use object types, etc. for it  and I may not require equipment categories more than 36 nos, but this was just thought if in case I require two characters category then wherther anyone came across such requirement or not?
But it seems nobody had such huge requirement.....anyways thanks for your inputs.
Sundar

Similar Messages

  • Why Equipment Category is used in PM??? I need a strong reason...

    Hi PM leaders.......
    Why Equipment Category is used in PM??? I need a strong reason...
    Regards
    Mohan

    Hi mohan,
    in this Customizing table you define the description for an equipment category. This allows you to control which basic characteristics a equipment master record such as a vehicle master record should have. Using these control characteristics, you can decide how many and which equipment categories you require.
    Regards,
    bharat

  • Need to check whether first  two characters of a string is Alphabets or not

    Hi,
    Need to check whether first two characters of a string is alphabet or not.
    Lets say for Ex,
    String as 'DE123456' i need to check whether first  character is non-numeric and then second character as non numeric.
    kindly help me on this.
                    IF length(trim(p_parserec(31))) = 22 AND p_parserec(31) LIKE 'DE%'  THEN
                        AUFTRAGGEBERKONTONR := trim(p_parserec(31)) ;
                     ELSIF  (length(trim(p_parserec(31))) > 22 AND length(trim(p_parserec(31))) < 35)  AND p_parserec(31) NOT LIKE 'DE%'  THEN
                       AUFTRAGGEBERKONTONR := lpad(trim(p_parserec(31)), 34, 0) ;
                     ELSIF length(trim(p_parserec(31))) > 10 AND ascii(substr(p_parserec(31), 1, 2)) between 48 and 57 THEN
                       AUFTRAGGEBERKONTONR := lpad(trim(p_parserec(31)), 10, 0) ;
                     ELSE
                        p_errorcd   := sqlcode ;
                        p_errordata := sqlerrm ;
                   END IF ;
    Note : In the third else if condition the character should be greater than 10 and first 2 characters should not be alphabets.

    Siva.V wrote:
    Need to check whether first two characters of a string is alphabet or not.
    To this requirement only regexp_like will work too! No need of some other string function!
    Like:-
            -- in regexp_like last parameter shows to ignore case (optional).
    SQL> with t as
      2  (select 'AB123456' as key from dual union all
      3  select 'CD234567' from dual union all
      4  select 'A1234567' from dual union all
      5  select 'A52H4341' from dual union all
      6  select 'Dk274341' from dual union all
      7  select 'DE234556' from dual)
      8  select key
      9  from t
    10  where regexp_like(key,'^[A-Z]{2}','i') -- even '^[[:alpha:]]{2}' or '^\D{2}' pattern can be replaced for same result..
      11  /
    KEY
    AB123456
    CD234567
    Dk274341
    DE234556
    Thanks!

  • Functional Location Category/ Equipment Category

    Greetings!
    In Plant Maintenance, my client wants to see a typical FL (say category 'M')/ Equipment category in the system & not the standard SAP created or FL/ Equipment categories created by Customer Service. This is to avoid wrong input entries as well as easier operation.
    How is it possible? Is there any implication of the same?
    Regards
    Hemant

    Thanks for your reply.
    I want to know, of many Equipment/ FL categories created; I want to have only one or two visible to particular end user.
    Say I have 3 Equipment categories;
    1) Machine
    2) PRT &
    3) Vehicle.
    Of the 3 may be PRT & Vehicle will be used by some other module. So I just want category M to be visible to the end users of Plant Maintenance. How do I do it?
    Regards
    Hemant

  • How to Calculate the Space between two Characters in GDI + ?

    I am Drawing the set of characters in Graphics, by Calculating the points using GraphicsPath for each Character. I Need to know how to calculate the distance should be given between the two characters?
    I am using this code to generate points
    PointF [] pnts;
    var p=new GraphicsPath();
    path.AddString("A","Arial",(int)FontStyle.Regular,50,new pointF(0f,0f),StringFormat.GenericDefault);
    Matrix m=new Matric(1,0,0,1,0,0);
    path.Flatten(m,1,0f);
    pnts=path.pathpoints;
    i am getting the points for all characters using the above code.
    Now i am combining the two character Using the points generated by the above code.  Eg "AB"
    Help me to calculate the the character space should be given between two characters?
    Thanks in Advance...

    Hi,
    this link can assist you:>
    Professional C# - Graphics with GDI+ 
    Mark as answer or vote as helpful if you find it useful | Ammar Zaied [MCP]

  • Equipment category and Authorization (4.6C)

    Hi,
    The Business requires us to control IE01/IE02 by "Equipment category" types. Already taalked to security folks. But looks like there is no authorization object to control by "Equipment category". There is only one field "EQTYP" but that is not related to any of the Authorization Objects. How do we take care of this? We don't want the users to change or create all the equipment types. Thanks for all the suggestions.
    Cheers

    Not sure if you can control as expected. But further operation against a equipment can be controlled using authorisation groups. Extract IMG help of the node is mentioned below for easy reference.
    Define Authorization Groups
    Use
    In this Customizing activity, you define authorization groups for your technical objects. Authorization groups are used to categorize similar objects from the point of view of authorizations.
    Activities
    Create the authorization groups for your technical objects.
    Example
    You have two maintenance departments, truck fleet and production. There is a series of equipment in the system for both departments. You want to ensure that a user 'A' may only process equipment of the truck fleet, and a user 'B' may only process equipment from the production area.
    To do this, define two authorization groups and assign these to the two users 'A' and 'B' in their user master record.
    The equipment must also be assigned to the two authorization groups.
    The two users can then only process objects from their own user department.
    Notes
    If no authorization group is entered in an object, the check is not carried out. If this is the case, the user may process the object.
    Regards
    Sreenivas

  • Equipment Category number range shortclose

    Dear Gurus,
                      i want to short close (ie close the the current number range ) and want to assign a new number range for the existing equipment category. How can I do it. The existing numbe range is External numbe range type.
                       Plz throw me some light on it. I
    Rgs,
    Pravs.

    Dear Sathees,
                          Thank ylu for you reply. I changed to new number range. But thing is that , the older range exists and retriving when I was checking in the IE03.Now I have two problems..
    1).The new format which I have given with etrernal range, system is taking any format rather specified format. But range it is checking accurately.
    2) If any sales return is there for the older  format equipment, how to process that with the new format.
    Plx help me in this.
    Rgs,
    Pravs.

  • Equipment Category

    We have created an equipment with external number range and category 'M'. Then we realized that 'M' is wrong equipment category and put deletion flag on the equipment. Then we created new equipmnet with equipment category 'P' but system gives an error that equipment already exist, though we have putted deletion flag on wrong equipment. 'M' and 'P' have different reference category. How can we create new equipment with same equipment ID ? Is it possible to archieve the wrong equipment and then to create new equipment with 'P' as equipment category. Please give some information. What is t code to archieve equipments.
    Regards,
    VM

    Hi
    I am not sure how this is useful
    any how check it out
    If u go for archive.. u need to config content server, where the data will be served... i think this is complicated process..
    If u want to archive...
    [Archive PM orders|http://help.sap.com/saphelp_46c/helpdata/en/8d/3e6552462a11d189000000e8323d3a/frameset.htm]
    [Deletiing Orders|http://help.sap.com/saphelp_46c/helpdata/en/f0/201138d7f011d395c800a0c93029cf/frameset.htm]
    Also check with this note.. u will be finding the details how to archieve the objects,,,
    [577847|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=577847]
    - Pithan

  • Equipment Category authorization

    Hi,
    Is there any way to give authorization to Equipment Category,
    I found only I_BEGRP for Authorization Group in the Equipment, or I_INGRP for Maintenance Planner Group.
    Thanks, Amos.

    Not sure if you can control as expected. But further operation against a equipment can be controlled using authorisation groups. Extract IMG help of the node is mentioned below for easy reference.
    Define Authorization Groups
    Use
    In this Customizing activity, you define authorization groups for your technical objects. Authorization groups are used to categorize similar objects from the point of view of authorizations.
    Activities
    Create the authorization groups for your technical objects.
    Example
    You have two maintenance departments, truck fleet and production. There is a series of equipment in the system for both departments. You want to ensure that a user 'A' may only process equipment of the truck fleet, and a user 'B' may only process equipment from the production area.
    To do this, define two authorization groups and assign these to the two users 'A' and 'B' in their user master record.
    The equipment must also be assigned to the two authorization groups.
    The two users can then only process objects from their own user department.
    Notes
    If no authorization group is entered in an object, the check is not carried out. If this is the case, the user may process the object.
    Regards
    Sreenivas

  • Subtract two characters in a query

    Hi Experts,
    I want to know how to subtract two characters in a query could you please give me the solution regarding this.
    Ex: posting date - Document date
    Regards,
    Krish

    Hi,
    this can be achieved by creating two formula variables for 2 chars with replacement path and do a subtraction.
    http://www.sd-solutions.com/documents/SDS_BW_Replacement%20Path%20Variables.html
    Assign points if this is helpful...........
    Rgs,
    I.R.K

  • I have bought my husband his own i pad and we both need to use our own on a shared computer. will the two apple IDs show as separate on the i tunes or do I need two different I tune programs?

    I have bought my husband a new I pad and we both need to use our own on a shared computer. Will the two different Apple IDs show as separate on the i tunes program or do I need two different i tune programs?

    Each device is different and will only sync what you select

  • Last two characters are cut out when entering data in a text form

    Whenever I try leaving a comment on a page, it always cuts out the last two characters, and replaces them with "Pr". This happens across multiple browsers, (Chrome, FF, and Camino), but not Safari.
    In addition, if a '<' character was put in, it'll cut out the last two characters in its code, and replace them with Pr again, leaving %Pr.
    This happens on a mac (I'm posting for my friend who I talk to all the time).

    We did end up checking keyboard related settings in her Mac Preferences, but there wasn't anything related. I will end up trying Apple's forums if no one here can help. Anyways the "Pr" I believe might've come from the source code, as there is "editProfile" in the page. I don't really do web development, so I'd have no idea here. This is the page's source from around that area btw (I had to convert them to all HTML character codes because it kept parsing it):
    &#60;&#100;&#105;&#118;&#32;&#99;&#108;&#97;&#115;&#115;&#61;&#34;&#99;&#108;&#70;&#108;&#111;&#97;&#116;&#34;&#62;&#60;&#47;&#100;&#105;&#118;&#62;&#60;&#47;&#100;&#105;&#118;&#62;&#60;&#47;&#100;&#105;&#118;&#62;&#60;&#100;&#105;&#118;&#32;&#99;&#108;&#97;&#115;&#115;&#61;&#34;&#104;&#111;&#114;&#105;&#122;&#76;&#105;&#110;&#101;&#34;&#62;&#60;&#104;&#114;&#47;&#62;&#60;&#47;&#100;&#105;&#118;&#62;&#60;&#100;&#105;&#118;&#32;
    &#99;&#108;&#97;&#115;&#115;&#61;&#34;&#100;&#97;&#116;&#97;&#83;&#101;&#99;&#116;&#105;&#111;&#110;&#34;&#62;&#60;&#97;&#32;&#99;&#108;&#97;&#115;&#115;&#61;&#34;&#114;&#116;&#34;&#32;&#105;&#100;&#61;&#34;&#97;&#100;&#100;&#99;&#109;&#116;&#108;&#110;&#107;&#34;&#32;
    &#104;&#114;&#101;&#102;&#61;&#34;&#106;&#97;&#118;&#97;&#115;&#99;&#114;&#105;&#112;&#116;&#58;&#118;&#111;&#105;&#100;&#40;&#48;&#41;&#59;&#34;&#62;&#65;&#100;&#100;&#32;&#67;&#111;&#109;&#109;&#101;&#110;&#116;&#60;&#47;&#97;&#62;&#60;&#108;&#97;&#98;&#101;&#108;&#62;&#67;&#111;&#109;&#109;&#101;&#110;&#116;&#115;&#60;&#47;&#108;&#97;&#98;&#101;&#108;&#62;&#60;&#100;&#105;&#118;&#32;&#105;&#100;&#61;&#34;&#112;&#111;&#115;&#116;&#99;&#109;&#116;&#34;&#32;
    &#99;&#108;&#97;&#115;&#115;&#61;&#34;&#100;&#97;&#116;&#97;&#70;&#114;&#97;&#109;&#101;&#72;&#76;&#70;&#66;&#32;&#104;&#105;&#100;&#100;&#101;&#110;&#34;&#62;&#60;&#100;&#105;&#118;&#32;&#99;&#108;&#97;&#115;&#115;&#61;&#34;&#117;&#115;&#101;&#114;&#69;&#110;&#116;&#114;&#121;&#34;&#62;&#60;&#100;&#105;&#118;&#32;
    &#99;&#108;&#97;&#115;&#115;&#61;&#34;&#101;&#100;&#105;&#116;&#80;&#114;&#111;&#102;&#105;&#108;&#101;&#34;&#62;&#60;&#102;&#111;&#114;&#109;&#32;&#97;&#106;&#97;&#120;&#105;&#102;&#121;&#61;&#34;&#49;&#34;&#32;&#97;&#99;&#116;&#105;&#111;&#110;&#61;&#34;&#104;&#116;&#116;&#112;&#58;&#47;&#47;&#119;&#119;&#119;&#46;&#111;&#110;&#118;&#101;&#114;&#115;&#101;&#46;&#99;&#111;&#109;&#47;&#112;&#114;&#111;&#102;&#105;&#108;&#101;&#47;&#97;&#106;&#97;&#120;&#47;&#99;&#111;&#109;&#109;&#101;&#110;&#116;&#115;&#47;&#97;&#100;&#100;&#46;&#112;&#104;&#112;&#34;&#32;
    &#109;&#101;&#116;&#104;&#111;&#100;&#61;&#34;&#80;&#79;&#83;&#84;&#34;&#62;&#60;&#105;&#110;&#112;&#117;&#116;&#32;&#110;&#97;&#109;&#101;&#61;&#34;&#116;&#111;&#105;&#100;&#34;&#32;&#116;&#121;&#112;&#101;&#61;&#34;&#104;&#105;&#100;&#100;&#101;&#110;&#34;&#32;
    &#118;&#97;&#108;&#117;&#101;&#61;&#34;&#55;&#48;&#57;&#56;&#49;&#34;&#32;&#47;&#62;&#60;&#116;&#97;&#98;&#108;&#101;&#32;&#99;&#108;&#97;&#115;&#115;&#61;&#34;&#102;&#114;&#97;&#109;&#101;&#34;&#32;
    &#99;&#101;&#108;&#108;&#115;&#112;&#97;&#99;&#105;&#110;&#103;&#61;&#34;&#48;&#34;&#62;&#60;&#116;&#114;&#62;&#60;&#116;&#100;&#32;&#99;&#108;&#97;&#115;&#115;&#61;&#34;&#105;&#109;&#97;&#103;&#101;&#67;&#101;&#108;&#108;&#34;&#62;&#60;&#100;&#105;&#118;&#32;&#99;&#108;&#97;&#115;&#115;&#61;&#34;&#115;&#109;&#97;&#108;&#108;&#73;&#109;&#103;&#70;&#114;&#97;&#109;&#101;&#34;&#62;&#60;&#97;&#32;
    &#104;&#114;&#101;&#102;&#61;&#34;&#104;&#116;&#116;&#112;&#58;&#47;&#47;&#119;&#119;&#119;&#46;&#111;&#110;&#118;&#101;&#114;&#115;&#101;&#46;&#99;&#111;&#109;&#47;&#112;&#114;&#111;&#102;&#105;&#108;&#101;&#47;&#112;&#114;&#111;&#102;&#105;&#108;&#101;&#46;&#112;&#104;&#112;&#63;&#105;&#100;&#61;&#53;&#52;&#49;&#52;&#34;&#62;&#60;&#105;&#109;&#103;&#32;&#115;&#114;&#99;&#61;&#34;&#104;&#116;&#116;&#112;&#58;&#47;&#47;&#112;&#104;&#111;&#116;&#111;&#115;&#46;&#111;&#110;&#118;&#101;&#114;&#115;&#101;&#46;&#99;&#111;&#109;&#47;&#112;&#104;&#111;&#116;&#111;&#46;&#112;&#104;&#112;&#63;&#115;&#105;&#122;&#101;&#61;&#50;&#38;&#97;&#109;&#112;&#59;&#112;&#114;&#111;&#102;&#105;&#108;&#101;&#61;&#53;&#52;&#49;&#52;&#34;&#32;&#97;&#108;&#116;&#61;&#34;&#80;&#108;&#117;&#116;&#111;&#32;
    &#105;&#115;&#32;&#97;&#32;&#80;&#108;&#97;&#110;&#101;&#116;&#34;&#32;
    &#116;&#105;&#116;&#108;&#101;&#61;&#34;&#80;&#108;&#117;&#116;&#111;&#32;&#105;&#115;&#32;&#97;&#32;
    &#80;&#108;&#97;&#110;&#101;&#116;&#34;&#32;&#47;&#62;&#60;&#47;&#97;&#62;&#60;&#47;&#100;&#105;&#118;&#62;&#60;&#47;&#116;&#100;&#62;&#60;&#116;&#100;&#32;&#99;&#108;&#97;&#115;&#115;&#61;&#34;&#99;&#111;&#109;&#109;&#101;&#110;&#116;&#67;&#101;&#108;&#108;&#34;&#62;&#60;&#112;&#62;&#60;&#97;&#32;
    &#99;&#108;&#97;&#115;&#115;&#61;&#34;&#117;&#115;&#101;&#114;&#34;&#32;&#104;&#114;&#101;&#102;&#61;&#34;&#104;&#116;&#116;&#112;&#58;&#47;&#47;&#119;&#119;&#119;&#46;&#111;&#110;&#118;&#101;&#114;&#115;&#101;&#46;&#99;&#111;&#109;&#47;&#112;&#114;&#111;&#102;&#105;&#108;&#101;&#47;&#112;&#114;&#111;&#102;&#105;&#108;&#101;&#46;&#112;&#104;&#112;&#63;&#105;&#100;&#61;&#53;&#52;&#49;&#52;&#34;&#62;&#80;&#108;&#117;&#116;&#111;&#32;&#105;&#115;&#32;
    &#97;&#32;&#80;&#108;&#97;&#110;&#101;&#116;&#60;&#47;&#97;&#62;&#60;&#47;&#112;&#62;&#60;&#100;&#105;&#118;&#32;&#99;&#108;&#97;&#115;&#115;&#61;&#34;&#101;&#100;&#105;&#116;&#70;&#114;&#97;&#109;&#101;&#34;&#62;&#60;&#116;&#101;&#120;&#116;&#97;&#114;&#101;&#97;&#32;
    &#110;&#97;&#109;&#101;&#61;&#34;&#116;&#101;&#120;&#116;&#34;&#62;&#60;&#47;&#116;&#101;&#120;&#116;&#97;&#114;&#101;&#97;&#62;&#60;&#47;&#100;&#105;&#118;&#62;&#60;&#100;&#105;&#118;&#32;&#99;&#108;&#97;&#115;&#115;&#61;&#34;&#115;&#117;&#98;&#109;&#105;&#116;&#34;&#62;&#60;&#73;&#78;&#80;&#85;&#84;&#32;&#116;&#121;&#112;&#101;&#61;&#34;&#115;&#117;&#98;&#109;&#105;&#116;&#34;&#32;
    &#118;&#97;&#108;&#117;&#101;&#61;&#34;&#80;&#111;&#115;&#116;&#32;&#67;&#111;&#109;&#109;&#101;&#110;&#116;&#34;&#32;&#47;&#62;&#60;&#47;&#100;&#105;&#118;&#62;&#60;&#47;&#116;&#100;&#62;&#60;&#47;&#116;&#114;&#62;&#60;&#47;&#116;&#97;&#98;&#108;&#101;&#62;&#60;&#47;&#102;&#111;&#114;&#109;&#62;&#60;&#47;&#100;&#105;&#118;&#62;&#60;&#47;&#100;&#105;&#118;&#62;&#60;&#47;&#100;&#105;&#118;&#62;&#60;&#100;&#105;&#118;&#32;
    &#105;&#100;&#61;&#34;&#109;&#111;&#114;&#101;&#68;&#114;&#111;&#112;&#71;&#114;&#111;&#117;&#112;&#95;&#108;&#100;&#116;&#34;&#32;&#99;&#108;&#97;&#115;&#115;&#61;&#34;&#104;&#105;&#100;&#100;&#101;&#110;&#34;&#62;&#60;&#105;&#109;&#103;&#32;&#115;&#114;&#99;&#61;&#34;&#104;&#116;&#116;&#112;&#58;&#47;&#47;&#115;&#116;&#97;&#116;&#105;&#99;&#100;&#97;&#116;&#97;&#46;&#111;&#118;&#115;&#116;&#97;&#116;&#105;&#99;&#46;&#99;&#111;&#109;&#47;&#105;&#109;&#103;&#47;&#98;&#97;&#114;&#95;&#108;&#111;&#97;&#100;&#105;&#110;&#103;&#46;&#103;&#105;&#102;&#34;&#32;
    &#97;&#108;&#116;&#61;&#34;&#34;&#47;&#62;&#60;&#47;&#100;&#105;&#118;&#62;&#60;&#100;&#105;&#118;&#32;&#105;&#100;&#61;&#34;&#109;&#111;&#114;&#101;&#68;&#114;&#111;&#112;&#71;&#114;&#111;&#117;&#112;&#34;&#62;&#60;&#115;&#99;&#114;&#105;&#112;&#116;&#32;&#116;&#121;&#112;&#101;&#61;&#34;&#116;&#101;&#120;&#116;&#47;&#106;&#97;&#118;&#97;&#115;&#99;&#114;&#105;&#112;&#116;&#34;&#62;&#10;
    And this is what it looked like to me: http://img442.imageshack.us/img442/5656/97668645.png
    Thanks for your reply, I appreciate it!

  • How can I do field validation on the last two characters of a text field?

    I have a text field. The user is required to enter the last two characters as numbers. I want to apply validation on this field. How can i achieve the same?
    EX: If the user enter ABCDE, an error messgae stating the last two digit should be numeric.
    I tried using the below in the field validation which did not work.
    (0+Right([<ExternalSystemId>],2)) > 0 AND (0+Right([<ExternalSystemId>],2)) < 99.
    Any ideas would help?

    Try this-
    FindOneOf(Right([<Field1>],"2"),"abcdefghijklmnopqrstuvwxyz")=0
    rgds,
    Amit

  • HT4413 To transfer everything from my Mac mini to a new Mac Pro do I need two displays? Once I have confirmed my mini is open while pressing T can I then disconnect my Cinema Display from the mini and connect it to the Pro to continue the transfer?

    Can I set up my Mac mini to transfer its contents to a new Mac Pro and then disconnect my Cinema Display and use it connected to the Pro to complete the transfer?  Do I actually need two displays to manage the transfer?

    It helps have 2 monitors, so that you can monitor data XFER, just my experience. If nothing else it allows you keep am eye on what is going on.

  • What piece of equipment is needed to transfer vhs tape to macbook pro?

    I have several VHS tape I want to put on to my macbook pro as a digital file, I was wondering if someone could tell me what equipment is need and where I can buy it from?
    Thanks
    Gemma

    Since the old MBP is dead the only option is to remove the hard drive and use a SATA/IDE to USB adapter to get all your stuff off the old drive.
    One note though make sure you use the same user name and passord on your new MBP as you had on the old one.
    As to software hopefully you have all the license information written down other wise you may have a hard time reinstalling some of it. Also be aware that OS X Lion will not run older PPC software. So if you have older programs that used Rosetta to run it will not run on Lion.
    Good luck with everything.

Maybe you are looking for

  • CSV-File with eclass 4.1 oder 5.x

    Dear all, is anybody out there who can offer me a eclass 4.1 oder 5.x classification load file for ccm 2.0. I want to feed the master catalog with this classification. Any hints and tips for creating this file are welcome. Kindest regards Roman Becke

  • MAC sees my Lacie hdd as a setup program

    I have a 1 TB Lacie HDD with 2 partitions: one of 32 Gb for the MAC (FAT32) and one with the rest for windows (NFT). I wrote data from my mac to the device, one year ago. I can also acces the HDD (and the data) on my windows PC. I connected it again

  • BPEL and servlet

    I deployed my project on BPEL server and it works. Now i want to move another project from tomcat to BPEL server but this project uses servlet, so has a structure: 1.ProjectName -2.Source --servlets --utils -3.webapplication --images --pages --web-in

  • Mouse not working on my laptop

    I have a Compaq Pasario CQ60 and the mouse just suddenly stopped working.  It wont move at all.  I tried using a wireless mouse to continue using my laptop but It wont work either.  Please Help.  I dont wanna lose everything on my computer by restori

  • Witch version oepe-all-in-one-juno can I use to do create osb configuration

    witch version oepe-all-in-one-juno can I use to do create osb configuration project ? I use ubuntu 12.04 64