HR_INFOTYPE_OPERATION adding the COBL structure.

hello,
I need to modify an 2006 infotype created by PA30.
I use the MF  RP_PLANT_DATA_UPDATE_TABLES  to create the assob and asshr entries for that infotype, that´s ok.
Next i try to place the pa2002-REFEX = 'X' with the FM HR_INFOTYPE_OPERATION but, need the COBL values again.
How can i add the cost center to a infotype from HR_INFOTYPE_OPERATION or how  can i link the RP_PLANT_DATA_UPDATE_TABLES with my infotype.
I test that.
2002_wa = pa2002.
2002_wa-refex = 'X'.
modify pa2002 from 2002_wa.
and runs ok, But i do not want modify directly the infotype.

Hi Pedro,
No, I have all the information to modify the infotype, but when i place 'X' in the field REFEX, if you executes the FM  HR_INFOTYPE_OPERATION in DIALOG_MODE  visible, the Ceko popup appears, and how the field COBL-KOSTL is mandatory i can not go on,  i do not know how can i give the kostl to the COBL structure.
if i do not use the REFEX = 'X'. i can modify the infotype with no problem, but i need the cost center in the infotype.
I am changing the 2003 infotype.
thanks.

Similar Messages

  • I have copied many photo's from another laptop to my Mac.  The older photo's are in directories with names that help me select what I need to view. I would like to have all my imported new photo's also bee added to the directory structure I have in Finder

    I have copied many photo's from another laptop to my Mac.  The older photo's are in directories with names that help me select what I need to view. I would like to have all my imported new photo's also bee added to the directory structure I have in Finder but my new photo's are all in iPhoto.  I want to use directories for storing and iPhoto for viewing.  Is this possible or do I need to have all my photo's in iPhoto??
    Mitch

    iPhoto is not a Photo Viewer. It's a Photo Manager and designed for looking after the files while you organise the Photos. It really works much better if you let it manage those files. If you use iPhoto you never go near those files because iPhoto is your start point for anything you want to do with your Photos - the point of the pplication.
    You can run iPhoto in Referenced mode, where it does not copy the files to the Library, but I caution you that you are making life a lot more difficult for yourself by doing that.
    How to, and some comments on why you shouldn't, are in this thread
    https://discussions.apple.com/thread/3062728?tstart=0
    Regards
    TD

  • Issue with the new COPA field added into the BBSEG Structure

    Hello All,
    I have an issue with the new COPA field added into the BBSEG Structure.
    I think its added becuase of test Operationa Conern Created by somebody.
    Can you please let me know how to remove that structure from BBSEG Structure.
    Thanks
    vsr

    Hi Monohar & Ankur,
      Thanks for your answers..
      main issue is suddenly new field called RKE_COPA_KOSTL has  been added to the BBESG Structure..
      Because of this RFBIBL00 Upload is not working. I heard that  this new fields will come by generating Operating Concerns by Transaction KEA0.I found an operating concern which was created as a test in developemt system..
      But I am not sure how to delete that operating concern.Even i am not sure if we delete the Operating Concern ..is it going to delete that field in BBESG Structure or not??
    Please advise me..
    Thanks
    sathi

  • The Database Structure Has Been Modified

    Good Day!
    Just want to ask what is the probable reason why upon using SAP, there is a system message " The database structure has been modified. In order to resume the process, all open windows will be closed. Continue?"  Even upon user log in , this system message appear affecting other user's data entry. Upon adding of the document (of other users when this system message appear), all the UDFs are missing, causing their data entry to be inaccurate since you cannot update row level once the document has been added.
    Hope to hear from you soon.
    Thanks
    Sandra

    Hello ...
    This error message appears every time that has altered the structure of the database, either by creating a new field of user or user table, so it is inevitable that appear the same.
    Now, it is necessary as a measure, to control who has access to make these changes, and that they are made without users.
    I hope it will help
    Best regards,

  • The database structure has been modified - how to check if it happend?

    Hello,
    I have a question. How to check if the database structure has been modified? I know that there is shown a messagebox after creating table and adding some fields, but sometimes this message appear after some seconds. The problem is that I want to create table and UDO for this table, and until database structure is not modified I got an error message. If I wait and DB strucuture modifies then UDO is creating correctly.
    My question is - does anyone know how to check if database structure has been modified?
    Regards,
    Hmg

    Hi Szymon,
    I guess you are stuck up in a kinda scenario, where in, you will be populating a form with values, before the structure modifies, if this is going to be your problem, I can help you out with a work around.
    In the beginning of the process, before the creation of the UDO or tables, set a boolean value to false, and once all UDO's and Tables are created, only then, should you make it true and only after the boolean becomes true, you should proceed with populating the values from the screen.
    I really ament sure what your problem is, but one of my guys faced this problem, I then, thought even you might have a similar problem.
    Satish.

  • I would like some help in determining the proper structure/implementation

    I would like some help in determining the proper structure/implementation for the following scenario:
    I have ~10 steel rods that have been equipped with a strain gauge.  The most I would have is ~30 steel rods.
    Each setup has had a 10 point calibration done.
    These steel rod/strain gauge setups are assigned a calibration number.
    The data would be grouped for each steel rod and identified by the calibration number. 
    I would like to use that calibration data to determine the Young’s Modulus for each steel rod and store that within the specific rod’s information.
    I want the user to be able to add new steel rods dynamically and the Young’s Modulus calculated and stored with it.
    There are two different types of rods.
    The cross-sectional area of the rod needs to be stored and that value is constant based on the rod type (so there are two different area values).
    After a rod’s calibration data is entered the first time, the data should be static so it doesn’t need to be re-entered.
    The user would enter the cal#, the 10 point calibration data, and the rod type.
    The user will only see the steel rod cal# on the FP.
    I am using a queue-based producer/consumer with event structure for the front panel interface.  So I’m thinking whenever a rod cal# was added I would call a subvi where the calibration data can be entered and then the Young’s Modulus could be calculated and stored.  An option to edit/review existing cal data should be available.
    LabVIEW 2010, Win 7.
    My initial idea was:
    Rod Arr – array of clusters:
    Rod Info - cluster:
    Calibration number – string
    Rod Scale cluster:
    mV/V – double array
    force – double array
    Young’s Modulus – double
    Rod type – enum
    Cross-sectional area – double
    I have not implemented this because I’m not sure how to implement that AND keep the data after it’s been entered.  And all of the bundling/unbundling anytime I want to access/edit any rod information can be BD consuming.  I thought a lookup table might work.  When I looked on the forums for a lookup table I was pointed in the direction of arrays/clusters.
    So I have two questions:
    What would be the best structure for the steel rod data?
    What would be the best data type for the calibration# that the user can edit (enum, ring, ?)?

    I would make a couple of small change to your proposed data layout (highlighted in blue):
    Rod Arr – array of clusters:
    Rod Info - cluster:
    Calibration number – string
    Array of Rod Scale cluster:
    mV/V – double
    force – double
    Young’s Modulus – double
    Rod type – enum
    Cross-sectional area – double
    For the calibration data, I would have an array of clusters rather than a cluster of arrays.  IMHO, this makes it easier to index through the calibration points, and makes it less likely you will ever have a situation where you don't have the same number of mV/V and force points.  I'd also move the Young's modulus, type, and area info into the Rod Info cluster.
    I prefer to store this type of configuration in the system registry, but that is more complicated and far from universal in the LabVIEW world.  A simpler way would be to simply pass the entire array to the "write to binary file" function.  If you do this, however, you might want to add a version number, otherwise it will be very difficult to maintain backwards compatibility if you ever need to change the data structure.
    As far as the control type, it depends on what the user is entering.  If the user is mostly entering calibration numbers already in the system, I would use a (system) combo box.  This allows the user to select an existing calibration number from the menu, but also to enter a new calibration number if they need to.  If the user will almost always enter new calibration numbers, then I would use a standard string control.  Either way, you'll probably want to validate the format of the number the user enters.
    Mark Moss
    Electrical Validation Engineer
    GHSP

  • Problem in populating the new field from the extract structure. Kindly help

    my requirement a new text field is added on R/3 side and I have to populate
    the same field into BW.
    In the R/3 a new customization table 'AAA' is created which will have
    code - char 3 and
    text - char 30.
    The code field is added to a table BBB.
    The SAP standard generic data source exracts data from the table BBB where in the new code field have been added.
    Now I can the see the code field in the extract structure and not in the data source as the filed has selection value 'A' when checked in the ROOSFIELD table.
    To populate the value in BW, I will be creating a Generic Master Data text wherein I fetch the values from the table 'AAA' which the fields code and text  and replicate the same in BW.
    In the reporting level, the code InfoObject will be selected as display both KEY and TeXT, by doing I can populate the values of TEXT in the reporting.
    But to achieve the same I need to add the field code in the ODS but cannot do the same because I am not able to see the field code in the data source.
    Kindly let me know how to achieve the same.
    Also let me know if there is any alternate solution to populate the text field in BW.
    Any Inputs will be appreciated.
    Thanks

    > You should get the userdatasources bound to the
    > columns and assign the values of the recordset to
    > each one and after that use "setLineData" to write in
    > the matrix.
    >
    > hope it helps
    Hi all,
    i have created tables (non BO Tables) directly on the SQL-server and want to use recordset to populate a user form matrix.
    Is there any workaround to achieve this using non BO tables?
    Please provide some sample code since it is a very urgent matter.
    regards
    Daniel

  • '*' in the recordset structure resulting no val's for fieldFixedLengths

    '*' in one of the recordset structure resulting no values for fieldFixedLengths
    Dear All, I have a strange (at least, strange to me) problem in file content conversion in sender file adapter. 
    I have Data type with following structures
    DT_FLAT_IN
    -Struc1  (0..1)
    --FKEY
    --FVAL
    -Struc2  (0..1)
    --FKEY
    --FVAL
    -Struc3  (0..1)
    --FKEY
    --FVAL
    -Struc4  (0..Unbounded)
    --FKEY
    --FLD1
    --FLD2
    --FLD3
    Flat File i get is like this
    KEY1    1234567
    KEY2    2343434
    KEY345  XVD
    102003171979SS^^
    in the content conversion, i have 2 sets of parameters (this is FTP and ContentConv)
    ignoreRecordsetName -> true
    Struc1.fieldFixedLengths -> 8,12
    Struc1.fieldNames -> FKEY,FVAL
    Struc1.processConfiguration ->FromConfiguration
    Struc1.keyFieldValue -> KEY1
    Struc1.lastFieldsOptional -> YES
    Struc1.keyFieldInStructure ->ignore
    Struc1.endSeparator ->'nl'
    Pretty much same for Struc2 and Struc3 but the struc4 has different set of parameters as this
    has the separator instead of fixed length.
    Struc4.fieldSeparator -> ^
    Struc4.fieldNames -> FKEY,FLD1,FLD2,FLD3
    Struc4.processConfiguration ->FromConfiguration
    Struc4.keyFieldValue -> 1020
    Struc4.lastFieldsOptional -> YES
    Struc4.keyFieldInStructure ->ignore
    Struc4.endSeparator ->'nl'
    The problem is if I specify * in recordset structure field then i don't see any of the
    Struc1, Struc2, Struc3 values in inbound message payload.
    for example: Struc1,1,Struc2,1,Struc3,1,Struc4,*
    or
    Struc1,1,Struc2,*,Struc3,1,Struc4,1
    If i change it to 1 then i see the values in inbound payload for everything in the file.
    For example: Struc1,1,Struc2,1,Struc3,1,Struc4,1
    I have gone through the blogs,SDN forum, SAP Help for parameters as well as google but i couldnt find
    anything that solves this problem.
    Please let me know what i am missing or is there any order in Parameter specifications?
    I have added/removed parameters (Trial and error) but couldnt figured it out on my own.
    Any help regarding this is appreciated.
    Thanks in advance.

    Dear All,
    Thanks for sharing your thoughts. After a long struggle, i was able to figure it out the problem and the solution may not be appropriate but at least working for me.
    fixedFieldLengths was 8,12 but i have changed it to the length of the value... in my scenario, for example, the value is 'YES' - though the length will be 8 including spaces, i have changed it to 3 from 8.
    Somehow, this worked and i am, now, able to use * for other structures.
    Just in case, if anyone has the problem.

  • How to get the folder structure using Sevlets

    Hi....
    I have to retrieve the directory structure on the server and display it
    to the user. Once the user selects a folder from the tree, the files
    have to load on a different pane. Of course the folder structure could
    change on the server if any folder or file is added. In short, i have
    to get something like the windows file explorer.Also I need to get the path to a particular folder in the server. Is it possible to do
    this with using servlets. If we can do this using
    servlets, how can i retrieve the folder structure and send it to the
    user interface?
    Can somebody help me to do this please.....
    Thanks!

    I need to get the path to a particular folder in the
    server. Is it possible to do
    this with using servlets.You can use:
    String thePath = getServletContext().getRealPath("/WEB-INF/someDir/somefile");
    If we can do this using
    servlets, how can i retrieve the folder structure and
    send it to the
    user interface?You could try using a File object and its method listFiles() or some of its other methods.

  • Need help in ABAP code to Enhance the Extract Structure ?????

    Hi all,
        I want to enhance the extract structure to get KBETR & KBRUE fields of KONP table since it didn’t allow me to add those fields while creating the generic extractor because of currency key problems. I want to read all KONP records into internal table with KNUMH (Key). Next, I want to fill them into ZZKBETR & ZZKBRUE of Extract Structure ZOXUR40065 in loop.
    DATA:
      i_t_zrebate like ZOXUR40065 occurs 0 with header line,
      reb_tabix like sy-tabix.
    TABLES: KONP.
      Could you please help me in completing the ABAP code?
    Thanks,
    Venkat.

    Hello Manga,
        I have included the following code in ZXRSAU01:
    WHEN 'ZREBATE'.
    PERFORM ZREBATE_EXIT TABLES C_T_DATA.
    After Double click on ZREBATE_EXIT on perform statement, it created ZXRSAF01 include and the following code is added in it:
    FORM ZREBATE_EXIT TABLES FP_C_T_DATA STRUCTURE ZOXUR40065.
    DATA:
    i_t_zrebate like ZOXUR40065 occurs 0 with header line,
    reb_tabix like sy-tabix.
    FIELD-SYMBOLS: <l_c_t_data> TYPE ZOXUR40065.
    LOOP AT fp_c_t_data ASSIGNING <l_c_t_data>.
    reb_tabix = sy-tabix.
    select single KBETR KBRUE
    into (<l_c_t_data>-ZZKBETR,
    <l_c_t_data>-ZZKBRUE,
    from KONP
    where KNUMH eq <l_c_t_data>-KNUMH.
    if sy-subrc eq 0.
    MODIFY fp_c_t_data FROM <l_c_t_data> INDEX reb_tabix.
    endif.
    CLEAR:reb_tabix.
    ENDLOOP.
    ENDFORM.
    When I tried to Activate this ZXRSAF01 include, it fails with 'The FORM "ZREBATE_EXIT" does not exist'.
      Should it be FP_C_T  or P_C_T? I found P_C_T in ZXRSAF01 include.
      What is wrong with it, please ?
       Can't I add this whole code in main include ZXRSAU01itself?
      The Extractor ZREBATE is based on KONA, KONH & KONP tables. This Extractor and KONA table have the same 4000 records and KONP has 13000 records. I want to extract KBERT & KBRUE from KONP.
       Thanks in advance.
    Regards,
    Venkat

  • [NEW] [IMAGES] Adding the ability to preview/live edit the source code.

    If the Muse Team added this, they could relax and not worry about adding so many other features.
    Sure, you can do this already in your browser. But it's not really a dynamically edit thing.
    Here, let me demonstrate.
    You could naviagate (or shortcut) to a new button, as you can see below.
    Once clicked you will get a dialog to choose preset program, open your own, or exit.
    As you can see above, if the user does not have Dreamweaver, it will be greyed out.
    You could probably guess what the dreamweaver would look like, but the muse editor may look like this.
    Maybe even some html tags in button form
    Of course, it would have content in it, including the <html> structure, including <head> and <body>
    Why add this? Well...
    Since Adobe Muse doesn't support all the features of the internet, you can easily add it here yourself! Until they add a button of course.
    Then the Muse Team won't be so rushed to get all these features out.
    Really hope they add this.
    Also, they could touchup and make it look nicer, I just did some quick photoshop.
    Note: We kind of have this already, though we can only edit the header... sort of...
    This could be already done by exporting the html, opening it in a text editor, editing the code, somehow adding it back to muse, and realizing that you forgot some code, repeat.
    But that is too long of a process, this request is much easier.

    Most Segregation of Duties (SOD) functionality has been moved to AACG. From my understanding AACG's job is to handle SOD across platforms (EBS, PeopleSoft, HFM, etc.), the visualization was probably moved to the AACG product and that's why it's no longer in the PCG product. Out of the box AACG can connect to EBS and Peoplesoft, you can build connectors for other platforms to manage SOD controls across these different systems. Because AACG is no longer an "EBS only" product, I believe the need to use AACG for all approvals/SOD functionality is required.
    Think of AACG as your SOD workbench, where you can simulate SOD access, model controls, create controls, remediate incidents, etc. Between LogicalApps (5+ years old) and the new Oracle GRC products, there has been some migration of features to newer products.
    Don't forget, If you feel you need a feature in a certain product (even if it has moved), you always have the ability to request it via My Oracle Support. I hope that has helped in understanding what direction the products have taken.

  • Change the attribute structure of a dynamic query object

    Hi,
    As seen below, the attribute structure is a Z structure..
    I want to revert/change it to the std structure CRMT_BUPA_IL_HEADER_SEARCH
    I don't find any display/change buttons there...how do I achieve it?
    Thanks
    Madhukar

    HI Deepika,
    Thanks For your reply...
    My component - BT116S_SRVO.
    I have added Customer appointment date and customer appointment time and prodcut delivery statud date and prodcut delivery time in service order reslut screen.By using AET i have created all the feilds and ihave added same fields in result screen...
    Now in component - BT116S_SRVO , ihave implemented the logic of getter method of CUSTOMER appointment date is as follows.,Now date and time is coming..but it is perfromance problem na..so for avoid this issue we need to do in BADI implementation rite?could you please tell me the steps and how to implement the logic..please help
    GETTER METHOD
    DATA: current TYPE REF TO if_bol_bo_property_access.
    DATA: dref TYPE REF TO data,
    lv_guid TYPE crmt_genil_object_guid.
    value = ' '. "#EC NOTEXT
    IF iterator IS BOUND.
    current = iterator->get_current( ).
    ELSE.
    current = collection_wrapper->get_current( ).
    ENDIF.
    lv_guid = current->get_property_as_string( iv_attr_name = 'GUID' ).
    DATA : lr_current TYPE REF TO cl_crm_bol_entity,
    lr_parent TYPE REF TO cl_crm_bol_entity.
    * lv_guid TYPE crmt_genil_object_guid.
    DATA : lv_appt_type TYPE string.
    DATA : lv_time_from TYPE string.
    DATA:
    lt_header_guid TYPE crmt_object_guid_tab,
    lt_orderadm_h TYPE crmt_orderadm_h_wrkt,
    lt_orderadm_i TYPE crmt_orderadm_i_wrkt,
    ls_requested TYPE crmt_object_name,
    lt_requested TYPE crmt_object_name_tab,
    lt_appointment_wrk TYPE crmt_appointment_wrkt,
    ls_appointment_wrk TYPE crmt_appointment_wrk.
    INSERT lv_guid INTO TABLE lt_header_guid.
    ls_requested = 'APPOINTMENT'.
    INSERT ls_requested INTO TABLE lt_requested.
    * append ls_requested to lt_requested.
    CALL FUNCTION 'CRM_ORDER_READ'
    EXPORTING
    it_header_guid = lt_header_guid
    it_requested_objects = lt_requested
    IMPORTING
    * et_orderadm_h = lt_orderadm_h
    et_appointment = lt_appointment_wrk
    * CHANGING
    * CV_LOG_HANDLE =
    EXCEPTIONS
    document_not_found = 1
    error_occurred = 2
    document_locked = 3
    no_change_authority = 4
    no_display_authority = 5
    no_change_allowed = 6
    OTHERS = 7.
    IF sy-subrc <> 0.
    * Implement suitable error handling here
    ENDIF.
    READ TABLE lt_appointment_wrk INTO ls_appointment_wrk WITH KEY appt_type = 'ZCST_APT'.
    IF sy-subrc EQ 0.
    CALL FUNCTION 'CONVERT_DATE_TO_EXTERNAL'
    EXPORTING
    date_internal = ls_appointment_wrk-date_from
    IMPORTING
    date_external = value
    EXCEPTIONS
    date_internal_is_invalid = 1
    OTHERS = 2.
    IF sy-subrc <> 0.
    * Implement suitable error handling here
    ENDIF.
    ENDIF.
    Thanks
    Kalpana

  • What is the input structure of the custom module

    Hi,
    I have a scenario SQLDB -> Xi -> R3 .
    Here I have added a custom module before callsapadapter module.
    As I know the sequence of module calling will be as follows :
    1. Standard jdbc adapter
    2. custom module
    3. callsapadapter
    Standard jdbc adapter has a select query . After that what will be the input format for my custom module .Will it be the xml structure of my source Data type or will it be a resultset or will it be a inputstream(stream of xml fomat????).
    And then in which format i need to generate the output format for CallSapAdapter.
    Regards

    See:
    *[https://bugzilla.mozilla.org/show_bug.cgi?id=597224 Bug 597224] – HTTP Cache: use directory tree to store cache files
    *[https://bugzilla.mozilla.org/show_bug.cgi?id=559729 Bug 559729] – Meta-bug: improve HTTP cache

  • 10.5.8 update corrupted the Volume Structure of my MacBook Pro and iMac

    After installing the 10.5.8 update on my Macbook Pro AND my iMac, BOTH computers refuse to boot up. If I boot from a TechTool Deluxe DVD and run the system scan, It fails both the Directory Scan and the Volume Structure test. The only common application on these computers is the Fusion PC emulator. I was reading that the newest update fixed problems with this application. PLEASE HELP!!!

    Some general advice on updating:
    It is worth noting that it is an extreme rarity for updates to cause upsets to your system, as they have all been extensively beta-tested, but they may well reveal pre-existing ones, particularly those of which you may have been unaware. If you are actually aware of any glitches, make sure they are fixed before proceeding further.
    So before you do anything else:
    If you can, make a full backup first to an external hard disk. Ideally you should always have a bootable clone of your system that enables you to revert to the previous pre-update state.
    Turn off sleep mode for both screen and hard disk.
    Disconnect all peripherals except your keyboard and mouse.
    1. Repair Permissions (in Disk Utility)
    2. Verify the state of your hard disk using Disk Utility. If any faults are reported, restart from your install disk (holding down the C key), go to Disk Utility, and repair your startup disk. Restart again to get back to your startup disk.
    At least you can now be reasonably certain that your system does not contain any obvious faults that might cause an update/upgrade to fail.
    3. Download the correct version of the COMBO update from the Apple download site.
    The Combo updater of Leopard 10.5.8 can be found here:
    http://support.apple.com/downloads/MacOS_X_10_5_8_ComboUpdate
    If you prefer to download updates via Software Update in the Apple menu (which would ensure that the correct version for your Mac was being downloaded), it is not recommended to allow SU to install major (or even minor) updates automatically. Set Software Update to just download the updater without immediately installing it. There is always the possibility that the combined download and install (which can be a lengthy process) might be interrupted by a power outage or your cat walking across the keyboard, and an interrupted install will almost certainly cause havoc. Once it is downloaded, you can install at a time that suits you. You should make a backup copy of the updater on a CD in case you ever need a reinstall.
    Full details about the 10.5.8 update here: http://support.apple.com/kb/HT3606
    More information on using Software Updater here:
    http://support.apple.com/kb/TA24901?viewlocale=en_US
    Using the Combo updater ensures that all system files changed since the original 10.5.0 are included, and any that may have been missed out or subsequently damaged will be repaired. The Delta updater, although a temptingly smaller download, only takes you from the previous version to the new one, i.e. for example from 10.5.7 to 10.5.8. Software Update will generally download the Delta updater only. The preferable Combo updater needs to be downloaded from Apple's download site.
    Now proceed as follows:
    4. Close all applications and turn off energy saving and screensaver.
    5. Unplug all peripherals except your keyboard and mouse.
    6. Install the update/upgrade. Do not under any circumstances interrupt this procedure. Do not do anything else on your computer while it is installing. Be patient.
    7. When it ask for a restart to complete the installation, click restart. This can take longer than normal, there are probably thousands of files to overwrite and place in the correct location. Do nothing while this is going on.
    8. Once your Mac is awake, repair permissions again, and you should be good to go!
    If your Mac seems slightly sluggish or ‘different’, perform a second restart. It can’t hurt and is sometimes efficacious!
    9. Open a few of your most used applications and check that all is OK. In this connection please remember that not all manufacturers of third party applications and plug-ins, add-ons, haxies etc, will have had time to do any necessary rewrites to their software to make them compliant with the latest version of your operating system. Give them a weeks or two while you regularly check their websites for updates. This applies particularly to plug-ins for Safari 4.
    N.B. Do not attempt to install two different updates at the same time as each may have different routines and requirements. Follow the above recommendations for each update in turn.
    Lastly, Apple's own article on the subject of Software Update may also be useful reading:
    http://docs.info.apple.com/article.html?artnum=106695
    If you are updating Safari (or just have):
    Input Managers from third parties can do as much harm as good. They use a security loophole to reach right into your applications' code and change that code as the application starts up. If you have installed an OS update and Safari is crashing, the very first thing to do is clear out your InputManagers folders (both in your own Library and in the top-level /Library), log out and log back in, and try again.
    So, disable all third party add-ons before updating Safari, as they may not have been updated yet for the new version. Add them back one by one. If something goes awry, remove it again and check on the software manufacturer's website for news of an update to match your version of Safari.
    Most errors reported here after an update are due to an unrepaired or undetected inherent fault in the system, and/or a third party add-on.
    Additional tips on software installation here:
    http://docs.info.apple.com/article.html?artnum=106692
    To reiterate, Input Managers reach right into an application and alter its code. This puts the behavior of the affected application outside the control and responsibility of its developers: a recipe for problems. That's not to say that issues absolutely will ensue as a result of Input Managers, but you, as a user, must decide. If the functionality of a specific Input Manager or set thereof is really important to you, you may well choose to assume the associated risk.
    Again, the advice is to remove all Input Managers from the following directories:
    • /Library/InputManagers
    • ~/Library/InputManagers
    especially prior to system updates (they can always be added back one-by-one later).

  • Changing the extract structure MC02M_0ITM

    Hi,
    When I am trying to change the extract structure MC02M_0ITM, I am getting the following error:
    "struct. from appl. 02 due to open v3 proc. not changed -> Long text" , "Message No. MCEX 140". All I was doing  was adding more fields from communication structure to extract structure and I am getting above error message. Can someone shed some light on that. Appreciate your help. Thanks.
    Wen.

    Hi Wen
    You have to
    1) Clear LBWQ Queues if you are using Queued delta
    2) Move all records from RSA7 - two times to BW under delta update call from BW - so that the records stored for repeat delta are also emptied
    3) Empty the statistical set-up table - LBWQ transaction in R/3
    then you can modify the structure in LO cockpit
    Arvind

Maybe you are looking for

  • How do I make a linked PDF open in fullscreen view? [contd]

    I believe I asked the wrong question earlier. The PDF actually opens in a 'page width' mode if I open the file from the acrobat.com list. However, if I open from the 'Sent files' list followed by 'open link', the screen format is a box on the left fo

  • Rounding off to a variable value to 4 decimal values in sap script ouput

    Hi All, I have a value getting displayed in sap script output as 235.6789 i want to Round off this variable value to 4 decimal values! What is the formatting option need to be used & how! Thanks in advance. Thanks, Deep.

  • Pan & Zoom

    It seems that the pan and zoom features in Encore CS4 simply move an image across, or in/out, against a background. For example, if you're zooming out then the image starts off at full frame and zooms out by making the image smaller and adding backgr

  • How to know my MEP Code?

    Dear All, How do i know my MEP Code? Because i have bought a used blackberry 8800 series on ebay and currently use in Indonesia. Best regards, Raymond Victorio

  • Producing Landscape PDF Files

    Hello all, I hope this isn't too basic. I'm using Acrobat 9.0 Std. with Vista. It seems every time I try to save/print a landscape Microsoft Office document to pdf format, it creates a portrait pdf. What am I doing wrong? Thanks in advance for your a