BAPI for equipment classification

Hi,
  Does anybody know the BAPI for equipment classification and also the required fields of the BAPI.
With Regards,
Nelson

Hi,
Check this Bapi <b>BAPI_EQUIPMENT_SAVEREPLICA</b>, Sure it will help u...
Regards,
Sridhar

Similar Messages

  • How to Use PM BAPI for equipment Master upload : BAPI_EQUIPMENT_SAVEREPLICA

    Hi ,
      How to use PM BAPI for equipment Master upload : BAPI_EQUIPMENT_SAVEREPLICA.
      May i know what are the input parameters & fields mandatory
      for each Table structures ct_data , ct_datax , it_descript , it_longtext.
      Can any one explain me Step by Step Process.
      B'cos i tried with below code. Equipment is not getting created.
      wa_itab-equipment_ext = '000000000100000001'.
      wa_itab-descript      = 'Test 2 -> Lube Oil Pump'.
      wa_itab-text_language = 'EN'.
      wa_itab-sdescript     = 'Short Description'.
      APPEND wa_itab TO it_itab.
      CLEAR  wa_itab.
      LOOP AT it_itab INTO wa_itab.
        ct_data-ta_guid       = '000000000000000001'.
        ct_data-equipment_ext = wa_itab-equipment_ext.
        ct_data-descript      = wa_itab-descript     .
        ct_data-valid_date    = sy-datum.
        ct_data-equicatgry    = 'M'.
        APPEND ct_data.
        CLEAR  ct_data.
        ct_datax-ta_guid       = '000000000000000001'.
        ct_datax-equipment_ext = 'X'.
        ct_datax-equipment     = 'X'.
        APPEND ct_datax.
        CLEAR  ct_datax.
        it_descript-ta_guid       = '000000000000000001'.
        it_descript-text_language = wa_itab-text_language.
        it_descript-descript      = wa_itab-sdescript    .
        APPEND it_descript.
        CLEAR  it_descript.
        it_longtext-ta_guid        = '000000000000000001'.
        it_longtext-text_language  = wa_itab-text_language.
        it_longtext-text_id        = 'LTXT'.
        it_longtext-text_line      = 'SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS'.
        APPEND it_longtext.
        CLEAR  it_longtext.
        it_longtext-ta_guid        = '000000000000000001'.
        it_longtext-text_language  = wa_itab-text_language.
        it_longtext-text_id        = 'INTV'.
        it_longtext-text_line      = 'aaaaaaaaaaaaaaa'.
        APPEND it_longtext.
        CLEAR  it_longtext.
        it_longtext-ta_guid        = '000000000000000001'.
        it_longtext-text_language  = wa_itab-text_language.
        it_longtext-text_id        = 'INTV'.
        it_longtext-text_line      = 'bbbbbbbbbbbb'.
        APPEND it_longtext.
        CLEAR  it_longtext.
        it_longtext-ta_guid        = '000000000000000001'.
        it_longtext-text_language  = wa_itab-text_language.
        it_longtext-text_id        = 'INTV'.
        it_longtext-text_line      = 'cccccccccccccccc'.
        APPEND it_longtext.
        CLEAR  it_longtext.
        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
      call BAPI-function in this system
        CALL FUNCTION 'BAPI_EQUIPMENT_SAVEREPLICA'
          TABLES
            ct_data     = ct_data
            ct_datax    = ct_datax
            it_descript = it_descript
            it_longtext = it_longtext
            return      = return
          EXCEPTIONS
            OTHERS      = 1.
        IF sy-subrc = 0.
          CALL FUNCTION 'BAPI_TRANSACTION_ROLLBACK'.
          WRITE : 'Successful'.
        ENDIF.
        IF NOT return IS INITIAL.
          LOOP AT return.
            IF return-type = 'A' OR return-type = 'E'.
              WRITE : 'Error'.
            ENDIF.
          ENDLOOP.
        ENDIF.
        REFRESH  return.
      ENDLOOP.
    Regards
    SUrendar

    Hi ,
      How to use PM BAPI for equipment Master upload : BAPI_EQUIPMENT_SAVEREPLICA.
      May i know what are the input parameters & fields mandatory
      for each Table structures ct_data , ct_datax , it_descript , it_longtext.
      Can any one explain me Step by Step Process.
      B'cos i tried with below code. Equipment is not getting created.
      wa_itab-equipment_ext = '000000000100000001'.
      wa_itab-descript      = 'Test 2 -> Lube Oil Pump'.
      wa_itab-text_language = 'EN'.
      wa_itab-sdescript     = 'Short Description'.
      APPEND wa_itab TO it_itab.
      CLEAR  wa_itab.
      LOOP AT it_itab INTO wa_itab.
        ct_data-ta_guid       = '000000000000000001'.
        ct_data-equipment_ext = wa_itab-equipment_ext.
        ct_data-descript      = wa_itab-descript     .
        ct_data-valid_date    = sy-datum.
        ct_data-equicatgry    = 'M'.
        APPEND ct_data.
        CLEAR  ct_data.
        ct_datax-ta_guid       = '000000000000000001'.
        ct_datax-equipment_ext = 'X'.
        ct_datax-equipment     = 'X'.
        APPEND ct_datax.
        CLEAR  ct_datax.
        it_descript-ta_guid       = '000000000000000001'.
        it_descript-text_language = wa_itab-text_language.
        it_descript-descript      = wa_itab-sdescript    .
        APPEND it_descript.
        CLEAR  it_descript.
        it_longtext-ta_guid        = '000000000000000001'.
        it_longtext-text_language  = wa_itab-text_language.
        it_longtext-text_id        = 'LTXT'.
        it_longtext-text_line      = 'SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS'.
        APPEND it_longtext.
        CLEAR  it_longtext.
        it_longtext-ta_guid        = '000000000000000001'.
        it_longtext-text_language  = wa_itab-text_language.
        it_longtext-text_id        = 'INTV'.
        it_longtext-text_line      = 'aaaaaaaaaaaaaaa'.
        APPEND it_longtext.
        CLEAR  it_longtext.
        it_longtext-ta_guid        = '000000000000000001'.
        it_longtext-text_language  = wa_itab-text_language.
        it_longtext-text_id        = 'INTV'.
        it_longtext-text_line      = 'bbbbbbbbbbbb'.
        APPEND it_longtext.
        CLEAR  it_longtext.
        it_longtext-ta_guid        = '000000000000000001'.
        it_longtext-text_language  = wa_itab-text_language.
        it_longtext-text_id        = 'INTV'.
        it_longtext-text_line      = 'cccccccccccccccc'.
        APPEND it_longtext.
        CLEAR  it_longtext.
        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
      call BAPI-function in this system
        CALL FUNCTION 'BAPI_EQUIPMENT_SAVEREPLICA'
          TABLES
            ct_data     = ct_data
            ct_datax    = ct_datax
            it_descript = it_descript
            it_longtext = it_longtext
            return      = return
          EXCEPTIONS
            OTHERS      = 1.
        IF sy-subrc = 0.
          CALL FUNCTION 'BAPI_TRANSACTION_ROLLBACK'.
          WRITE : 'Successful'.
        ENDIF.
        IF NOT return IS INITIAL.
          LOOP AT return.
            IF return-type = 'A' OR return-type = 'E'.
              WRITE : 'Error'.
            ENDIF.
          ENDLOOP.
        ENDIF.
        REFRESH  return.
      ENDLOOP.
    Regards
    SUrendar

  • Bapi for Equipment change

    HI
       I would like to know , is there  any  BAPI for Equipment change(T.code-IE02) to update all the feilds of equipment & automatically creates an asset number as normal tranaction code performes.
      As of now i am useing BAPI_EQUI_Change, please let me know any other than this BAPI
    Thanks&Regards
    lakshmi

    Hi,
       Check the FM <b>I_CHANGE_STATUS.</b>
    See the documentaion below
    FU I_CHANGE_STATUS
    Short Text
    Change a status for an object
    Description
    This function module is called to update the user status for a specified object (notification, notification task, order, or operation).
    Regards

  • Bapi for Equipment BOM

    Is there any standard BAPI to create Equipment BOM? Tcode - IB01

    Hello,
    I use that bapi for create BOM but not equipement BOM.
    I find on forum, response wiche can help you :
    Equipment BOM Upload BAPI
    RFC / BAPI for Equipment BOM - IB01
    http://wiki.sdn.sap.com/wiki/display/ABAP/ECCstandardBatchInputprograms
    Thierry

  • BAPIs for Equipment list, Equipment classification details

    Hi,
    Can somebody give me the details of BAPs for getting
    1.    Equipment list for a given function location.
    2.    Equipment classification details for the given equipment number.
    Thanks & Regards
    Lakshminarayanan J

    Hi,
    what do you mean with details? Do you need the fields? You can do a double click on the data type of the details filled for browsing deeper into the structure of the details. Or you can use TCODE SE11 and check the type in the data dictionary.
    Best Regards,
    Marcel

  • FM/ Bapi for  hierarchy   classification

    Hi
    I am looking for FM/ Bapi for  reading values of  hierarchy   classification.
    I tried  BAPI_OBJCL_GETDETAIL,  however the bapi read only the value of the high level
    of the class and not all the hierarchy values.
    Any idea how to read all the hierarchy values ?
    Thanks Moshe

    Check Function Group V51B in SE80.

  • 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

  • BAPI for Equipment Stock Info Maintenance

    Hello,
    Transaction for maintenance of the Equipment master data (IE02) contains tab named "SerData" where it is possible to specify serial number and Stock information. I need to assign Sales Order No./ Position to the Equipment during it's creation. But the interface of the FM BAPI_EQUI_CREATE or BAPI_EQUI_CHANGE does not contain these parameters.
    Is there a way I can do this using BAPI?
    Points will be rewarded for help, of course.
    Thank you in advance
    Best regards,
    Maksim

    Santosh,
    We generate a large number of work orders using the OrderMaintain method of BAPI_ALM_ORDER_MAINTAIN.  We have exposed it to a .NET front end through a web service and this seems to work well for us.  As Pete said, your requirements are rather brief but if you look at this function module it might help you.
    Note: This and other related BAPIs were first available in 4.7 and I think are standard beyond that but can't say for sure.
    Bob Stanza

  • FM/BAPI for Equipment BOM

    Hi All,
    Please let me know if there is any BAPI/ FM available for creating Equipment BOM (IB01 trancastion).
    Thanks in advance
    regards,
    Booma

    Check sample code in:
    http://scn.sap.com/thread/562325
    Regards,
    Sergio.

  • BAPI for Equipment Tasklist

    Hi,
    Can any one help me with Equipment Tasklist BAPI??
    Regards,
    PMAddi

    Hi,
    There are no suitable BAPI's for creating PM/CS task lists.
    (BAPI_ROUTING_CREATE is only suitable to create PP type routings).
    -Paul

  • Bapi for class classification

    hi ,
    how to upload the class classification details in ca01 using bapi_routing_create.
    thanks in advance
    Edited by: Arun on Jul 18, 2011 1:46 PM

    Jessica,
    Try looking at the following: BAPI_BUPA_FRG0040_CREATE
    Note that if you already have maintained Sales Classifications then you'll have to use the _CHANGE version.
    It has the importing structure of type BAPIBUS1006040_SALESCLASS and so you could for example populate it's fields as shown below and using the structure when calling the above BAPI:
    DATA
           IS_COMPETITOR
           IS_PROSPECT
           IS_CONSUMER
           IS_CUSTOMER                    X
           CUSTOMER_SINCE
           IS_COD_CUSTOMER
           INDUSTRY
           IS_RENTED
           ACCOUNT_GROUP                  0001
           NIELSEN_ID
           CLASSIFIC
           ATTRIBUTE
           ATTRIB_2
           ATTRIB_3
           ATTRIB_4
           ATTRIB_5
           ATTRIB_6
           ATTRIB_7
           ATTRIB_8
           ATTRIB_9
           ATTRIB_10
    Regards,
    Brad

  • LSMW for Equipment characteristics Update

    Hi,
    I am having a LSMW program for Equipment Classification (Characteristics Value)Data upgrade created in ECC 5.0 . We have upgraded to ECC 6.0 EHP 4 Now. However this program was working fine in ECC 6.0 but while upgraded to EHP 4, I'm Getting following ErrorDisplayed whie creating Batch Input Folder.
    BDC_INSERT, Transaction code .. is invalid.
    The Recorded program for this as given Below.
    Recording EQUI_CHAR            EQUIPMENT CHARACTERISTICS LSMW
      |
      ---   IE02 Change Equipment
          |
          |--   SAPMIEQ0 0100
          |   |
          |   |-----BDC_CURSOR                     RM63E-EQUNR
          |   |-----BDC_OKCODE                     /00
          |   ------RM63E-EQUNR
                                             EQUIP_NO             EQUIPMENT NUMBER
    --   SAPMIEQ0 0101
    BDC_OKCODE                     =KL
    BDC_SUBSCR                     SAPLITO0
    BDC_SUBSCR                     SAPLITO0
    BDC_SUBSCR                     SAPLITO0
    BDC_SUBSCR                     SAPLITO0
    BDC_SUBSCR                     SAPLITO0
    BDC_SUBSCR                     SAPLITO0
    BDC_SUBSCR                     SAPLITO0
    BDC_SUBSCR                     SAPLITO0
    BDC_SUBSCR                     SAPLITO0
    BDC_SUBSCR                     SAPLITO0
    BDC_CURSOR                     ITOB-SHTXT
    BDC_SUBSCR                     SAPLITO0
    BDC_SUBSCR                     SAPLITO0
    --   SAPLCLCA 0602
    BDC_CURSOR                     RMCLF-KLART
    BDC_OKCODE                     =ENTE
    RMCLF-KLART                                         CLASS_NO             CLASS NUMBER
    --   SAPLCLFM 0500
    BDC_CURSOR                     RMCLF-CLASS(01)
    BDC_OKCODE                     =NEUZ
    RMCLF-PAGPOS                   1
    BDC_SUBSCR                     SAPLCBCM
    --   SAPLCLFM 0500
    BDC_CURSOR                     RMCLF-CLASS(02)
    BDC_OKCODE                     /00
    RMCLF-CLASS(02)                                     CLASS_NAME           CLASS_NAME
    BDC_SUBSCR                     SAPLCBCM
    --   SAPLCTMS 0109
    BDC_CURSOR                     RCTMS-MWERT(10)
    BDC_OKCODE                     =BACK
    RCTMS-MNAME(01)                                     CHAR_1               CHARACTERISTICS 01
    RCTMS-MNAME(02)                                     CHAR_2               CHARACTERISTICS 02
    RCTMS-MNAME(03)                                     CHAR_3               CHARACTERISTICS 03
    RCTMS-MNAME(04)                                     CHAR_4               CHARACTERISTICS 04
    RCTMS-MNAME(05)                                     CHAR_5               CHARACTERISTICS 05
    RCTMS-MNAME(06)                                     CHAR_6               CHARACTERISTICS 06
    RCTMS-MNAME(07)                                     CHAR_7               CHARACTERISTICS 07
    RCTMS-MNAME(08)                                     CHAR_8               CHARACTERISTICS 08
    RCTMS-MNAME(09)                                     CHAR_9               CHARACTERISTICS 09
    RCTMS-MNAME(10)                                     CHAR_10              CHARACTERISTICS 10
    RCTMS-MWERT(01)                                     VALUE_1              VALUE 01
    RCTMS-MWERT(02)                                     VALUE_2              VALUE 02
    RCTMS-MWERT(03)                                     VALUE_3              VALUE 03
    RCTMS-MWERT(04)                                     VALUE_4              VALUE 04
    RCTMS-MWERT(05)                                     VALUE_5              VALUE 05
    RCTMS-MWERT(06)                                     VALUE_6              VALUE 06
    RCTMS-MWERT(07)                                     VALUE_7              VALUE 07
    RCTMS-MWERT(08)                                     VALUE_8              VALUE 08
    RCTMS-MWERT(09)                                     VALUE_9              VALUE 09
    RCTMS-MWERT(10)                                     VALUE_10             VALUE 10
    BDC_SUBSCR                     SAPLCBCM
    --   SAPLCLFM 0500
    BDC_CURSOR                     RMCLF-CLASS(01)
    BDC_OKCODE                     =ENDE
    RMCLF-PAGPOS                   1
    BDC_SUBSCR                     SAPLCBCM
          ---   SAPMIEQ0 0101
              |
              |-----BDC_OKCODE                     =BU
              |-----BDC_SUBSCR                     SAPLITO0
              |-----BDC_SUBSCR                     SAPLITO0
              |-----BDC_SUBSCR                     SAPLITO0
              |-----BDC_SUBSCR                     SAPLITO0
              |-----BDC_SUBSCR                     SAPLITO0
              |-----BDC_SUBSCR                     SAPLITO0
              |-----BDC_SUBSCR                     SAPLITO0
              |-----BDC_SUBSCR                     SAPLITO0
              |-----BDC_SUBSCR                     SAPLITO0
              |-----BDC_SUBSCR                     SAPLITO0
              |-----BDC_CURSOR                     ITOB-SHTXT
              |-----BDC_SUBSCR                     SAPLITO0
    BDC_SUBSCR                     SAPLITO0
    Kindly Help me to resolve this issue. Thanks n Regards
    Raj Verma
    1

    Raj,
    You had mentioned that you were using LSMW so i had given probable problem for LSMW. But now as you are saying its BDC i would request you to check back with your abap team. In code they might have written that whn a new value is entered, refer the old value and update it.
    This can be the only problem just check back with them and your problem will be solved.

  • BAPI for PR Creation  and Equipment master updation

    Hi Gurus ,
    Please provide me the function module (BAPI) for the following.
    1. Create Purchase Requisition
    2. Update/Change Equipment master(Iq02)
    Thanks
    Tausif

    Hi Tausifur,
    You can goto Tcode BAPI and find all the relevant BAPIs that you want. This will help you in the future.
    Cheers
    Keshav

  • Is there any BAPI  FOR TASKLIST CREATION OF ANY EQUIPMENT ?

    Dear Sir,
    Is there any BAPI  FOR TASKLIST CREATION OF ANY EQUIPMENT .
    Thanks.
    Regards,
    Pooja Joshi.

    Hello Pooja
    Perhaps the following link may be useful:
    <a href="http://www.sapfans.com/forums/viewtopic.php?p=906052">FAQ: Plant Maintenance and Customer Service BAPIs</a>
    Regards
      Uwe

  • BAPI for assign equipment to a class

    Hi SDN,
    I need assign an equipment (table EQUI) to a class, using BAPI (as CL24N - Assign Objects/Classes to Class ).
    Can you please help?
    Thanks in advance,
    Best Regards,
    Maria João Rocha

    Hello,
    have a look at the following thread. There're some function modules that should fit to your requirements:
    BAPI for CL24N
    Best regards
    Stephan

Maybe you are looking for

  • Default viewer for Reader 9

    Some of our users have Acrobat 5.0 and Reader 9.0 installed on their machines. Internet explorer (multiple versions) always try to open pdf links in in Acrobat 5.0, but we want them to open in Reader as default. I have searched and searched for optio

  • How to call a xmlform from KM doc iview

    hi all , can any one explain how to call the xmlform from KM document iview . and my document is in content management ->document ->folder ->app.xml.

  • Feedback/Team Development module in Runtime environment

    Hello Apex experts, I couldn't find anything about this in documentation. The apex application I am working on has Dev, Test (run time only), Prod(run time only). I just enabled feedback page on development application, planning to move it to test. S

  • How can I free RAM after running labview vi

     I am trying to acquire 7 channels of data for 60 secs at 44100 Hz using a PCI-6259 card and LabVIEW.  I am using the DAQmx Read polymorphic vi to acquire the data and the 'Write to Spreadsheet File' VI to write it.  When I run the program for the fi

  • Client creation in IDESehp4

    hii people...we recently installed IDESEHP4 ON WINDOWS 2003R2 SERVER EDITION which we downloaded from the service market place(IDESEHP4).... we can able to create a new client  in 000  but when we trying to  log in with the new client credentials eit