Characteristics in Equipment(IE01, IE02, IE03)

Dear Expert,
In my current project, there are some characteristics configured in Equipment related transactions(IE01, IE02,IE03). But now we want to add another characteristic, but I do not know how. Please help. Configuration steps in detail is preferred.
Thanks for your help in advance.
Vincent

Hi
If you are looking for some steps in changing or edding new charecteristics, try this link:
http://help.sap.com/saphelp_470/helpdata/pt/c6/893056449311d1893e0000e8323c4f/content.htm

Similar Messages

  • Auto populate field 'ABC Indic' under Organization tab in IE01/IE02/IE03

    Hi Folks,
    I need to Autopopulate the selected value for the 'ABC Indic' dropdown within the 'Location Data' group, under 'Organization' tab in IE01/IE02/IE03, based on a given Business condition for equipment numbers.
    The field pertains to ABCKZ of table ILOA (And subsequently in the database view ITOB)
    This standard field is made visible in the transactions via configuration.
    I understand that I need to make this change using the User exit 'EXIT_SAPLITO0_002'. However, I do not seem to be having a handle to the field ABCKZ as an exporting/changing parameter in any of the exporting structures ISTRU_EQ /  ISTRU_EZ / IFLO_USR1). Since this is not a custom field , i am not sure if I must include it as a custom include in one of the afore mentioned structures. ( Even if this were to be done, IFLO_USER1 [which is the exit mod structure for ILOA] does not have a Customer Include)
    All I need is a handle to the field, so that i can make the required change and the update will happen without any further interventions.
    Any pointers to this issue would be very helpful.
    Thanks and Regards,
    Puja.

    Hi Puja,
    Try this badi
    Badi:
    EQUI_UPDATE Equipment Master Data
    Alternative Exits:
    ITOB0001  PM: Customer include subscreen for techn. obj. master d
    ITOB0002  ITOB: Field changes to copy model
    ITOB0003  PM: Customer Include subscreen for fleet object data
    ITOB0004  PM: Customer Exit fleet identification data: Checks
    Badi:
    FLEET_DECOUPLING Interface for Decoupled Part of Fleet Management
    INST_AUTHORITY_CHECK PM/CS Enhanced Authorization Checks
    Thank you,
    Thanks,
    AMS

  • Measuring points check in IE01 / IE02

    Dear all,
    When user create or change an Equipment (IE01 / IE02) , the user  should input field in Measuring points/counters.
    Is there any Exits or BADIs for this transaction.
    Thanks,
    Ikrar

    Hi,
    Read the documentation of customer exit component EXIT_SAPMIEQ0_001.
    In program SAPMIEQ0 (Equipment change), on click on save button:
    1) In you customer exit, read data from measuring points program, i.e. check LIMR0TOP include of function group IMR0 to identify the internal table / structures that contain the data for measuring points in program SAPLIMR0 screen 4110. This way you would come to know if the user has entered data for measuring points. If not, error out.
    you can use the syntax using field symbols to read data from other program:
    Sample code  (not related to measuring point program.
    DATA : var1 TYPE char25 VALUE '(SAPLIMSP)ISSM[]'.
    DATA : var2 TYPE char25 VALUE '(SAPLIMSP)SCRGNTAB[]'.
    FIELD-SYMBOLS: <fs_issm> TYPE ANY TABLE,
                   <fs_grtab> TYPE ANY TABLE.
    ASSIGN (var1) TO <fs_issm>.
    ASSIGN (var2) TO <fs_grtab>.
    Best Regards,
    Shyam
    Edited by: Shyam Khemani on Jun 15, 2011 11:58 AM

  • ETM View in IE01/IE02

    Hi All,
    I need some information related ETM view in IE01/IE02 , where that view should be enable and what is the purpose of this ?
    I have not done any configuration changes even Legal team escalate such issue related to ETM view in IE01/IE02,
    They said :
    For ETM, the audit measurement is NOT based on the documents created. It is based on equipment’s that are relevant for ETM. The Equipment’s relevant for ETM will have ETM view enabled in IE01/IE02 transactions and ETM data will be filled.
    The audit program counts the number of such equipment’s. If you are not using many of these ETM equipment’s then you can archive them using archiving object PM_EQUI. Once you run Preproc for equipment master data a deletion flag status is set and it is no longer counted for ETM audit.
    and if we don't want to do archive then we can set eqp to be fictious in ETM view , then the eqp can't be used for shipping docs and will not be counted for audit.
    Please help in this matter.
    Your prompt reply would be highly appriciate.
    Thanks,
    Abhishek 

    Hello Abhishek,
    the measurement for ETM (Equipment and Tools Management) is based on the number of equipments records relevant for ETM. The audit program counts all record relevant for ETM of the database table EQUI which have no deletion flag and have the following attributes:
    Item/Multipart Indicator j_3gkzmeng ne space - Indicates whether you are dealing with a single piece of equipment/an equipment item (for example, an excavator) or equipment made up of several parts (for example, formwork or scaffolding).
    Fictitious Indicator j_3gfiktiv eq space - Indicates whether you are dealing with a single piece of equipment/an equipment item (for example, an excavator) or equipment made up of several parts (for example, formwork or scaffolding).
    Kind regards,
    Maria Miessen

  • Poor Performance : Structure Display - IH01 / Structure List - IE02/IE03

    Hi All,
    We are using version ECC 6.0
    When we run transaction IH01 (Structural Display), the system almost gets hanged (i.e: NO output at all for hours together). We are not able to view the structural display even if we maintain the "Display levels below" as 5. The hourglass runs for ever without displaying any output which prompts us to abort the transaction in between.
    Moreover we are facing similar problem in Transaction IE02 & IE03 (Change & Display Equipment) when we click the structe list for an equipment. Here also the system takes a long time to display the structure list of that equipment. However after some times the system displays the output.
    Kindly post your valuable suggestions on resolving the problem.
    Thanks and with Best Regards.
    Kannan J

    I think displaying 5 levels below definitely affects your performance. Try to run it with 1 level below and see if it makes any difference.
    There is also a config setting that affects the performance of IH01 which is, Master Data>Technical Objects>General Data-->Define Selection Procedure for Structural Display and BOMs.
    Try to set this setting see if it helps.
    Hope it helps,
    PJ

  • Enhancements for IE01 / IE02

    Hi,
    When I create or modify an equipment by IE01/IE02 transactions, I want update Cost Center field ( Organization tab ) with the value of License Number ( Sales and distribution tab ). I have another needs to update automatically "Sort field" , "Planning Plant" and "Location" .
    The only interested enhancement by CMOD is IEQM0007, but in the include ZXEQMU07 the new values are not update in the screen equipment. There is the data field INHER with value range R, H or D.
    The BAdI definition like EQUI_SCR* is only provided for SAP internal use, I don't know why ?
    For information, we are in SAP 4.7 WAS 6.20 release.

    hi chin huan ,
    in that enhancement just check fn module(s) whether it is passing the screen data or not? if it is not
    just check in debug mode in the fn module screen data is getting the value or not.
    assign it to export parameter value.
    here i am giving a example.
    i have appended structure field ZZOP1 in afru table.
    i have added AFRUD-ZZOP1 screen field in the std screen.
    and ES_AFRUD-ZZOP1 is the export param of the fn module exit.
    ES_AFRUD-ZZOP1 = AFRUD-ZZOP1.
    it is updating afru table automatically by only this.
    when ever i press save button after filling it is triggering EXIT_SAPLITO0_001
    for displaying it is triggering EXIT_SAPLITO0_002
    so can u tell me how to update the equi table .
    can i write like in the z include of that one EXIT_SAPLITO0_002
    regards
    Saurabh Goel

  • Adding a new tab to transaction IE02/IE03

    Hi
    i've added a new "Z" tab to transaction IE02/IE03 and created in it a subscreen. In the subscreen i've put 2 radio buttuns with the FctCode RAD. When i switch from 1 radio buttun to the other on i get the error message "Requested function RAD is not avalible here" .
    Is there any way to add radio buttun to a Z subscreen i add to a SAP transaction ?  (if i dont add fctcode to the radio buttuns i dont get the error messege but i need to swith between the radio buttuns but pushing the other radio button and pressing ENTER)

    Hello Mayethski
    Can you please tell me if you have got a solution for this since I have approximately the same thing to implement.
    Thanks in advance

  • Impact of characteristics in equipment

    What is the purpose of using characteristics in equipment master?
    What impacts does it make if we use it and don't use it?

    Hi,
         As said , we can use Chracteristics for further classfication of equipments ..
    Ex;- You can use characteristics to maintain specifications of equipments like rating of motor -5W, 10W etc , speed of motors etc , u can use it for many other purposes also
    Thus using this characteristic u can search all 5W motors in reports
    There is no impact if u dont use ..
    regards
    pushpa

  • Update the classification characteristics for equipment in MIGO

    Hi Friends,
    I have a requirement to update the equipment classification characteristics while doing goods receipt in MIGO. 
    we have an exit where the equipment number is available - EXIT_SAPLIE01_005, however i do not see any where the interface to update the classification characteristics. 
    Appreciate any help on this.
    regards
    Nalinikanth.

    I was unable to find a FM to do this.  I ended up using a BDC to accomplish the feat!

  • Std Msg Type and Idoc Type to send multiple characteristics for equipment

    Hello Experts,
    I have the requirement to send all the assigned characteristics linked to an Equipment or linked to a Material, along with the all possible values BUT require only standard Message Type and Idoc Basic Type.
    I found Message Type = CHRMAS and Idoc Type = CHRMAS04, BUT it contain information of ONLY one characteristic, not solve my objective (multiple characteristics in one Idoc)
    Will you please provide me any standard Message Type and Idoc Basic Type that solve my above requirement?
    Thanks in advance,
    akg

    Hello Experts,
    Can you at least tell me, is there anything standrad that can fulfill my above requirement?
    If not then I will proceed with custom developments; and in this case is there any complexity to transmit the custom Idoc?
    Thanks in advance,
    Thanks & Regards
    akg

  • Need Function module to deactivate equipment in IE02

    Dear All,
    I have a requirement where i have to deactivate an equipment when user scraps(movement type  551)  material in MIGO.
    Please let me know if there is any function module to deactivate equipment.
    manually we can do that by clicking  menubar  Equipment -> Functions -> Active <-> Inactive -> Deactivate in IE02.
    This functionality i have to incorporate in the code.
    Regards,
    Prathima.

    HI,
    CHECK THIS FM ..IMAS_CHANGE_STATUS_SINGLE

  • Customer exit for change equipment transaction IE02

    Hi
    I’m looking to use enhancement assignment IEQM0003, component EXIT_SAPMIEQ0_001 which is called on update of the transaction IE02 (change equipment). What I’m looking to do is when any equipment is deactivated or deleted any maintenance plans associated to that equipment is either deactivated or deleted from within my customer exit. Is there any function that is available to do this deactivation/deletion of maintenance plans?
    Thanks
    David

    Hi Everyone,
    Just for your info, i managed to sort this problem by using a function called IPML_CHANGE_MPLAN_STATUS. On update of IE02 my customer exit is called and the equipment status is looked at using function ITO3_EQUIPMENT_READ_STATUS. I then look in the mpos and mpla table to see what maintenance plans are associated with this equipment. Depending on what the status of the equipment is i can then call the IPML_CHANGE_MPLAN_STATUS function to deactivate, re-activate, delete or undo the delete of any associated maintenance plans by feeding in the maintenance plan object numbers(from mpla) and the i_vorgang field  which can be found in the TJ01 table INAK - Set object inactive,
                    INAZ - Rest object inactive(ie make active)
                    LVMS - Mark for deletion
                    LVMZ - Remove deletion flag
    Thanks for your help.
    Dave

  • Equipment change (IE02)

    Hello all,
    My requirement is to change start up date,manufacturer,manufacturing country,model no.,location,plant section,work center,ABC indicator,planner group,main work center,catalog profile,functional location,tech identification no.,begin guarantee date,ship-to-party,vendor,sales office,sales group and measurement position for entered equipment (IE02).
    I found 'BAPI_EQUI_CHANGE'. But I am not able to change work center,Functional location,Begin guarantee date,ship-to-party,vendor and measurement position using this BAPI.
    Can anybody suggest me some another BAPI or some another way to serve this purpose?
    Thank you in advance.
    Aparna.

    can u tell me also ?  for session method on ie02 , while assigning values to class I am getting this error in ecc 6.0 ,
    Characteristic Type1 not found or not valid
    Message no. C1003
    Diagnosis
    The characteristic does not yet exist in the R/3 System or no valid version of it could be found, because it has been maintained with engineering change management
    Engineering change management can use validity periods or effectivity types.
    Actually we are not using change numbers .
    Regards ,
    SA

  • Assign characteristics to equipment en masse

    Hello All,
    Could any of you explain how to assign a class+characteristics to many equipment records at once.
    Thank you for your help,
    Alex.

    Alex,
      You will have to do it object by object either manually or programmatically either through the Equipment update transaction or through the assignment of object to class through the classification transaction or FM. There is no alternative to assign class plus characteristic to multiple equipments in one single update.
    Regards
    Narasimhan

  • BAPI create characteristics for equipment

    Hi Experts,
    Iam looking for BAPI/FM to create class and characteristics for Equipments,I have kept BDC as a secondory option.
    However I have tried  BAPI_OBJCL_Create,but the import parameters are very confusing.
    Anyone used it before???
    regards,
    Shibi

    Hi Experts...
    Any pointers..?
    Thanks,
    Safeer Rahman

Maybe you are looking for