0PA_C01 Keyfigure updation in HR Module

Hi all,
I am in process of activating the update rules for  0PA_C01(Copied to a Z cube) , with the help of help.sap i came to know this cube is basically loading  from 0HR_PA_1 and 0HR_PA_0  infosource ,But when i trying to map the keyfigures(for eg 0HDCNT_LAST  ) i am not able get any corresponfing mapping , actaully i copied the orginal cube to a Z cube inorder to add some more fields into the cube and also while mapping the 0person and other  infoobject ,do i need to map with with 0employee .
Waiting for all of yours great suggestions .
Thanks
R

Hi Vinay,
   Actually the datasources 0HR_PA_0 or 0HR_PA_1 doesnt provide any inforamtion about that key figure...the key figure 0HDCNT_LAST  no of employees in our case is initial .... and it depends upon ur requirment....and based upon ur requirement u can define it to constant 1 or accordingly....
  For suppose there is one key figrue called 0ACTION_CNT for a particular record the action  count will be only one action so u can fix this key figure to constant 1.
Like this u can map ur key figures...
Regards
vamsi
Edited by: vamsi talluri on Dec 30, 2008 1:36 PM

Similar Messages

  • To perform database update in a module with AT EXIT-COMMAND addition

    Dear All,
    I have a function code 'EXIT' with function type 'E'. When this function code is triggered, my screen should close.
    In the module that handles this function code (defined with AT EXIT-COMMAND addition), I will prompt the user whether he/she want's to save the data before exiting with the POPUP_TO_CONFIRM_STEP function module. The text message in the dialog box is "Do you want to save before exiting?".
    When the user wants to save the data, a simple UPDATE statement will be executed to write the data on screen to database.
    The problem here is since the module is defined with AT EXIT-COMMAND addition, the data on screen won't be copied to their corresponding variable on the code (correct me if I'm wrong). Therefore, even though database update is performed, the data written to database are no different that the original.
    How to perform database update in a module with AT EXIT-COMMAND addition?
    or
    Is it even a "custom" or a "good practice" to prompt user to save data before exiting?
    Thanks in advance,
    Haris

    With an exit command, if there's anything that would be lost, I would prompt "Data will be lost, do you wish to continue?". If they do, the database is not updated, if they don't, they stay in the transaction.
    This is because the exit command runs before validation. So how can you know the data is correct?
    If you have a button to leave the transaction that isn't an exit command, then you could prompt to save instead. There the choices should be - quit without saving, save and quit, don't quit.
    Doing a database update in an exit command is not a good idea.
    matt
    Edited by: Matt on Mar 15, 2011 11:53 AM

  • Usage of update Task Function Modules

    During an application development using WDA I have stumbeled across this unique problem.
    As recommended by SAP I am trying to use update function module to update my SAP Database. But calling the function in WDA does not update the database.
    <b>On the other hand when I call the same function module without the key words in UPDATE task, it updates the database.</b>
    <i>So my question is
    Can I use Update task function modules in WDA?</i>
    If answer is Yes, then I would like to know How?
    If answer is No,  then what is the best practice for updating the SAP database in WDA applications.

    Try Add a commit work after the call.
    Cheers
    Phil

  • Run Time of update task function module

    Hi
    Any body please tell me how to find out the execution time for a update task function module with in a user exit.
    thanks in advance
    saravanan

    Vimal,
    if the INSERT tries to insert an existing key, check for sy-subrc = 4 in the function module, raise an error (duplicate key) and the iupdate process is aborted - you will get express message.
    It might be better to
    first lock the table
    then check the existence of key
    then call update function (update process will unlock).
    Regards,
    Clémens

  • Downloading Update Failed - Internal Module Error

    Trying to update my Nokia 6630, and each time it completes the 25mb download before giving me the error.
    Downloading update failes
    Internal module error
    Is this because my phone is a a Vodafone fone, and therefore locked by their software to some description? Or is it a more sinister (or simpler) error?

    28-Mar-2008 01:07 PM
    blue_panther9_9 wrote:
    Could anyone help me with this problem
    i've installed NSU and nokia pc suite(all latest..)
    i've plug the my n95(v20), detected by PC suite...
    i run NSU,, detected,,, and downloaded v21 firmware for n95 (112mb)..
    after it finished downloading, when it try to install it.. it says
    "Downloading update failed"
    "internal module error"
    maybe i didnt read the instruction about change profile to general..
    i changed it to general, the problem still the same...
    okay maybe after i didnt change profile there is some file left in my phone.. so i decided to soft n hard reset.... and i connect again... still showing the same problem, after it finished download...
    so i used my other computer(maybe there is some problem with my vista), so i used my XP...
    and it still showing the same problem..
    i've used that msxml4 solution, but it still didnt work...
    Please help me....
    28-Mar-2008 01:07 PM
    blue_panther9_9 wrote:
    Could anyone help me with this problem
    i've installed NSU and nokia pc suite(all latest..)
    i've plug the my n95(v20), detected by PC suite...
    i run NSU,, detected,,, and downloaded v21 firmware for n95 (112mb)..
    after it finished downloading, when it try to install it.. it says
    "Downloading update failed"
    "internal module error"
    maybe i didnt read the instruction about change profile to general..
    i changed it to general, the problem still the same...
    okay maybe after i didnt change profile there is some file left in my phone.. so i decided to soft n hard reset.... and i connect again... still showing the same problem, after it finished download...
    so i used my other computer(maybe there is some problem with my vista), so i used my XP...
    and it still showing the same problem..
    i've used that msxml4 solution, but it still didnt work...
    Please help me....

  • Purchase order updation without QM module

    Hi Guru
    We are currently using Active ingredient functionality for our product.
    Ideal scenario is,when we do GR of purchase order ,system will generate inspection lot & value of char (Ingredients) will be updated by posting the GR.
    Simultaneously,system will update the PO histry by T-code  MWBQ.
    My question is how can we update the Purchase order histry without activating QM module or without generating Inspection lot.
    Thanks in  advance
    Balkrishna

    the purchase order history  is updated if you do follow on functions with reference to the PO, e.g. a goods receipt and an invoice receipt, or a delivery in case of a STO.
    What history update do you expect?

  • Problem in Update PO Function module in SRM

    Hi all,
    I am updating the existing PO with the Function Module 'bbp_po_app_update_po' in SRM system.When i execute this in my program , I am not getting any errors.
    After this function module call, I committed using 'Commit work and wait'. But my records are not updated. This function module Contains ''BBP_PD_PO_UPDATE''
    function module. It returns the value e_changed = 'X'. But records not updated in table. Please Advice.

    Hi
    I have built a FM to update the PO with a new line item I am getting the same error "update was terminated" when I executed this FM. I am giving here the code can you suggest something.
    FUNCTION Z_ADD_CR_TO_PO.
    *"*"Local Interface:
    *"  IMPORTING
    *"     REFERENCE(CR_NUMBER) TYPE  CRMT_OBJECT_ID_DB
    *"  TABLES
    *"      MESSAGES STRUCTURE  BBP_PDS_MESSAGES
    DATA: lv_text(80)     TYPE c.
    DATA: ls_header_d     LIKE bbp_pds_po_header_d,
          lt_item_d       LIKE bbp_pds_po_item_d OCCURS 0 WITH HEADER LINE,
          lt_account_d    LIKE bbp_pds_acc OCCURS 0 WITH HEADER LINE,
          lt_partner_d    LIKE bbp_pds_partner OCCURS 0 WITH HEADER LINE,
          lt_orgdata_d    LIKE bbp_pds_org OCCURS 0 WITH HEADER LINE,
          lt_status       like   bbp_pds_status occurs 0 with header line ,
          wa_status       type bbp_pds_status,
          new_item_data       LIKE bbp_pds_po_item_d  ,
          new_account_data    LIKE bbp_pds_acc ,
          new_partner_data    LIKE bbp_pds_partner ,
          new_orgdata_data    LIKE bbp_pds_org,
          new_longtext_data   LIKE bbp_pds_longtext,
          new_tax_data        LIKE bbp_pds_tax,
          ls_header_c     LIKE bbp_pds_po_header_ic,
          lt_item_c       LIKE bbp_pds_po_item_icu OCCURS 0 WITH HEADER LINE,
          lt_account_c    LIKE bbp_pds_acc OCCURS 0 WITH HEADER LINE,
          lt_partner_c    LIKE bbp_pds_partner OCCURS 0 WITH HEADER LINE,
          lt_orgdata_c    LIKE bbp_pds_org OCCURS 0 WITH HEADER LINE,
          lt_messages     LIKE bbp_pds_messages OCCURS 0,
          lv_counter      TYPE i,
          lt_longtext_d   LIKE bbp_pds_longtext OCCURS 0 WITH HEADER LINE,
          lt_longtext_c   LIKE bbp_pds_longtext  OCCURS 0 WITH HEADER LINE,
          ls_new_header   LIKE bbp_pds_po_header_d,
          lt_tax like bbp_pds_tax occurs 0 with header line,
          lt_tax_c like bbp_pds_tax occurs 0 with header line,
          changed type c,
          newpoheader type BBP_PDS_PO_HEADER_D.
    DAtA :   new_item_guid type crmd_orderadm_i-guid,
              lin type i,
              new_number type i.
    tables : crm_jest.
    data : status_table type crm_jest occurs 0 with header line,
            original_status like   bbp_pds_status occurs 0 with header line.
    data : wa_req_details like zchg_req_details.
    data:   no_items(4)  .
    data : lineno(4).
    IF sy-batch = 'X'.
      MESSAGE i088(sf) WITH 'Beginn des Performancetests'(102).
    ENDIF.
    CALL FUNCTION 'BBP_PD_PO_GETDETAIL'
      EXPORTING
        i_object_id       = cr_number
        i_attach_with_doc = ' '
        i_with_itemdata   = 'X'
        i_read_be_data    = ' '
      IMPORTING
        e_header          = ls_header_d
      TABLES
        e_item            = lt_item_d
        e_account         = lt_account_d
        e_partner         = lt_partner_d
        e_longtext        = lt_longtext_d
        e_orgdata         = lt_orgdata_d
        e_status          = lt_status
        e_tax             = lt_tax.
    IF sy-batch = 'X'.
      MESSAGE i088(sf) WITH 'GetDetail abgeschlossen'(105).
    ENDIF.
    original_status[] = lt_status[].
    describe table lt_status lines  lineno.
    *preapring header data....
    *Header Data ...
    MOVE ls_header_d TO ls_header_c.
    *CLEAR ls_header_c-object_id.
    *MOVE 'A' TO ls_header_c-guid.
    CONCATENATE 'Kopie von PO '(099) ' mit '(101) no_items ' Positionen'(100)
                INTO ls_header_c-description  .
    LOOP AT lt_partner_d WHERE p_guid = ls_header_d-guid.
      MOVE-CORRESPONDING lt_partner_d TO lt_partner_c.
      lt_partner_c-p_guid = ls_header_c-guid.
    *  CLEAR lt_partner_c-partner_guid.
      APPEND lt_partner_c.
    ENDLOOP.
    LOOP AT lt_orgdata_d WHERE p_guid = ls_header_d-guid.
      MOVE-CORRESPONDING lt_orgdata_d TO lt_orgdata_c.
    *  CLEAR lt_orgdata_c-guid.
      lt_orgdata_c-p_guid = ls_header_c-guid.
      APPEND lt_orgdata_c.
    ENDLOOP.
    LOOP AT lt_longtext_d WHERE guid = ls_header_d-guid.
      MOVE-CORRESPONDING lt_longtext_d TO lt_longtext_c.
    *  CLEAR lt_orgdata_c-guid.
      lt_longtext_c-guid = ls_header_c-guid.
      APPEND lt_longtext_c.
    ENDLOOP.
    DATA: ls_header_u TYPE  bbp_pds_po_header_u .
    MOVE-CORRESPONDING ls_header_c TO ls_new_header.
    MOVE-CORRESPONDING ls_new_header TO ls_header_u.
    ls_header_u-be_log_system = 'ESAPD12125'.
    loop at lt_status.
    status_table-objnr = lt_status-p_guid.
    status_table-stat = lt_status-stat.
    status_table-inact = lt_status-inact.
    modify crm_jest from status_table.
    endloop.
    * Item data ...
    * Fill the new item into item table
    describe table lt_item_d lines lin.
    new_number = lin + 1.
    CALL FUNCTION 'GUID_CREATE'
    IMPORTING
       EV_GUID_16       = new_item_guid.
    new_item_data-guid = new_item_guid.
    new_item_data-number_int = new_number.
    *move ls_header_u-guid to new_item_data-parent.
    new_item_data-description = 'test item'.
    new_item_data-category_id = lt_item_d-category_id.
    new_item_data-quantity = '2'.
    new_item_data-unit = lt_item_d-unit.
    new_item_data-subtype = lt_item_d-subtype.
    new_item_data-price = '10'.
    new_item_data-price_unit = lt_item_d-price_unit.
    new_item_data-deliv_date = sy-datum.
    new_item_data-product_type = lt_item_d-product_type.
    new_item_data-gross_price = '10'.
    *new_item_data-be_obj_item = new_number.
    new_item_data-be_object_type = lt_item_d-be_object_type.
    new_item_data-be_object_id = lt_item_d-be_object_id.
    new_item_data-be_plant = lt_item_d-be_plant.
    new_item_data-be_pur_group = lt_item_d-be_pur_group.
    new_item_data-be_pur_org = lt_item_d-be_pur_org.
    new_item_data-be_co_code = lt_item_d-be_co_code.
    new_item_data-be_doc_type = lt_item_d-be_doc_type.
    new_item_data-be_log_system = 'ESAPD12125'.
    new_item_data-src_object_type = 'ZBUS9000'.
    append  new_item_data to lt_item_d.
    *filling partner data for the new item.
    loop at lt_partner_d where p_guid = lt_item_d-guid.
    move-corresponding lt_partner_d to new_partner_data.
    clear new_partner_data-p_guid.
    clear new_partner_data-partner_guid.
    move new_item_guid to new_partner_data-p_guid.
    append new_partner_data to lt_partner_d.
    clear new_partner_data.
    endloop.
    *filling the account data for the new item.
    new_account_data-p_guid = new_item_guid.
    new_account_data-distr_perc = '100'.
    new_account_data-acc_no = '0001'.
    new_account_data-acc_cat = 'NET'.
    *new_account_data-g_l_acct = wa_req_details-gl_account.
    *new_account_data-network = wa_req_details-acc_number.
    new_account_data-g_l_acct = '0000402611'.
    new_account_data-network = '000090001903'.
    new_account_data-activity = '0010'.
    new_account_data-co_area = '1000'.
    append new_account_data to lt_account_d.
    *filling the tax data
    new_tax_data-p_guid = new_item_guid.
    new_tax_data-tax_code = 'U1'.
    new_tax_data-tax_code_origin = 'F'.
    new_tax_data-currency = 'USD'.
    append new_tax_data to lt_tax.
    *filling Org data for the new item.
    loop at lt_orgdata_d where p_guid = lt_item_d-guid.
    move-corresponding lt_orgdata_d to new_orgdata_data.
    clear new_orgdata_data-p_guid.
    clear new_orgdata_data-guid.
    move new_item_guid to new_orgdata_data-p_guid.
    append new_orgdata_data to lt_orgdata_d.
    clear new_orgdata_data.
    endloop.
    no_items = new_number.
    *updation of data to new tables.
    loop at lt_item_d.
    lv_counter = lv_counter + 1.
    MOVE-CORRESPONDING lt_item_d TO lt_item_c.
    MOVE ls_header_u-guid TO lt_item_c-parent.
    append lt_item_c.
      LOOP AT lt_partner_d WHERE p_guid = lt_item_d-guid.
        MOVE-CORRESPONDING lt_partner_d TO lt_partner_c.
    *    CLEAR: lt_partner_c-partner_guid.
        MOVE lt_item_c-guid TO lt_partner_c-p_guid.
        APPEND lt_partner_c.
      ENDLOOP.
      LOOP AT lt_account_d WHERE p_guid = lt_item_d-guid.
        MOVE-CORRESPONDING lt_account_d TO lt_account_c.
    *    CLEAR lt_account_c-guid.
        MOVE lt_item_c-guid TO lt_account_c-p_guid.
        APPEND lt_account_c.
      ENDLOOP.
      LOOP AT lt_orgdata_d WHERE p_guid = lt_item_d-guid.
        MOVE-CORRESPONDING lt_orgdata_d TO lt_orgdata_c.
    *    CLEAR lt_orgdata_c-guid.
        MOVE lt_item_c-guid TO lt_orgdata_c-p_guid.
        APPEND lt_orgdata_c.
      ENDLOOP.
      LOOP AT lt_longtext_d WHERE guid = lt_item_d-guid.
        MOVE-CORRESPONDING lt_longtext_d TO lt_longtext_c.
    *    CLEAR lt_orgdata_c-guid.
        lt_longtext_c-guid = lt_item_c-guid.
        APPEND lt_longtext_c.
      ENDLOOP.
        LOOP AT lt_tax WHERE p_guid = lt_item_d-guid.
        MOVE-CORRESPONDING lt_tax TO lt_tax_c.
    *    CLEAR lt_orgdata_c-guid.
       MOVE lt_item_c-guid TO lt_tax_c-p_guid.
        APPEND lt_tax_c.
      ENDLOOP.
    *endif.
    endloop.
    *ENDDO.
    CALL FUNCTION 'BBP_PD_PO_UPDATE'
      EXPORTING
        i_park     = 'X'
        i_header   = ls_header_u
      IMPORTING
        E_CHANGED  = changed
        ES_HEADER  = newpoheader
      TABLES
        i_item     = lt_item_c
        i_account  = lt_account_c
        i_partner  = lt_partner_c
        i_longtext = lt_longtext_c
        i_orgdata  = lt_orgdata_c
        e_messages = lt_messages
        i_tax      = lt_tax_c.
    messages[] = lt_messages[].
    *CALL FUNCTION 'BBP_PD_PO_SAVE'.
    CALL FUNCTION 'BBP_PD_PO_SAVE'
    EXPORTING
    **   IV_WORKITEM_ID               =
    **   IV_USERTYPE                  =
       IV_HEADER_GUID               = newpoheader-guid.
    * IV_CREATE_HIST_VERSION       = 'X'.
    CALL FUNCTION 'BBP_PROCDOC_RESET_BUFFER'.
    commit work and wait.
    ENDFUNCTION.

  • Batch status updating using function module BAPI_BATCH_SAVE_REPLICA

    Hi,
    I want to change batch status after creating the outbound delivery through inbound idoc, i was able to create delivery , but after creation, i should update the batch status using function module BAPI_BATCH_SAVE_REPLICA, but i was unable to execute this function module correctly,
    Can any one provide details like what are minimum things that are required to update the batch status using this function module.
    In my system batches are defined at plant level.
    Please let me know the solution if any one knows this.
    With regards.
    P.Prasanth.

    Look at BAPI_INCOMINGINVOICE_POST
    Rob

  • Latest cc update corrupts output module?

    I've been working for weeks on a project and have had no problems rendering to h264.  Today I had a notification of a cc update for AE which I applied.  After doing that I tried to render some comps and each one failed saying the output module has become corrupt or damaged.  I've tried restarting AE, rendering with a different output module, but now it gets about halfway through and if I watch the process monitor as it inches up toward 6gb of memory usage, it finally stops and the cpu usage also stops.  AE doesn't respond and I have to kill the process.  Is anyone else running into issues like this after the latest cc update?  I don't know that it's related, but considering I was having no problems before the update, it makes me wonder.

    I ran a repair on quicktime and tried the render again.  This time it got about 2/3rds of the way through and went past the 6 gb sticking point it had previously kept running into... but alas, it failed again with the same message.  Rendering with the avi lossless w/ alpha module works fine so I guess I'll go that route for now.

  • Glibc update and /lib/modules/extramodules-3.4-ARCH/kernel/oss/ folde

    so I made the steps mentioned here: https://wiki.archlinux.org/index.php/De … iki:usrlib
    after doing "find /lib -exec pacman -Qo -- '{}' \+" I see I have a lot of stuff in "/lib/modules/extramodules-3.4-ARCH/kernel/oss/" folder, BUT I don't even have oss installed. So I wonder, why are they there, and if I can delete this folder?

    Like Capoeira, I also have some files left in my /lib folder:
    [pieter@laptop ~]$ find /lib -exec pacman -Qo -- '{}' \+
    error: cannot determine ownership of directory '/lib'
    /lib/ld-linux.so.2 is owned by glibc 2.16.0-1
    /lib/libcrypt.so.1 is owned by glibc 2.16.0-1
    /lib/libSegFault.so is owned by glibc 2.16.0-1
    /lib/libnss_dns.so.2 is owned by glibc 2.16.0-1
    /lib/librt.so.1 is owned by glibc 2.16.0-1
    /lib/libresolv.so.2 is owned by glibc 2.16.0-1
    /lib/libnss_files.so.2 is owned by glibc 2.16.0-1
    /lib/libc.so.6 is owned by glibc 2.16.0-1
    /lib/libpcprofile.so is owned by glibc 2.16.0-1
    /lib/libnss_compat.so.2 is owned by glibc 2.16.0-1
    /lib/libthread_db-1.0.so is owned by glibc 2.16.0-1
    /lib/libnss_hesiod-2.16.so is owned by glibc 2.16.0-1
    /lib/libresolv-2.16.so is owned by glibc 2.16.0-1
    /lib/libBrokenLocale-2.16.so is owned by glibc 2.16.0-1
    /lib/libmemusage.so is owned by glibc 2.16.0-1
    /lib/libdl.so.2 is owned by glibc 2.16.0-1
    /lib/libutil-2.16.so is owned by glibc 2.16.0-1
    /lib/libnss_nis.so.2 is owned by glibc 2.16.0-1
    /lib/libthread_db.so.1 is owned by glibc 2.16.0-1
    /lib/libnss_files-2.16.so is owned by glibc 2.16.0-1
    /lib/libnss_dns-2.16.so is owned by glibc 2.16.0-1
    /lib/libnss_db.so.2 is owned by glibc 2.16.0-1
    /lib/libnsl-2.16.so is owned by glibc 2.16.0-1
    /lib/libc-2.16.so is owned by glibc 2.16.0-1
    /lib/libcrypt-2.16.so is owned by glibc 2.16.0-1
    /lib/libnss_nisplus-2.16.so is owned by glibc 2.16.0-1
    /lib/libpthread.so.0 is owned by glibc 2.16.0-1
    /lib/libm.so.6 is owned by glibc 2.16.0-1
    /lib/ld-2.16.so is owned by glibc 2.16.0-1
    error: cannot determine ownership of directory '/lib/modules'
    error: cannot determine ownership of directory '/lib/modules/3.3.4-2-ARCH'
    error: cannot determine ownership of directory '/lib/modules/3.3.4-2-ARCH/updates'
    error: cannot determine ownership of directory '/lib/modules/3.3.4-2-ARCH/updates/drivers'
    error: cannot determine ownership of directory '/lib/modules/3.3.4-2-ARCH/updates/drivers/bcma'
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/bcma/bcma.ko
    error: cannot determine ownership of directory '/lib/modules/3.3.4-2-ARCH/updates/drivers/bluetooth'
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/bluetooth/btmrvl.ko
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/bluetooth/btusb.ko
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/bluetooth/ath3k.ko
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/bluetooth/btwilink.ko
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/bluetooth/bcm203x.ko
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/bluetooth/btuart_cs.ko
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/bluetooth/dtl1_cs.ko
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/bluetooth/btsdio.ko
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/bluetooth/btmrvl_sdio.ko
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/bluetooth/hci_vhci.ko
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/bluetooth/bt3c_cs.ko
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/bluetooth/bpa10x.ko
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/bluetooth/bfusb.ko
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/bluetooth/bluecard_cs.ko
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/bluetooth/hci_uart.ko
    error: cannot determine ownership of directory '/lib/modules/3.3.4-2-ARCH/updates/drivers/misc'
    error: cannot determine ownership of directory '/lib/modules/3.3.4-2-ARCH/updates/drivers/misc/eeprom'
    error: cannot determine ownership of directory '/lib/modules/3.3.4-2-ARCH/updates/drivers/net'
    error: cannot determine ownership of directory '/lib/modules/3.3.4-2-ARCH/updates/drivers/net/ethernet'
    error: cannot determine ownership of directory '/lib/modules/3.3.4-2-ARCH/updates/drivers/net/ethernet/broadcom'
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/net/ethernet/broadcom/b44.ko
    error: cannot determine ownership of directory '/lib/modules/3.3.4-2-ARCH/updates/drivers/net/ethernet/atheros'
    error: cannot determine ownership of directory '/lib/modules/3.3.4-2-ARCH/updates/drivers/net/ethernet/atheros/atlx'
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/net/ethernet/atheros/atlx/atl2.ko
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/net/ethernet/atheros/atlx/atl1.ko
    error: cannot determine ownership of directory '/lib/modules/3.3.4-2-ARCH/updates/drivers/net/ethernet/atheros/atl1c'
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/net/ethernet/atheros/atl1c/atl1c.ko
    error: cannot determine ownership of directory '/lib/modules/3.3.4-2-ARCH/updates/drivers/net/ethernet/atheros/atl1e'
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/net/ethernet/atheros/atl1e/atl1e.ko
    error: cannot determine ownership of directory '/lib/modules/3.3.4-2-ARCH/updates/net'
    error: cannot determine ownership of directory '/lib/modules/3.3.4-2-ARCH/updates/net/bluetooth'
    error: cannot determine ownership of directory '/lib/modules/3.3.4-2-ARCH/updates/net/bluetooth/hidp'
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/net/bluetooth/hidp/hidp.ko
    error: cannot determine ownership of directory '/lib/modules/3.3.4-2-ARCH/updates/net/bluetooth/rfcomm'
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/net/bluetooth/rfcomm/rfcomm.ko
    error: cannot determine ownership of directory '/lib/modules/3.3.4-2-ARCH/updates/net/bluetooth/bnep'
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/net/bluetooth/bnep/bnep.ko
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/net/bluetooth/bluetooth.ko
    error: cannot determine ownership of directory '/lib/modules/3.3.4-2-ARCH/updates/net/bluetooth/cmtp'
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/net/bluetooth/cmtp/cmtp.ko
    /lib/libm-2.16.so is owned by glibc 2.16.0-1
    /lib/libanl-2.16.so is owned by glibc 2.16.0-1
    /lib/libnss_db-2.16.so is owned by glibc 2.16.0-1
    /lib/libcidn-2.16.so is owned by glibc 2.16.0-1
    /lib/libdl-2.16.so is owned by glibc 2.16.0-1
    /lib/libnss_compat-2.16.so is owned by glibc 2.16.0-1
    /lib/libpthread-2.16.so is owned by glibc 2.16.0-1
    /lib/libBrokenLocale.so.1 is owned by glibc 2.16.0-1
    /lib/libnss_hesiod.so.2 is owned by glibc 2.16.0-1
    /lib/libnsl.so.1 is owned by glibc 2.16.0-1
    error: cannot determine ownership of directory '/lib/udev'
    error: cannot determine ownership of directory '/lib/udev/rules.d'
    error: No package owns /lib/udev/rules.d/50-compat_firmware.rules
    error: No package owns /lib/udev/compat_firmware.sh
    /lib/libnss_nisplus.so.2 is owned by glibc 2.16.0-1
    /lib/libutil.so.1 is owned by glibc 2.16.0-1
    /lib/libanl.so.1 is owned by glibc 2.16.0-1
    /lib/libnss_nis-2.16.so is owned by glibc 2.16.0-1
    /lib/librt-2.16.so is owned by glibc 2.16.0-1
    /lib/libcidn.so.1 is owned by glibc 2.16.0-1
    If a file is not owned by any package, as is the case for all files in this list (except for the ones owned by glibc), can I then just remove it? I might make a backup of those files just to be sure, but it doesn't make sense to just copy this stuff to /usr/lib.
    Last edited by Ailurus (2012-07-14 15:57:28)

  • Reposting: Unable to Update Integrated Management Module (IMM) firmware

    This post was originally posted on IBM’s developerWorks public forum (https://www.ibm.com/developerworks/community/forums/html/topic?id=0e1070ab-fbdc-4aa0-b9ea-3f9e391759...  The following is a summary of the post issue and the response.
    Issue:
    I'm using the UpdateXpress System Pack Installer to update the Integrated Management Module (IMM) firmware on my System X server (model 7915) running Windows Server 2012 R2 Server Core.
    When I run the command to install the update (ibm_utl_uxspi_9.51_winsrvr_32-64.exe up -l "\\server\share" -m 7915) and it gets to the point where it is ready to install the IMM firmware update, it fails with the message "Unable to ping through IMM" and then references a log file.  According to the log file, the system is trying to ping "169.254.95.118" which is not the pre configured static IP address on the IMM interface.
    I am able to remotely ping the static IP that I've configured and I'm able to log into the IMM web interface. Everything appears to be working correctly with the IMM, except that this UpdateXpress installer is not picking up the configured IMM’s static address.
    Solution:
    The UpdateXpress System Pack installer does not use the Integrated Management Module (IMM)'s interface and it will try to contact the card via the USB-LAN interface via the OS. The 169 address is the DHCP address assigned by the OS to the USB-LAN card (you should see it in a list of interfaces). When you run the installer from the OS, it will search for the card via the USB-LAN and if it's blocked it will fail.  Any security restrictions on that interface or a firewall running on it will block it.
    Since you can login to the card itself, you can always just upload the IMM firmware package (.exe or .bin) to the card directly via its own Firmware Update function.  This option is on the left about halfway down the menu. All you need to do is to give it the file path to where the package is located and follow the prompts for the upload and update.
    Or, you can remove the static IP you assigned and set it back to DHCP.  Typically the installer will find the interface, enable it as needed, and then an IP address will get assigned automatically.

    Hi Lawrence,
    Sorry for the delay, i was Out of station. Also, one info i have to share with you, there is an another server with same version (7.5.7601)
    and is getting FEP updates without any fail.
    I haven't rebooted the server because it is critical server, so i have applied the remaining and here is the logs.
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    2014-03-02 21:57:00:057
    Triggering AU detection through DetectNow API
    2014-03-02 21:57:00:057
    Can not perform non-interactive scan if AU is interactive-only
    2014-03-02 22:01:14:641
    WARNING: GetConfig failure, error = 0x80244019, soap client error = 10, soap error code = 0, HTTP status code = 404
    2014-03-02 22:01:14:641
    WARNING: PTError: 0x80244019
    2014-03-02 22:01:14:641
    WARNING: GetConfig_WithRecovery failed: 0x80244019
    2014-03-02 22:01:14:641
    WARNING: RefreshConfig failed: 0x80244019
    2014-03-02 22:01:14:641
    WARNING: RefreshPTState failed: 0x80244019
    2014-03-02 22:01:14:641
    WARNING: PTError: 0x80244019
    2014-03-02 22:01:14:641
    WARNING: Reporter failed to upload events with hr = 80244019.
    2014-03-02 22:26:16:148
    WARNING: GetConfig failure, error = 0x80244019, soap client error = 10, soap error code = 0, HTTP status code = 404
    2014-03-02 22:26:16:148
    WARNING: PTError: 0x80244019
    2014-03-02 22:26:16:148
    WARNING: GetConfig_WithRecovery failed: 0x80244019
    2014-03-02 22:26:16:148
    WARNING: RefreshConfig failed: 0x80244019
    2014-03-02 22:26:16:148
    WARNING: RefreshPTState failed: 0x80244019
    2014-03-02 22:26:16:148
    WARNING: PTError: 0x80244019
    2014-03-02 22:26:16:148
    WARNING: Reporter failed to upload events with hr = 80244019.
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    Jay :)

  • BPCK table updation in PSM module

    Dear Sir/Madam,
    When does the BPCK table gets updated in the PSM module. What is the effect of this updation. does it cause any inconsistency in the budget structure. what is the significance of the value type 46 and 72.
    KIndly advice
    Prashant Zinge

    Hi,
    BPCK is a generated table for AVC (availablility control) ledger for former budgetting. It's updated whenever you change the FM objects which might change the AVC control logic. BPCK is dependent on budget structure and not vice versa. Value type 46 means 'cash release' and 72 'budget release', if you have Release scenario activated in your budget management scheme.
    Regards,
    Eli

  • Update button in module pool program

    Hi Experts,
    i have problem with my report, i developed my own DDIC table, screen to insert data in to table,
    so my prb is, i have screen on which there r 3 buttons  called(INSERT,UPDATE,EXIT)
    so insert n exit is ok but when i press UPDATE its not working upto my requirement,
    my requiremnt is :-
    i have a fields called end_gallons n rin_no ,so im adding end gallons for every record entered
    n it is concatenating and displays in rin_no.
    so in concatenation it should display data with added values and with preceeding zeros for easy to understand ill send u my code so plz correct it
    WHEN 'CHN'.
    SELECT END_GALLONS
           RIN_NO FROM ZRIN INTO TABLE I_ZRIN WHERE FILL_DATE =
    ZRIN-FILL_DATE.
    EGALLONS = ZRIN-END_GALLONS.
    SUM = 0.
    LOOP AT I_ZRIN.
    SUM =  EGALLONS + I_ZRIN-END_GALLONS.
    ENDLOOP.
    ZRIN-END_GALLONS = SUM.
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'
      EXPORTING
        INPUT         = GALLONS
      IMPORTING
        OUTPUT        = GALLONS
    I_ZRIN-END_GALLONS = GALLONS.
    MOVE ZRIN-BILL_OF_LADING TO T_ZRIN-BILL_OF_LADING.
    MOVE ZRIN-ASSIGNED_RIN TO T_ZRIN-ASSIGNED_RIN.
    MOVE ZRIN-CALENDAR_YEAR TO T_ZRIN-CALENDAR_YEAR.
    MOVE ZRIN-EPA_COMPANY_ID TO T_ZRIN-EPA_COMPANY_ID.
    MOVE ZRIN-EPA_FACITILY_ID TO T_ZRIN-EPA_FACITILY_ID.
    MOVE ZRIN-RIN_BATCH_CODE TO T_ZRIN-RIN_BATCH_CODE.
    MOVE ZRIN-EQUIVA_VALUE TO T_ZRIN-EQUIVA_VALUE.
    MOVE ZRIN-CELLULOSIC TO T_ZRIN-CELLULOSIC.
    MOVE ZRIN-START_GALLONS TO T_ZRIN-START_GALLONS.
    MOVE ZRIN-END_GALLONS TO T_ZRIN-END_GALLONS.
    CONCATENATE  T_ZRIN-BILL_OF_LADING
                 T_ZRIN-ASSIGNED_RIN
                 T_ZRIN-CALENDAR_YEAR
                 T_ZRIN-EPA_COMPANY_ID
                 T_ZRIN-EPA_FACITILY_ID
                 T_ZRIN-RIN_BATCH_CODE
                 T_ZRIN-EQUIVA_VALUE
                 T_ZRIN-CELLULOSIC
                 T_ZRIN-START_GALLONS
                 T_ZRIN-END_GALLONS INTO ZRIN-RIN_NO.
    UPDATE ZRIN SET END_GALLONS = ZRIN-END_GALLONS
                          RIN_NO = ZRIN-RIN_NO
    WHERE FILL_DATE = ZRIN-FILL_DATE.
    UPDATE ZRIN SET ASSIGNED_RIN = ZRIN-ASSIGNED_RIN
    CALENDAR_YEAR = ZRIN-CALENDAR_YEAR
    EPA_COMPANY_ID = ZRIN-EPA_COMPANY_ID
    EPA_FACITILY_ID = ZRIN-EPA_FACITILY_ID
    RIN_BATCH_CODE = ZRIN-RIN_BATCH_CODE
    EQUIVA_VALUE = ZRIN-EQUIVA_VALUE
    CELLULOSIC = ZRIN-CELLULOSIC
    START_GALLONS = ZRIN-START_GALLONS
    *END_GALLONS = ZRIN-END_GALLONS
    *RIN_NO = ZRIN-RIN_NO
    TRANSFER_OR_EPA = ZRIN-TRANSFER_OR_EPA
    FILL_DATE = ZRIN-FILL_DATE
    VOL_TRANSFERED = ZRIN-VOL_TRANSFERED
    WHERE BILL_OF_LADING = ZRIN-BILL_OF_LADING.

    Hi Rajesh,
    What is the problem you are facing are you not getting the Gallons values as expected.
    Thanks & regards,
    M.Ramana Murthy

  • Infotype Updation In HR Module

    Can anyone give me a code regarding
    When an ALV Editable report is generated there should be ‘Update’ button on the output screen. Once this button is clicked specific field values displayed on editable report should get updated in infotype.

    dear u have to create Screen and Custom Control also
    and put Button there
    inthe PAI event u can create code for update infotype.
    Rewards if useful.

  • Pod updation using function module

    HI All,
        Can any one say me how can we update the POD of a delivery By using the FM  LE_POD_TVPOD_UPDATE. Please provide me what are all fields need to be filled so that we can update the LIKP and the TVpod table's.
    Thanks and regards,
    Naresh

    Hi,
    If your are not sure which values to be passed.
    Try to have a SELECT on this table and put into an Internal table then pass this respective table fields  values to the FM parameters.
    Or in SE37 run this FM first by considerieng one entry from the Table T706F and cehck the results. Then you will come to know wat values to be passed. then do the same in the program by calling this FM.
    If you can cehck this Fm, all the parameters are referring to the T706F table only.
    Thanks & Regards,
    Chandralekha.

Maybe you are looking for

  • B2B-50081  Duplicated exchange protocol message error

    Hi, I tested a scenario for ebXML inbound type. for the first time it worked correctly with no errors. i got instance created in my soa composite. but from the next time, even though i changed the input xml file name with unique message id, i'm getti

  • 22 in display red pixel flickering

    I have an older second hand 22 in cinema display connected to my 1.25 ghz powerbook. it uses an older round adc/dvi adapter. anyone know why or how to solve constant red pixels/lines flickering horizontally on black backgrounds?

  • HT6154 when i tried to update my iphone it tells me i have to restore my phone because it is in recovery mode but it will erase everything

    when i tried to update my phone it told me it was in recovery mode and needed to restart the whole iphone also saying that everything in my iphone would be deleted how can i prevent all my stuff from being erased permanetly ???

  • Where do you find DC caf/eu/gp/api?

    I am attempting to do the "Implementing a Callable Object for Background Execution" tutorial and I can not find the DCs "caf/eu/gp/api".  I have NetWeaver Stuidio 7.0.08 installed.  What other components must be installed into NetWeaver?

  • Error when creating Ap Memo draft

    Dear All, I have problem when running code bellow using VS.Net2005, SAP B1 2007B: Code : Dim vAPmemo As SAPbobsCOM.Documents vAPmemo = CType(oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oDrafts), SAPbobsCOM.Documents) Err Message : italics "Ex