Adding Assignments(Class) to an Equipment(mass)

Hi guys,
Is there any way we could do a mass update to add assignments(class)(multiple row perhaps)  - tcode CL20N?
Thanks!

Hi there,
It will be multiple assignments to ONE material at a time
For example, Equipment 10000345, Under assignments (class) there might be 2 - 3 rows to be added.

Similar Messages

  • Class field in equipment as mandatory

    Hi Expert,
    Is there any possibility to set class field in equipment master data as mandatory field?
    I cannot found the setting, currently we are using ECC6
    Pls help,Thanks
    Rgds,

    Hi Leni,
    Through configuration its not possible.
    Check with your abap team for applying below mentioned user exit while create and change of equipment.
    User Exit - IHCL0001 - Create equipment using material template: Classes/chars
    or
    User Exit - IEQM0003 - Additional checks before equipment update
    This will meet your requirement.

  • Help in adding SessionBean class

    Hi,
    I'm having a hard time adding the class path for the SessionBean class. Do you guys know where this class is?
    Thanks

    Look for j2ee.jar (the class is javax.ejb.SessionBean)

  • [svn:osmf:] 14538: Adding missing class to syndication library.

    Revision: 14538
    Revision: 14538
    Author:   [email protected]
    Date:     2010-03-02 15:53:21 -0800 (Tue, 02 Mar 2010)
    Log Message:
    Adding missing class to syndication library.
    Added Paths:
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSEmbed.as

    Can anyone suggest on how to add an external Jar file to an OAF project while development and also while deploying.
    Thanks Kris

  • Equipment class assigning with equipment

    Dear PM experts,
    I have created characteristics and class for equipment under class type 002. While assigning the class to equipment master system throws a message that "No assignment find for class type 002". What is missing.
    Is any configuration is required for assigning the class with the equipment? . Pls let me know the solution.
    Thanks in advance.
    Chandru

    Hi Chandru,
    Check in the class whether you have assigned the charecteristics or not?
    the process is like this.
    first you create a Class with type 002, say Motor
    Then Create the charecteristics for the Motor in CT04, it would specs of the motor, like capacity, Current required etc..
    Then assign these Charecteristics to the classs motor in CL02.
    Now assign this class to the Equipment master.
    Regards,
    Praveen,

  • SAP Work Manager customization - adding a new field to equipment details screen (Syclo Agentry)

    Hi Experts,
    I am trying to add a field (NAME1) on the Equipment details screen under work orders in work manager 5.3 application.
    I have performed the following steps, but I am getting an error while connecting to the application.
    1) Create extension for Equipment class to add a new field.
    2) added the new field (Name1) as the property to the standard object Equipment.
    3) Added the field on the screen.
    4) Added the field (name1) to the complex table ctEquipment.
    5) Added the JAR file to Agentry.ini file.
    6) Changed the Class mapping for parameter "Equipment" under group "SAPOBJECT" to point it to the custom (Extended) class.
    7) Changed the class mapping for complex table parameter "ctEquipment" under group "CT_SAPOBJECT" to point it to the custom class.
    8) after publishing the changes and re-starting the server, I get following error.
    the log file generated (message.log) also has the same description.
    What am I missing here? Any help would be really appreciated.

    Hi Emanuel,
    Thanks for looking into this issue.
    I have performed the following steps as suggested by you, still it doesn't seem to work and gives the same error.
    Below are the changes done on the ECC Side.
    1) Copied the standard equipment class /SYCLO_CL_PM_EQUIPMENT1_DO to custom class ZSYCLO_CL_PM_EQUIPMENT1_DO. Changes made in the GET Method to get custom equipment related data
    2) Modified the standard equipment structure /SYCLO/PM_EQUI_STR by adding one custom field
    3) Configured this custom class as the object handler in the equipment mobile data object
    4) Configured this custom class as the object handler for the equipment complex table
    5) We are still using the standard BAPI Wrapper itself for getting the equipment data and the added field is reflected in the BAPI Wrapper table parameter
    Is there something we are missing?

  • Adding inner class object

    Hello to all
    I have one doubt regarding eventhandling. Consider i am having one class named outer which extends applet and with in outer class i am having one class inner which extends panel.
    Now when i try to add the inner class object in action performed of outer
    class it doesnt get added. How to overcome this.
    Eventhough sometimes it gets added it shouldnot appear for the first time. After resizing the window only it gets displayed.
    How to over come this.
    This is my coding
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    public class Test extends JApplet implements ActionListener{
         JButton b1;
         Container c;
         public void init()
              c=getContentPane();
              b1=new JButton("First");
              c.add(b1,BorderLayout.NORTH);
              b1.addActionListener(this);
         public void actionPerformed(ActionEvent ae)
              System.out.println("Working");
              c.add(new panel());
         class panel extends JPanel
              int a=5;
              JLabel l=new JLabel("ADSF");
              public panel()
                   add(new JButton("ASDFASDFs"));
                   add(l);
              /*public void paint(Graphics g)
                   g.drawString("ASDFASDF123123123123",20,20);
    }

    You could try being more specific when you add ie
    c.add(new panel(), BorderLayout.CENTER);

  • Table link for Internal Class no. and Equipment no.

    Hi PM Experts,
    I am facing a problem while creating a report for Equipment characteristic values report.
    The problem is that Equipment characteristics are updated through BDC. So when I am trying to link the table EQUI and AUSP as
    EQUI_EQUNR = AUSP_OBJEK, which normally in standard systems are equal. But in our system as characteristics are updated through BDC, so AUSP_OBJEK contains some other object. So please help to get relation between equipment and Internal class number
    Regards
    San

    San,
      Creation through BDC wouldn't change the value.The value should be the same.However be aware that that you will not be able to link these two table fields directly in select statement since the field types are different. Just move the equipment number to a field of type AUSP-OBJEK and then do the select.
    Regards
    Narasimhan
    Edited by: Narasimhan Venugopal on Mar 25, 2010 10:05 AM

  • Adding new class in already created DIR

    I created a DIR and it is in released staus .
    I change the status from released to correction. One class is already added in the DIR. I want to add a new class in that DIR. but the system won't allow me. Message appearing "Multiple classification not allowed"
    Can anyone help?
    Its urgent

    Message appearing "Multiple classification not allowed"
    Propose you setup a Class Hierarchy to meet your requirement.Herein,you would need to create a parent class and assign subordinate classes to it.
    For Eg: Assume you have created classes Class ABC and Class PQR and you need to assign both of these to a Document Type.When you attempt to do this, the system throws up a message  "Multiple classification not allowed". Hence,you need to create another new class Class XYZ and assign both the previously created classes Class ABC and Class PQR to it. (Path:SAP Menu> CA components> Classification S/m > Assignment > Assign objects/Classes to classes)
    Once done,you would have to assign Class XYZ to the required Document Type.This will ensure that the required classes are assigned and reflect in the Document Type.
    Regards,
    Pradeepkumar Haragoldavar

  • PM : Does PM support multiple  Class types for Equipment classification

    Hi,
        Do  Plant maintenance support multiple class types for the classification for the equipments.
    Our  Customer has created his own class type other than 002(Equipment) for the classification and wants to know weather PM supports such class types or not.
    Thanks and Regards,
    Anuj
    Edited by: Anuj Goyal on Mar 13, 2008 10:16 AM

    hi
    i think you can use the your own class type provided you have done all the settings related to the standard class type 002,also if you have create your class type your standard class type will be changed to either the newly created one or 002 based on settings made by you
    regards
    thyagarajan

  • Equipment Mass Change

    Hi To All,
    Is there a way that we/I can make a mass change in the WBS of our equipment?
    As it is right now, I have to pull up a query of equipment under the same WBS number and go into each piece of equipment and change the WBS to the new number that we will use for the next year.  Is it possible for me to bring up a query of equipment and change them all at once instead of one at a time.
    thanks
    C.

    Dear
    As far as I know CNMASS is the standard transaction to carry out mass change of WBS elements,network,activities,activity elements, relationships,milestones.I do not think it will help u in your requirement  rather you can use BDC or LSMW for mass changes. create recording (SHDB) using change transaction ( foe example: IE02) and with the help of an ABAPER you can develop a BDC program for the recording  .Then develop the input file based on the changes for the Equipment masters  .Now exeute the program with the input file.
    Refer : http://help.sap.com/saphelp_me52/helpdata/EN/1a/9c4eae4c074b6fbe7033a979a20e31/content.htm
    Regards
    JH

  • More:Could u pls complete the following code by adding a class constructor?

    Thank you for your concern about my post. Actually it is an exercise in book "Thinking in Java, 2nd edition, Revision 12" chapter 8. The exercise is described as below:
    Create a class with an inner class that has a nondefault constructor. Create a second class with an inner class that inherits from the first inner class.
    And I make some changes for the above exercise requiring the class which encloses the first inner class has a nondefault constructor.
    There is something related to this topic in chapter 8 picked out for reference as below:
    Inheriting from inner classes
    Because the inner class constructor must attach to a reference of the enclosing class object, things are slightly complicated when you inherit from an inner class. The problem is that the �secret?reference to the enclosing class object must be initialized, and yet in the derived class there�s no longer a default object to attach to. The answer is to use a syntax provided to make the association explicit:
    //: c08:InheritInner.java
    // Inheriting an inner class.
    class WithInner {
    class Inner {}
    public class InheritInner
    extends WithInner.Inner {
    //! InheritInner() {} // Won't compile
    InheritInner(WithInner wi) {
    wi.super();
    public static void main(String[] args) {
    WithInner wi = new WithInner();
    InheritInner ii = new InheritInner(wi);
    } ///:~
    You can see that InheritInner is extending only the inner class, not the outer one. But when it comes time to create a constructor, the default one is no good and you can�t just pass a reference to an enclosing object. In addition, you must use the syntax
    enclosingClassReference.super();
    inside the constructor. This provides the necessary reference and the program will then compile.
    My previous post is shown below, could you help me out?
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    //Could you please help me complete the following code by generating
    // the Test class constructor to ensure error free compilation? Please
    // keep the constructor simple just to fulfill its basic functionality
    // and leave the uncommented part untouched.
    class Outer {
    Outer (int i) {
    System.out.println("Outer is " + i);
    class Inner {
    int i;
    Inner (int i) {
    this.i = i;
    void prt () {
    System.out.println("Inner is " + i);
    public class Test extends Outer.Inner {
    // Test Constructor
    // is implemented
    // here.
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    Test(Outer o, int i) {
      o.super(i);
    }Note that this doesn't quite answer the question from Thinking In Java, since your Test class is not an inner class (though there is no difference to the constructor requirements if you do make it an inner class).

  • Adding a class to a project in sunone studio that already has a main method

    i have a frame class and it contains a main method, I can't figure out how to add a class that makes use of the JDialog and call it from the main class. When i try to add a JDialog, it creates its own main method.
    If abc.class is my main method class and dcf.class is my class that makes the dialog GUI, I want abc.class to be able to call it, i can't figure out how to do this in Sun One Studio 5

    Having a main() in the JDialog doesn't hurt. It lets you run the JDialog as a standalone - make sure that it looks good, etc. When you run your other class, the main() won't get called. (And you can delete it when you're all debugged.
    Alternatively, create a new class, then start it by saying
    class MyDialog extends JDialog {
    }S1S will be completely happy if you do it that way.

  • Adding new field in Objects(Equipment) either using AET or EEWB.

    I have to add a new field in the screen for Objects (under Processing data). To do the same first i tried using AET but i get the "Show Enhancements" and "Create New Fields" buttons grayed out in AET so i assume that AET is not available for Objects(Equipments). Is this assumption right?
    Now i tried to add this field through EEWB , so i have to choose a EEW Business Object from the list . Which EEW Business should i choose? I tried choosing INDIVIDUAL_OBJECT but then the only sub-type i can choose is ADS(analytical data storage). Is this right? If no then which EEW Business Object do i choose?

    Hi,
    Basically, the determination process which application(Sales Order, Service Order, Campaign, Account, Contact, etc) can be enhanced by AET depends on 2 registry information.
    1. UI Object Type - Enhanced Object Assignment. Open the table BSP_DLC_OBJ_TYPE.
        You see in this table for most of OBJECT_TYPE there is EXT_BO assigned.
        If you start AET from one of the application through Config Tool, the application passes the UI Object Type to the Config Tool   and the Config Tool passes it again to AET. And AET looks into this table. If there is an EXT_BO found, it makes the "Create New Field" and "Show Enhancement" button active. This is the main determination process.
    2. In AXTREG you can find also UI Assignment Node. Here you can find a list of component and view which is registered to a given enhanced object(EXT_BO). However, this list is not complete, because the list of component and view which should support AET gains by the time. So AET does not really rely on this information.
    Some of applications are only specialization of the basis application. I.e. BP Financial Service is specialized of BP, BP Identification in IC Web Client is specialized of BP. So basically, if you enhance the account with new field, this field should also available for BP Financial Service and BP Identification.
    Unfortunately, I cannot answer the initial question, because I do not have knowledge about the Equipment object.
    Regards,
    Steve

  • Added new classes

    Hi everybody,
    I am a Java beginner and i would like to know the good way to put new classes i want to use.
    I would like to use a class named "netscape.javascript.JSObject", this one is located in a .zip file and i put it in my Java home dir (c:\j2sdk1.4_03 (That is also in my CLASSPATH)) but it does not work at compilation time (does not find package "netscape.javascript.JSObject")!!!
    If i dezip all classes from .zip file, then it creates all directory structure from this .zip file and especially netscape/javascript/*.* branch in my c:\j2sdk1.4_03 directory and this way it compiles.
    In fact netscape/javascript/ dir contains two classes JSObject and JSException (those classes need certain other classes include in the same .zip file so i dezip all classes !!)
    I though that a .zip file was only needed to use class (if CLASSPATH is correctly set)
    1) Is there a good way (path) to add classes we wanted to use ?
    2) It compiles but crash in run time ....
    here is a little code sample to test:
    import netscape.javascript.JSObject;
    public static class Test{
    public static void main(String[] args){
    try{
    Class c = Class.forName("netscape.javascript.JSObject");
    catch(ClassNotFoundException e){
    System.err.println(e);
    and i receive the message when i want to run it ...
    "Exception in thread "main" java.lang.UnsatisfiedLinkError: IIDFromString
    at com.ms.com._Guid.IIDFromString(Native Method)
    at com.ms.com._Guid.set(_Guid.java)
    at com.ms.com._Guid.<init>(_Guid.java)
    at netscape.javascript.JSObject.<clinit>(JSObject.java)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:140)
    at lpa.examples.GrepReader$Test.main(GrepReader.java:38)"
    Is this a version problem ?
    I hope you understand my problem.
    Can somebody help me ?
    Thanks for your help
    PS ; Sorry for my probably bad english but it is not my native language ...

    For JAR and ZIP files, you need to add the file to the classpath, not just the parent directory.

Maybe you are looking for