Equipment master Configuration data update

Hi all,
I need to update the configurable material field KMATN in the equipment master , i tried using BAPI_EQUI_CHANGE passing equipment number and new configurable material in structure (BAPI_ITOB_EQ_ONLY) but it doesnt update it and also it doesnt give any error.
Any suggestions or different way to do it.I dont want to use BDC here.
Thanks
Vijay
Edited by: Vijay jothimani on Sep 10, 2009 2:17 AM
Moderator message - Moved to the correct forum
Edited by: Rob Burbank on Sep 10, 2009 9:28 AM

I'm able to change the decription of equipment no but the configurable material field doesnt change.
I'm passing the update flag for configmat and also equipment along with the configmat new value.
it_tab2-CONFIGMAT = 'X'.
it_tab2-EQUIPMENT = 'X'.
it_tab1-CONFIGMAT = '25567'.
It's not updating the KMATN field.
Any solution pls. ?

Similar Messages

  • Problem with Equipment Master update

    Hi Gurus,
    We have a requirement where the equipment master is getting updated when we enter serial number in Delivery creation (VL01n). Here the equipment master description (EQKT-EQKTX) needs to be changed before equipment master gets created. This description is picked from the material master of the material in the item level. We are unable to find any User-Exit/BADI to change this. Please let me know if there is any USER EXIT or BADI available.
    Thanks,
    SP

    Perform a "safe boot" by holding down the Shift key from the startup tone to the logo.  If successful then go to System Preferences > Startup disks > select your boot drive > restart.

  • WBS elemnet in Equipment Master

    Hi All,
    I would like to know that why WBS element field is available in Equipment master Serial Data Tab?
    Because WBS is the part of PS only and Equipment is the part of PM/CS

    Hi,
    Material is linked to equipment via Serial Data tab page. The WBS element on that tab indicates stock availablility of the material in project stock of that WBS element.
    Regards

  • Config User Status to the Equipment Master User Status

    All,
    I created a user status profile and assigned the same user profile to a sales order item category and also an equipment master. I was hoping that when I created my sales order and selected a user status and then saved the order and also delivered and PGId the delivery. I was hoping since it's the same user status profile that my equipment master would get updated automatically but it didn't. Is there anyway to do this that anyone knows of without using a user exit? Thanks for any help in advance.

    Hi,
    For single equipment, there would be "n" number of PM orders. While doing MIGO, PM order status will be changed by automatic. Why do you want to change the Equipment Status? How do you want to change the status. Please elaborate your concern.
    Regards,
    Maheswaran.

  • Help requested on Procedure to Archieve Equipment Master Data

    Hello SAP Gurus,
    We have a requirement to Archive the Equipment Master data in SAP 4.7 system that run on Linux platform with Oracle 10g database. Can anyone of you please guide us with any links or documents which would detail the step by step process on how to do it and what are the consideration that have to be taken in to account.
    Any How To document with step by step process would be of great help as we have not this task before.
    Regards
    Murali

    Thank you for your suggestion
    I was trying to archieve one equipment data in our sandbox system. My functional consultant has set the deletion flag on equipment to be deleted and then we are trying to run SARA tcode for Object PM_EQUI and defined variants needed.
    Preprocessing went through fine next we had run Write Job that too completed successfully and there was a archive session created as well.
    when go to configure Delete in SARA it is showing that there is no data to be selected .  when I look in to CCMS archieve monitor in tcode SAR_SHOW_MONITOR this shows as -  No Method Method assigned !!
    Can you please suggest what can be the issue ? I am clue less as this was my first experience with SARA Tcode.
    Is there any howto document available that give step by step screenshot for archieving ?
    Regards
    Murali

  • How to update master pay data in HR using ABAP

    Hi,
    My requirement is that I need to update the master pay data for all the employees. The pay scale has been revised and so the pay scale needs to be changed. This means that the configuration needs to be done.
    Once this config is done, the pay scale master data for all the existing employees also needs to be updated.
    Can anyone please tell me where all do I need to go and make the changes? I have got this confrmed that PA0008 (Infotype for Basic Pay) does not have to be changed. So, where else do I need to make changes so that, this change reflects in the existing employees data going forward. The amout of salary needs t be changed.
    Does this change requires a change in any infoype data or do we need to change the data of some transaction.
    Please help as soon as possible as this is very important.
    Regards,
    Namrata

    Hi Namrata,
    It is not advisable to change te pay data using ABAP coding. It should be done from functional side.
    To updat the master pay data just go to PA30, enter the employee number and select the infotype 8 (Basic Pay). Once in change mode you can update the data.
    Regards,
    Firoz.

  • Enhancement for Equipment master data

    Hi all
       I want to find an enhancement for Equipment master data. I want to add some customer fields to Equipment data,but i can't find the enhancement.Anybody tell me the Enhancement which be useful for that. thanks.
    BR
    Chris.

    Hi,
    you can add new tab on the screen and provide your custom field on that tab. You have to add a new tab for any Technical Object by doing some configuration changes in SPRO. first go to SPRO and in screen sequences add a new tab sequence against the profile. Now in the function group SAPLXTOB you can see this new tab screen. Do your requirements on this screen.
    Reward if useful and get back to me if you need any help.
    Thanks,
    Anil

  • Migration of Equipment Master Data together with PRT data

    Hello Experts,
    we need to migrate Equipment Master Data which have activated the view PRT data. Most of the fields in this view are stored in table CRFH. Is there a way to migrate Equipment Master Data together with the PRT data of the Equipment? All the BAPI's I found do not have an import structure for those fields. Is a batch-input the only way?
    Does anybody know a mass change transaction for Equipments?
    Thank you and Regards
    Christian

    Hi Krishna,
    You can use the standard batch input program RFBIDE00 in LSMW to update the customer master data. However, there might be scenarios where you might be required to update the fields which do not get updated by the standard bacth input program. If any of such fields are defined as mandatory, then you wont be able to use this method directly.
    In such cases you will have to either create a recording to poplate the fields which do not get updated by the standard program and use both the recording and the standard batch input program to update the customer master data OR create a recording for customer master create and use the same in LSMW.
    Best regards,
    Harsh

  • Update partner in equipment master

    Hi
    I want to update partners in equipment master, I can do this using FM 'PM_PARTNER_UPDATE'. But its not updating change document. So I want do this through FM 'PM_PARTNER_INIT' and 'PM_PARTNER_MAINTAIN'. Can any one tell me what are the parameters needs to be passed in these two FMs.
    I am passing the following paramters but its not updating.
        CALL FUNCTION 'PM_PARTNER_INIT'
          EXPORTING
            aktyp              = 'V'
            objnr              = 'IE000000000010008557'
            obtyp              = 'IEQ'
            pargr              = 'ZSV'
            parvw_kund         = wa_ihpa-parvw
           refresh            = ' '
            no_sort            = 'X'
         IMPORTING
           offset             = lv_offset
        CALL FUNCTION 'PM_PARTNER_MAINTAIN'
          EXPORTING
           objnr               = 'IE000000000010008557'
            parnr               = wa_ihpa-parnr
            parvw               = wa_ihpa-parvw
           tabix               = v_tabix
           tabix_objnr         = v_tabix
         IMPORTING
           counter             = lv_cntr
         EXCEPTIONS
           invalid_parnr       = 1
           cpd_customer        = 2
           invalid_parvw       = 3
           parvw_unique        = 4
           OTHERS              = 5.
    Thanks

    report  zzupdate_equipment_partner.
    data: w_equi       type equi.
    data: w_offset     type sy-tabix.
    data: it_ihpa_time type ipar_t_ihpa_time.
    data: w_ihpavb     type ihpavb.
    data: xihpa        type table of ihpa.
    data: ihpa_tab1    type table of ihpavb.
    data: w_counter    type i_count.
    parameters: p_equnr type equi-equnr default '10262811'.
    parameters: p_parnr type ihpa-parnr default '100171'.
    parameters: p_cpnr type parnr default '532'.
    clear w_equi.
    select single * from equi into w_equi where equnr = p_equnr.
    refresh: xihpa.
    select * from ihpa into table xihpa where objnr = w_equi-objnr.
    *-Find the last counter (unic key) -*
    sort xihpa by parvw counter descending.
    loop at xihpa into w_ihpavb where parvw = 'Z1'.
      w_counter = w_ihpavb-counter.
      exit.
    endloop.
    call function 'PM_PARTNER_INIT'
      exporting
        aktyp          = 'V'
        objnr          = w_equi-objnr
        obtyp          = 'IEQ'
        pargr          = 'ZE'
    *   PARVW_AP       = 'AP'
    *   PARVW_INT      = 'ZM'
    *   parvw_kund     = 'AG'
    *   PARVW_LIEF     = 'LF'
    *   PARVW_HER      = 'HR'
    *   PARVW_VERA     = 'ZM'
    *   PARVW_AUTO     = 'ZM'
        refresh        = 'X'
    *   VKORG          = ' '
    *   VTWEG          = ' '
    *   SPART          = ' '
    *   EQUNR          = ' '
    *   TPLNR          = ' '
    *   READ_ALL       = 'X'
    *   SERVICE_FLAG   = ' '
    *   TEXT           = ' '
        no_sort        = 'X'
    *   NO_TABIX_DET   =
    *   NO_TEXT_DET    =
    *   IP_OBJECT_ARCH = ' '
      importing
        offset         = w_offset.
    clear w_ihpavb.
    w_ihpavb-mandt     = sy-mandt.
    w_ihpavb-counter   = w_counter + 1.      "Unic key to allow duplicates
    w_ihpavb-objnr     = w_equi-objnr.
    w_ihpavb-parvw     = 'Z1'.
    w_ihpavb-obtyp     = 'IEQ'.
    w_ihpavb-parnr     = p_cpnr.
    w_ihpavb-adrda     = '3'.                "3=Contact person
    w_ihpavb-updkz     = 'I'.                "Insert
    w_ihpavb-erdat     = sy-datum.
    w_ihpavb-erzeit    = sy-uzeit.
    w_ihpavb-ernam     = sy-uname.
    append w_ihpavb to ihpa_tab1.
    call function 'PM_PARTNER_UPDATE' in update task
      exporting
        it_ihpa_time = it_ihpa_time
      tables
        fxihpa       = ihpa_tab1.
    commit work and wait.
    write: 'Hurra'.

  • Update equipment master

    Hi Experts,
    I have a requirement to update the equipment master data and used BAPI_EQUI_CHANGE
    but most of the sites that i have searched only shows an update for maintplant and planplant.
    I need to update the functional location, asset location and cost center. Please help. thanks.
    In my code im having a dump error : The function module interface allows you to specify only   fields of a particular type under "EQUIPMENT".   The field "GT_EQUIPMENT" specified here is a different   The field "GT_EQUIPMENT" specified here is a different.
    Here is my code:
    DATA: gt_data_general TYPE BAPI_ITOB,
           gt_data_generalx TYPE BAPI_ITOBX,
           gt_specific TYPE BAPI_ITOB_EQ_ONLY,
           gt_specificx TYPE BAPI_ITOB_EQ_ONLYX,
           lv_return LIKE bapiret2,
           gt_equipment TYPE bapi_itob_parms.
           gt_equipment-equipment = p_equnr.
           gt_equipment-funcloc_int = p_tplnr.
           gt_data_general-costcenter = p_koslt.
    *      gt_data_general-maintloc = p_tplnr.
           IF r_emp = 'X'.
             SELECT kostl
               INTO gt_data_generalx-maintloc
               FROM pa0001
               WHERE pernr EQ p_kunnr.
             ENDSELECT.
           ELSEIF r_third = 'X'.
              gt_data_generalx-maintloc = 'THIRDPARTY'.
           ENDIF.
           gt_data_generalx-costcenter = 'X'.
           gt_data_generalx-maintloc = 'X'.
          CALL FUNCTION 'BAPI_EQUI_CHANGE'
               EXPORTING
                 equipment      = gt_equipment-equipment
                 data_general   = gt_data_general
                 data_generalx  = gt_data_generalx
                 data_specific = gt_specific
                 data_specificx = gt_specificx
               IMPORTING
                 return = lv_return.
            CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
             EXPORTING
               wait   = 'X'
             IMPORTING
               return = lv_return.

    Hi Jepoy,
    Other than making sure you have the leading zeroes, as already pointed out, in your code it seems you are moving maintloc to the wrong structure:
    *      gt_data_general-maintloc = p_tplnr.
           IF r_emp = 'X'.
             SELECT kostl
               INTO gt_data_generalx-maintloc
               FROM pa0001
               WHERE pernr EQ p_kunnr.
             ENDSELECT.
           ELSEIF r_third = 'X'.
              gt_data_generalx-maintloc = 'THIRDPARTY'.
           ENDIF.
    shouldn't it be as below?:
           IF r_emp = 'X'.
             SELECT kostl
               INTO gt_data_general-maintloc
               FROM pa0001
               WHERE pernr EQ p_kunnr.
             ENDSELECT.
           ELSEIF r_third = 'X'.
              gt_data_general-maintloc = 'THIRDPARTY'.
           ENDIF.
    Also, are you sure you need to move a kostl (costcenter) to a maintenance location field? Sounds a bit weird to me, but if this is your process...
    Cheers,
    Custodio

  • 'Configuration data' tab of an equipment

    How to remove 'Configuration data' tab of an equipment master after once it is activated.

    Thank you Narasimhan Sir,
    Actually this was in the context of exploring the 'Configurable Gen Maint Tasklist'. In the absence of proper knowledge nearby on this subject, I have been experimenting different things in Sand Box and Unit Test Servers. So in this context at some point of time I was trying to remove this activated tab and wanted to know whether it can happen or not. When you've said it can not be, we may leave it here.
    My one problem o the same subject i.e., 'Configurable Gen. Maint. Task List' has not yet been answered by any of the fora.
    That is:
    When I create a maintenance order and importing such Task list into it the system is not proposing the characteristic values which are given in the equipment master data (Classification tab page). It is happening only when I create a Configurable material, activate the tab in equipment master and put this material number over there. But this is a big exercise when it is a matter of thousands of equipments.
    The essence is 'I do not want to activate the configuration tab of equipment master, but I want the system should pick-up the characterisitic values from the Equipment calss characterisitcs'
    I hope you've followed.
    Can you help me.
    Thanks once again for responding.

  • Warranty Date field in the equipment master data

    Hi everyone!
    I wanted to display the warranty date field in the equipment master data (IE01). I have already made the configuration and added the additional tab and screen thru this path:
    Plant Maintenance and Customer Service > Master Data in Plant Maintenance and Customer Service > Technical Objects > General Data > Set View Profile for Technical Objects
    But still, the tab is not added and the warranty date field is not found in the "Define Field Selection for the Equipment Master Record". please help me with this. We need this data because we are not using serial numbering and warranty master data that's why a way to track the warranty date is thru this adjustment in the equipment master data screen.
    Thank you very much.

    Marlon,
      Make sure that you have assigned this specific profile to the Equipment category of the associated equipment that you are creating under SPRO > PM> Master data> tech object > Equipment > Equip category.
    Regards
    Narasimhan

  • Update Equipment Master with Warranty details

    Hi All
    Is there a function or BAPI I can use to update the master warranty details and start date on the Equipment Master(table EQUI)???
    Marius V

    I found a solution - A warranty or warranties are assigned to an equipment. The correct function to use is 'WARRANTY_ASSIGNMENT_RFC'. Hope this helps someone out there.
    Regards
    Marius

  • System status and configuration tab in equipment master.

    Hi,
    Will some one expalin following points.
    1.Can we add / modify system status in configuration.-if yes path for the same.
    2.Is system status  linked to user status-if yes path for the same.If no on whhich basic system status is changed .
    3.What is use of configuration data tab in equipment master.Is this required for creating work order,notification ,task list etc.Is their any link between equipment master and material master.
    Thanks & Regards
    Vinay

    Vinay,
       1. Yes you can add modify system status using transaction BS22. However these are system delivered functionality and its not advisable to change these.
      2.Its the other way around. User status can be linked to system status through the configuration for user status.Double lick on the user status definition to reach the system status dependencies editor in transaction OIBS.
    3. Equipment master and material master can be linked either through serial number functionality (Material number + serial number =  Equipment number) or through the "Construct" field(Structure tab)  in the equipment master. The configuration data tab is used to link equipment master to a pre-existing variant of material. [Sap Help|http://help.sap.com/erp2005_ehp_04_sp/helpdata/en/01/d5454a4ab311d189740000e8322d00/frameset.htm]
    Regards
    Narasimhan

  • Live Equipment Master Data

    Dear All,
    Can you explain me how to maintain the live equipment master data.If i am right it is maintain by putting two main field technical identification &  serial no. I want to know which one is better out of two.
    AR

    See Amit rana
    When you do the serialization for Motor, you can create the equipment master for that motor when  you make the GR for that motor against PO & The status of the equipment will be ESTO. Hence further when ever you make any goods movememnt against that material number system will always ask you the serial number & history will get updated against serial number as well as equipment master.
    Following activities will be possible for serial number & equipment number.
    1. Transfer of material (Equipment + serial number) from plant to plant (Here you can triger equipment master update when this transfer is taking place. Like maintenance plant change).
    2. Transfer of equipment from one functional location to another functional location
    3. Trasfer of the equipment from store to functional location & functional location to store.
    You can update the master records of equipmant as per your requirement with help of User exist & BAPIs by taking help of ABAP person.
    I hope this will answer your Query.
    Regards

Maybe you are looking for

  • How can we define custom error page in protal application

    How can we define custom error page in protal application, like we define "jsp Error page " in JSPs

  • Glitch when adding video to a PDF

    I've successfully added a video to a multi-page PDF using Acrobat X by linking to a URL as opposed to embedding the video file. My problem occurs when I navigate to the page immediately before or after the page that the video is located on. The first

  • Errors trying to start OC4J instance

    Hi Folks, I'm getting the following error after deploying a Struts based web app and attempting to restart the container: oracle.security.jazn.JAZNInitException: The system is unable to retreive the specified realm(s). This is appearing in the instan

  • Downloading trial Photoshop Elements 12

    I am having trouble downloading the Photoshop Elements 12 trial.  (If it is ok, then I intend to upgrade from my previous v4.0 version) I have OSX 10.8.5 on an iMac.  This morning I am using Chrome Version 30.0.1599.66.  (I think that I used Safari y

  • Buy at Amazon.  Back up stuff for free.  iTunes doesn't.  Dare you to post this.

    Lost all my files -- on iTunes anyway.  No help getting them back.  Everything I got from Amazon is still availaable.  Guess where I'm buying everything from now on?