Manufacturer field in Equipment

The manufacturer field in Equipment data object is connected to what other data object? (I'm thinking BOM)), I want to see what data objects will be affected if this field is not properly filled out (incorrect manufacturer).

Hi Cherry,
We had a validation between the Manufacturer in Equipment and Materail master Manufacturer.
Material is maintained as Construction Type in Equipment, so we need to map the manufacturer for Equipment and Material Master.
This is just for reporting purpose and most commonly used in BI/BW reporting.
Regards
Terence

Similar Messages

  • Dropdown in Manufacturer field in Equipment Master

    Hi Experts
    Manufacturer  (HERST) field in Equipment master(IE01) is  free text field of 30 characters.
    We want to add  dropdown to this field so that we could validate/select values to this field.
    Is there a user exit or easy way to achieve this. I found a user exit IEQM0007 but it does not add  a dropdown.
    Your thoughts.
    Thanks
    Gaurav

    Gaurav:
    I saw this before. Actually, we pu a dropdown not only for the manufacturer, but also for the model. The problem is that i don't remeber wich u.e we used, but it's quite not difficult to abap programmer tracing it. Perhaps it could modify the field type, replacing it for some one with the dropdown propertie. You will have to use an Z table (and maintain it), so consider that also
    Hope this help.
    Ezequiel

  • Use of Sort Field in equipment Master

    Dear All
    What is the use of SORT field in Equipment Master Record

    Dear Kumar Sahoo,
    This field is for identification purpose and generally give similar technical objects
    example:if you have so motors like lathe and drilling and lifting and milling etc thease all motors are same motors and if you want see the list you can give sor name then see, otherwise you have to give each number and find out
    some  more benefit is you can list sorting and unic identification of similar objects
    generally using internal purpose, i mean there is no relation of external procurement or warranty or any outside of company activiteis.
    Hope this may helps you
    Prem

  • Table for plant section field in equipment master.

    hi,experts,
    can anybody please tell me in which table data of plant section field gets updated? as I m developing one report where I need to pick up data from plant section field in equipment master.
    rgds
    rajib

    Hi,experts,
    many many thanks for your response.But whatever table you have given like ITOB,ILOA,or SO61 to SO71,nowhere I am getting my data means plant section field data.I am preparing one safety permit through smart form where I need to pick up data of plant section field .I have used it to for each department where the equipment belongs.please guid me exactly from which table I should pick this data.thnaks in advance
    rgds
    rajid

  • External manufacturer name in the External Manufacturer field in the contr

    hI,
    I cant fing  external manufacturer name in the External Manufacturer field in the control data of the vendor master
    i already activate the field as required in account group setting, but still I can't find it
    anyone could help?
    thanks

    hi
    are you abel to see the external manufacturer in LFA1 table??
    LFA1 - EMNFR
    Regards

  • Po number field in Equipment Master

    Hi All,
    Can you tell me how i can include two fields in Equipment Master.
    1. For PO Number
    2. Po Line Item Number.
    If there is no standard field, can you please tell me if there is any Additional Fields that i can use for PO number and Line Item number pls.
    Also the Equipment Valid Date field needs to be changeable. Can you please advise a way to make this Field ITOB-DATBI changeable. 
    Thanks
    Arun

    Hi,
    If you want PO and PO Line item to be included in the Equipment, you can create Characterics called Purchase Order and PO Line Item and then assign these characteristics to an equipment class (create one if you do not have an existing equipment class).
    Assign this Class to all the equipment you want, then you can input the PO and PO line items values into the characteristics.
    Cheers,
    Joey

  • Use of construction type field in Equipment master

    Dear All,
    What is the use of construction type field in equipment master and how can i use in plant maintenance  processes or transactions
    If possible give some examples.Also any one have some document or link related to construction type, kindly provide.
    Thanks & Regards,
    Sandeep

    Construction Type is used for identify the equipments having similar construction of materials.
    For examples: Identical Mechanical seal used in different pumps.
    A BOM can be linked to a technical object in two ways:
    By direct assignment: directly assigned BOM
    If you create a bill of material directly for a technical object, it is assigned directly. If all the technical objects are identical in terms of structure, the BOM items are valid for all the allocated technical objects.
    By indirect assignment: indirectly assigned BOM
    For technical objects that have a material BOM - if you enter a material number in the Construction type field of a master record, the material BOM is indirectly assigned to the object. This is a good idea when a company has several identical technical objects grouped under one material number.
    Regards
    Dhiren

  • 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.

  • Mandatory field in Equipment

    Hi Gurus,
                  When i create an equipment , Begin guarantee & Warranty end field  for vender/manufacture warranty under Warranty tab is mandatory field. Where i could see in SPRO that this field is as requierd i/p field.
    sunil

    Hi, Sunil,
    Please enter t code SE51.
    Enter Program name as SAPLBG00 & Screen Number 3400
    Select sub object as  element list
    Click Display Push button
    You find that field Inputs & outputs are maintained here.
    Regards
    Sanjay

  • Sort field in equipment main screen

    We have an equipment having some validity dates(Valid from: 20.11.2009 & valid to: 31.12.9999) . Whenever we enter sort field in the Location tab the validity start date changes to todays date (Valid from:10.06.2009). How we can avoid this changes of dates. What is relation of sort field with valid from date ?

    Hi,
    It appears you have the sort field marked as relevant for equipment usage period. This will cause a new usage period with valid from date to be set each time the value of this field is changed.
    You can check customizing as follows:
      Plant Maintenance and Customer Service
      Master Data in Plant Maintenance and Customer Service
      Technical Objects
       Equipment
       Equipment Usage Period
       Define History-Related Fields
    The field to look for is EQFNR.
    -Paul

  • 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 custom fields to Equipment master General tab ?

    Hi Gurus,
    I have requirement where in I need to add two custom fields in IE02/IE03.
    Completed part :
    1. The new fields are added in the EQUI table in CI_EQUI structure.
    2. Created a project in CMOD and linked enhancement ITOB0001 to it .
    3. Activated the User exits EXIT_SAPLITO0_001 and EXIT_SAPLITO0_002.
    4. Logic in EXIT_SAPLITO0_001
    E_SUBSCREEN_NUMBER = '1020'.
    I_OBJECT_TYPE = '02'.
    I_ACTIVITY_TYPE = '3'.
    EQUI-zfld1 = I_DATA_EQUI-zfld1.
    EQUI-zfld2 = I_DATA_EQUI-zfld2.
    Logic in EXIT_SAPLITO0_002
    E_UPDATE_DATA_EQ-zfld1 = EQUI-zfld1.
    E_UPDATE_FLAGS_EQ-zfld1= 'X'.
    E_UPDATE_DATA_EQ-zfld2 = EQUI-zfld2.
    E_UPDATE_FLAGS_EQ-zfld2 = 'X'.
    Now the place where I got stuck is do I need to create a subscreen to add these new fields in SAPLITO0 , 1020 screen ?
    Do I need to create a Function group ? If yes how do I link these.
    I think I need access to Edit from SE51.
    I have browsed many threads but no luck.
    Thanks
    Navya.

    No, just
    Read carefully the SMOD enhancement documentation
    During CMOD execution, double-click on one of the Customer-exit dynpro (first time, choice the first one, the other dynpros will be used later for other objects)
    In EXIT_SAPLITO0_001, pass the dynpro number in export parameter (e.g. 1000 for first one)
    NB: In this exit you receive I_OBJECT_TYPE  as imported parameter to identify Object Type: '1' = F/L '2' = EQU '3' = SER (do not try to change it ) so include may start with a CASE I_OBJECT_TYPE. WHEN 'EQU'. E_SUBSCREEN_NUMBER = '1000'... ENDCASE.
    Regards,
    Raymond

  • Planner Group field in equipment master data

    Dear All,
    My client is having Maintenance dept. which is divided in to 3 sub departments like Mechanical, Electrical & Civil. By referring this I am going to create following Planner Groups.
    I have decided to maintain following planner groupu2019s for planning & preparing maintenance tasks.
    1) Head Mechanical
    2) Head Electrical
    3) Head Civil
    In my case I am planning to maintain Planner Group at Equipment level. I am not going to maintain at Functional Location level.
    My client is saying that they have many Equipmentu2019s for which Planner Group must be above 3 & few Equipments having Mechanical & Electrical Planner Group.
    For example, Compressor is Equipment for that Mechanical & Electrical both is responsible for planning & preparing maintenance tasks. *So they wanted both Planner Groups to be maintained at Equipment level. But as per SAP standard you can maintain only one Planner Group at Equipment or Functional Location level.*
    I have few questions in my mind related to Planner Group.
    1) What is the importance of Planner Group?
    2) If I have not maintained Planner Group at Functional Location & Equipment Level then what will happen?
    3) Can I maintain Planner Group at PM Order level?
    4) Suppose I have maintained Planner Group u201CHead Mechanicalu201D in Equipment but after some days there is some electrical maintenance is come up. Then I will create PM order for carrying out Electrical maintenance, in this can I able to change Planner Group from Mechanical to Electrical. But is this a correct way to change Planner Group in PM Order.
    Regarding this query how I can convince to my client.
    Thanks & Regards,
    Sandeep

    Sandeep,
    I would suggest the structuring the system as follows.
              Mechanical (Work center)
                        MEng1 (Activity = Engineer name or Employee code)
                        MEng2 (Activity)
                        MEng3 (Activity)
                        MEng4 (Activity)
              Mechanical (Work center)
                        EEng1 (Activity = Engineer name or Employee code)
                        EEng2 (Activity)
                        EEng3 (Activity)
                        EEng4 (Activity)
              Civli (Work center)
                        CEng1 (Activity = Engineer name or Employee code)
                        CEng2 (Activity)
                        CEng3 (Activity)
                        CEng4 (Activity)
    In a single order you can use different work center activities... ie. in a single order, you can use Elect Eng for some operations + Mech eng for some operations
    Capture and seggregate  the cost of each dept in the same order ie. Elect Labor cost, Mech labor cost in Cost tab
    You can get the report work center wise and Activity type wise
    Babu

  • Manufacturer field in Purchase Order - display only

    Does anyone know of a way (config or user exit) to make the field MFRNR on the purchase order item detail (Material Data tab) as an optional entry rather than dispaly only?
    I checked in the screen layout configuration for the screen sequence NBF (which is what we use) and I didn't see it as a changeable/updateable field.
    We are on ECC 6.0
    Thanks,
    Gina Feldner

    Gina Feldner,
    May be you can check for ME21N level also,
    Regards,
    Bhima

  • Disabling custom fields when Equipment type is M

    Hi all,
    I modified the IE02 transaction by adding 5 custom fields
    to the screen SAPLITO0 1050.
    Now i have the requirement to disable these fields when eqtyp is 'M'.
    Is there any userexit available for this purpose or i have to modify the PBO module of the screen.
    Any help will be appreciated.
    regards
    chandu.

    Hi Sai,
    Did you place your PBO module in the screen 1022's flow
    logic? The PBO logic should some what like following,
    general dynpro settings
      MODULE DYNPRO_INIT_SUB_ALL.
    specific dynpro settings
      MODULE DYNPRO_INIT_1022.   "This is your module here..
    restore active cursor position and set it
      MODULE DYNPRO_CURSOR_SET.
    And then in the PBO Module DYNPRO_INIT_1022 (which I assume is created in the include LIO0O01),
    MODULE DYNPRO_INIT_1022 OUTPUT.
    ****Your screen modification logic here..
    ENDMODULE.
    Also did you activate/generate both the screen and program?
    Please check that as well.
    When you debug put a break-point in your PBO module and see whether the control goes there..
    Hope this helps..
    Also if possible could you give me the detailed steps that you have followed? (In case it doesnt workout after checking every thing)
    Sri

Maybe you are looking for