Simple Update Required

Hi there,
I have FINMAP Table comprising of following table structure. The SDESC field of the Table needs to be updated with the Description
combined from 3 other Tables : PERS, ORG & DESIG
Create Table FINMAP
GID     VARCHAR2(8),
SID     VARCHAR2(8),
SDESC     VARCHAR2(40),
MID     VARCHAR2(8),
MDATE     DATE,
Kindly assist me, whether the SQL below is correct or not.
UPDATE FINMAP D SET D.SDESC = (
SELECT
(CASE
WHEN A.SEX = 'M' THEN
       CASE
               WHEN A.MARITAL_STATUS IN ('M','S') THEN
                  A.FIRST_NAME||' '||A.MIDDLE_NAME||' '||A.LAST_NAME||' {'||C.DESIG_ABBR||'} '||'S/o '||A.FATHER_NAME,
       END
WHEN A.SEX = 'F' THEN
       CASE
              WHEN A.MARITAL_STATUS IN ('U','S') THEN
            A.FIRST_NAME||' '||A.MIDDLE_NAME||' '||A.LAST_NAME||' {'||C.DESIG_ABBR||'} '||'D/o '||A.FATHER_NAME,
            WHEN A.MARITAL_STATUS IN ('M') THEN
            A.FIRST_NAME||' '||A.MIDDLE_NAME||' '||A.LAST_NAME||' {'||C.DESIG_ABBR||'} '||'W/o '||A.HUSBAND_NAME,
       END
ELSE
A.FIRST_NAME||' '||A.MIDDLE_NAME||' '||A.LAST_NAME||' {'||C.DESIG_ABBR||'} '||'** '||A.FATHER_NAME,
END) AS NAME FROM PERS A, ORG B, DESIG C
WHERE A.ECODE = B.ECODE AND
B.DESIG_CODE = C.DESIG_CODE AND
B.SID = D.SID AND SUBSTR(D.SID,1,3) = 'PTN')Thanks

hi
Is the size enough to hold the values?
SDESC VARCHAR2(40)

Similar Messages

  • I have the version of itunes the ios 7 update requires but every time i try to update my phone it says i need the itunes version 11.0.5 but i already have it?

    i have the version of itunes the ios 7 update requires but every time i try to update my phone it says i need the itunes version 11.0.5 but i already have it?

    You need iTunes 11.1 which is not available for download in google chrome or other browsers.  The only browser it has worked for with me is Safari.  Hope this helps!

  • Database, Dataset, Table Adaptors Error "Unable to load, Update requires a valid DeleteCommand when passed DataRow collection with deleted row"

    Microsoft Visual Basic 2010 Express.
    I am new to Visual Basic programing and i am trying to understand the relationships between Datasets, database, table Adaptors. I have to following code that is is giving me the following error" Unable to load, Update requires a valid DeleteCommand
    when passed DataRow collection with deleted rows". 
    I can track the error and its located in "OffsetTableTableAdapter.Update(MaterionOffsetDataSet.OffsetTable)" code. What am i missing?
    It seems that i can delete the data on the DataGridView Table and it only displays the correct data. but my database is not updating, even though the data grid displays differently.I can determine this because, when i save the offset database, i have all
    the previous uploads and all the rows that i wanted to delete are still there.
    My final goal is to be able to import offset data from a CSV file, save this data on the pc, send a copy of this data to a NuermicUpDown so the customer can modify certain numbers. From here they download all the date to a controller.  IF the customer
    needs to modify the imported data, they can go to a tab with a data grid view and modify the table. They will also have to option to save the modified data into a csv file.  
    Im not sure if i am making this overcomplicated or if there is a easier way to program this.
    CODE:
    Private Function LoadOffSetData()
            Dim LoadOffsetDialog As New OpenFileDialog 'create a new open file dialog and setup its parameters
            LoadOffsetDialog.DefaultExt = "csv"
            LoadOffsetDialog.Filter = "csv|*.csv"
            LoadOffsetDialog.Title = "Load Offset Data"
            LoadOffsetDialog.FileName = "RollCoaterOffset.csv"
            If LoadOffsetDialog.ShowDialog() = Windows.Forms.DialogResult.OK Then  'show the dialog and if the result is ok then
                Try
                    Dim myStream As New System.IO.StreamReader(LoadOffsetDialog.OpenFile) 'try to open the file with a stream reader
                    If (myStream IsNot Nothing) Then 'if the file is valid
                        For Each oldRow As MaterionOffsetDataSet.OffsetTableRow In MaterionOffsetDataSet.OffsetTable.Rows
                            oldRow.Delete()                       
    'delete all of the existing rows
                        Next
                        'OffsetTableTableAdapter.Update(MaterionOffsetDataSet.OffsetTable)
                        Dim rowvalue As String
                        Dim cellvalue(25) As String
                        'Reading CSV file content
                        While myStream.Peek() <> -1
                            Dim NRow As MaterionOffsetDataSet.OffsetTableRow
                            rowvalue = myStream.ReadLine()
                            cellvalue = rowvalue.Split(","c) 'check what is ur separator
                            NRow = MaterionOffsetDataSet.OffsetTable.Rows.Add(cellvalue)
                            Me.OffsetTableTableAdapter.Update(NRow)
                        End While
                        Me.OffsetTableTableAdapter.Update(MaterionOffsetDataSet.OffsetTable)
                        MainOffset.Value = OffsetTableTableAdapter.MainOffsetValue          'saves all the table offsets
    to the offset numericUpDown registers in the main window
                        StationOffset01.Value = OffsetTableTableAdapter.Station01Value
                        StationOffset02.Value = OffsetTableTableAdapter.Station02Value
                       myStream.Close() 'close the stream
                        Return True
                    Else 'if we were not able to open the file then
                        MsgBox("Unable to load, check file name and location") 'let the operator know that the file wasn't able to open
                        Return False
                    End If
                Catch ex As Exception
                    MsgBox("Unable to load, " + ex.Message)
                    Return False
                End Try
            Else
                Return False
            End If
        End Function

    Hello SaulMTZ,
    >>I can track the error and its located in "OffsetTableTableAdapter.Update(MaterionOffsetDataSet.OffsetTable)" code. What am i missing?
    This error usually shows that you do not initialize the
    DeleteCommand object, you could check this
    article to see if you get a workaround.
    >> Im not sure if i am making this overcomplicated or if there is a easier way to program this.
    If you are working CSV file, you could use OleDB to read it which would treat the CSV file as a Table:
    http://www.codeproject.com/Articles/27802/Using-OleDb-to-Import-Text-Files-tab-CSV-custom
    which seems to be easier (in my opinion).
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I have just purchased a 5S iphone, when I tried to sync with my Imac it comes up with "...requires iTunes version 11.1 or later.." my iTunes version is 10.6.3, I rechecked software updates but says there is no updates required. help

    I have just purchased a 5S iphone, when I tried to sync with my Imac it comes up with "...requires iTunes version 11.1 or later.." my iTunes version is 10.6.3, I rechecked software updates but says there is no updates required??? I checked when last auto update was done which was 01/07/12 I also tried downloading from web iTunes version 11.1.5 but it wont load because I don't have min version 10.6.8. What can I do to sort this out? Note: I am a not computer savy so be easy on me.

    If your computer is running an OS X prior to Snow Leopard 10.6,
    the answer (if it is an Intel-based Mac; not old PowerPC model)
    would be to buy the retail Snow Leopard 10.6 DVD from Apple
    for about $20, and install it. Then update that to 10.6.8 by using
    the installed Snow Leopard online to get Combo Update v1.1 for
    Snow Leopard 10.6.8. After that is installed & updated, run the
    system's Software Update again, to see what else is available to
    that system.
    Later systems can then be looked into at Mac App Store, once
    the computer is running Snow Leopard 10.6.8.
    And if your computer is a Power PC (G4/G5, etc) and has no
    Core2Duo kind of CPU -- See "About this Mac" in apple menu
    to disclose the general info about your Mac. Also you can see
    even more by clicking on "More Info" when looking in there...
    If it isn't an Intel-based Mac, it can't run a system past 10.5.8.
    Hopefully this helps.
    Good luck & happy computing!

  • My mac book pro does not boot up correctly anymore after doing some updates. I did have my ipod charging to my mac book. I ran the simple updates and never go to the maverick update and now my computer will not boot correctly. Help!

    Please help my computer is not repsonding after doing some simple updates. I follow the instructions and which is simply click for the update to take place. I did what I was instructed to do. I did not do the new update for the Mavericks yet. I just did simple updates. The computer shutted down and restarted but would never get pass the grey screen with the spinning wheel and the booting bar that would not go past a certain point befor shutting off again. The computer is practically brand new. I purchased the computer from best by 2012 and the warrenty just ended the past October. I hardly use the computer maybe 4 times since I have had it because I have another main computer that I uses. However, I don't want to do a hard rest becuase I do have the entire adobe suits software that I paid for and don't want to loose. I have an appointment with apple today to see what they say but I hope that my computer that I hardly every use is not defected after doing a updated pushed by Apple. Any thoughts or suggestions???? Thanks in advance Apple Family :-)

    Well, I was at Apple for sometime on that day. I got a Genius that did not want to work. She basically jumped to the money to tell me that my hard drive was no good and that I was out of warranty (October 2013). I began to explain to her that I had only used the computer 5 times and that I don't use this computer as my main computer because I also have a Toshiba that is less expensive that I have had for several years and not one issue out of it. The rep told me that I could by a new hard drive for $161.00 and that I would loose all of my software and photos that I have on this computer. However, I told her that it's bazaar that it happens right after my warranty goes out and had I used it more often when in warranty before October then I would have been covered. Keeping in mind that I would still be very disappointed with the product because I would loose all of my information and it would not make sense to me why the hard drive fails on a very gently used computer. So I asked for a manager and it took her some time to get one. In the mean time I watched how the other Geniuses interacted with the other customers and seen that they were very engaging with convo and very help. I guess I just I got another lemon when I got my rep. When the manager finally came. I went from A-Z with the issues and that I felt that something could or should be done because the rep said that she did tests on my machine and it read to her that my hard drive was bad and there was nothing that could be done. I explained that I was not looking forward to paying for services to have my new computer repaired. The manager offered to give me 25% off the cost but I still didn't feel that it was effective. After he left and the rep wrote the notes in the system, I told her that I didn't think that all options had been exhausted and that there was something else that could be done. I told her to erase the machine and see if the updates could be installed and if the system would continue to do the same thing. The rep was hesitant and said that I would loose everything which we already know that we were at conclusion from the beginning. She assured me that I would happen again and that I would need a new hard drive. I just told her to erase the machine and get me another manager because I was just getting tired of her unhelpfulness and negative perspective. The new manager came and was very pleasant and I explained everything once again from A-Z. I informed him that I had the machine erased and that I need his help with options because I don't feel that the rep or the last manager was resourceful or helpful. He apologies for the actions of the reps and proceed to tell me that they will run all the updates in the store and that if it booted correctly that I should continue to use the machine with out adding the adobe software back on just incase that it crashes again and I'm out of money once again. However, if it does happen again and it is a hard drive issues that he would work with me to resolve the issues. As my computer went through the process of rebooting from out of the box stage another rep approached me because he could tell that I was upset and not happy. I told he what had happen and he said I think I can help you a little more. He said that I just want to run further testing on you computer for different components to make sure that everything would work properly and pin point any issues. I was delighted with that option. Anything would help at this time especially someone who is willing to help. The first test that he ran was to for the hard drive and he said that since it failed the test the first time could be because the software update glitch and did update correctly which would make the test faulty and be negative. As I sit with finger crossed the test came back as a pass test that my hard drive was not the issue and that the update was the cause and that I did not have to buy a new hard drive. I was happy that the computer was ok but I lost information. All of the updates were done in the store and everything works fine now. If I was not persistent about my gut feeling then I would had left out thinking that I had to pay for a new hard drive that I really didn't needed. Now I can invest that money in a external hard drive to start backing up my information. Lesson learned by I'm still on the fence about things but I hope all is well. I really went through a lot. No help or no service was not an option that I was taken.  I hope that it helps.

  • My mac keeps saying "Update required" at boot time

    Hi,
    This is really beginning to drive me nuts. Every time I boot my Mac (ok, its not every day I do that, but still) it prompts with two options:
    1) Update Required
    2) Log on as Guest.
    When I click option 1 and enter my password, the system boots and I get the normal grey login screen and can log on using my password.
    No updates are available.
    I then shut down the mac, and everything repeats itself. I cannot get rid of this "Update required" thing and its a bit annoying that I need to logon twice every time.
    Any ideas anyone?
    Thanks a million in advance.
    Details:
    MacBook Air mid-2011, Corei7/4Gb RAM/256Gb SSD
    OS X Mountain Lion

    Hold on a second while I try this out:
    https://discussions.apple.com/thread/3321886?start=0&tstart=0

  • I have deleted safari on os x 10.7.1  , and now I can not install it , he say " This update requires mac ox 10.6 "

    I have problems in the Safari browser  , and I have deleted the program using the "Clean My Mac" App and now I can not install it , he say " This update requires mac ox 10.6 "
    I would like to install the Safari browser on my system Lion os x 10.7.1 …..

    Upgrading to Snow Leopard
    You must purchase Snow Leopard through the Apple Store: Mac OS X 10.6 Snow Leopard - Apple Store (U.S.). The price is $19.99 plus tax. You will be sent physical media by mail after placing your order.
    After you install Snow Leopard you will have to download and install the Mac OS X 10.6.8 Update Combo v1.1 to update Snow Leopard to 10.6.8 and give you access to the App Store. Access to the App Store enables you to download Mountain Lion if your computer meets the requirements.
         Snow Leopard General Requirements
           1. Mac computer with an Intel processor
           2. 1GB of memory
           3. 5GB of available disk space
           4. DVD drive for installation
           5. Some features require a compatible Internet service provider;
               fees may apply.
           6. Some features require Apple’s MobileMe service; fees and
               terms apply.
    Actually, you cannot download Snow Leopard. You downloaded a Snow Leopard updater.

  • ...desperating trying to install itunes 10.7, but it asked me to install Mac OS X 10.6.8.  I did, but then it said that I needed to install Java for Mac OS x 10.6.  I did that and now it keeps saying 'this update requires Mac OS X version 10.6??

    ....desperating trying to install itunes 10.7, but it asked me to install Mac OS X 10.6.8.  I did, but then it said that I needed to install Java for Mac OS x 10.6.  I did that and now it keeps saying 'this update requires Mac OS X version 10.6??

    Upgrading to Snow Leopard
    You must purchase Snow Leopard through the Apple Store: Mac OS X 10.6 Snow Leopard - Apple Store (U.S.). The price is $19.99 plus tax. You will be sent physical media by mail after placing your order.
    After you install Snow Leopard you will have to download and install the Mac OS X 10.6.8 Update Combo v1.1 to update Snow Leopard to 10.6.8 and give you access to the App Store. Access to the App Store enables you to download Mountain Lion if your computer meets the requirements.
         Snow Leopard General Requirements
           1. Mac computer with an Intel processor
           2. 1GB of memory
           3. 5GB of available disk space
           4. DVD drive for installation
           5. Some features require a compatible Internet service provider;
               fees may apply.
           6. Some features require Apple’s MobileMe service; fees and
               terms apply.
    Actually, you cannot download Snow Leopard. You downloaded a Snow Leopard updater.

  • HT3421 I get this error This update requires Mac OS X Tiger 10.4.11 or newer or Mac OS X Leopard version 10.5.6 or newer.

    I need to download this: (http://support.apple.com/kb/DL788) because my macbook wont turn on unless its charged. I did all the resets like VPRAM, SMC, and I forgot the other one.
    My pack thingy is 0002 and it says that if its 0003 then you dont need the update but I do need the update.
    I get this error:
    This update requires Mac OS X Tiger 10.4.11 or newer or Mac OS X Leopard version 10.5.6 or newer.
    I purchased the battery in December. It worked fine but now its happening again! Please help! Its annoying and the nearest Apple store is 2 hours away!

    Please help me!

  • HT201210 I have the Iphone 3gs and it said update required and i needed to connect to itunes so i did al that and now everytime i go to restore everything it just says error and then i have to do it again?whats wrong with it?

    I have the Iphone 3gs and it said update required and i needed to connect to itunes so i did al that and now everytime i go to restore everything it just says error and then i have to do it again?whats wrong with it?

    Are you getting an error message number with your error message? If so, what number are you getting?

  • An eligible Logic Pro version was not found in the Applications folder. This update requires Logic Pro version 9.0 or higher.

    Get this error when trying to install Logic patch 9.1.4 to my machine.
    An eligible Logic Pro version was not found in the Applications folder. This update requires Logic Pro version 9.0 or higher.

    Thx, but i had already read that and tried it: did not work.
    Got it fixed now by reinstalling Logic Studio 9 from DVD.
    That indeed creates the Logic Pro folder in Applications - something I had tried earlier by simply moving my existing Logic folder. This means the Logic 9.1.5 update does not simply check a folder name: there must be another entry/registry entry it checks. Reinstalling Logic Studio from scratch solved it for me.
    After reinstalling thought Lion forgot my Focusrite Saffire 40, so no DAW. Solved that by reading a forum entry on beta drivers.
    So I am happy, music creation wise.
    Left for me is to solve the X Mail application saying it does not run under Lion!
    Model Name:          Mac mini
      Model Identifier:          Macmini3,1
      Processor Name:          Intel Core 2 Duo
      Processor Speed:          2.26 GHz
      Number of Processors:          1
      Total Number of Cores:          2
      L2 Cache:          3 MB
      Memory:          2 GB
      Bus Speed:          1.07 GHz

  • I installed Lion OS X and Logic Pro won't run. I downloaded the 9.1.5 update: "An Eligible Logic Pro Version Was Not Found in the Applications Folder.  This Update require Logic Pro Version 9.0 or higher".  I have Logic Pro Version 9.1.1 installed.

    I installed Lion OS X and Logic Pro won't run. I downloaded the 9.1.5 update: "An Eligible Logic Pro Version Was Not Found in the Applications Folder.  This Update require Logic Pro Version 9.0 or higher".  I have Logic Pro Version 9.1.1 installed.
    I even pulled the dmg file into the Logic Studio folder in my applications directory and it still does not recognize it.  What do I do now?

    Niel:  Thanks. 
    For others benefit, here is what happened.
    I had installed Logic Studio 9.1 some time ago.......not knowing what all the programs were nor what they did, I created a "Logic Studio" subfolder in my applications folder and put all Logic Studio programs into it so I'd know where they were and could review each at my leisure over time.
    My assumption now is that when the updater looks for the Logic Pro program, it looks only in the applications folder.  It seems lame that it would not also look in the subfolders of the applications folder, but that apparently IS the way it works.  Because my Logic Pro program was located in the "Logic Studio" subfolder, the updater just didn't see it..hence the error message I received when I tried to update. 
    Solution:  I moved all the Logic Studio programs out of the subfolder and now they reside in the applications folder. Ran the 9.1.5 updater and it worked like a charm. 

  • Can not execute a simple update query with ms access

    Hi
    I am trying to execute a simple update query , this is the code I am running : I get no exeptions but the db is not being updated .
    When I copy my query into access it works !
    The table / columns are spelled correctly and I am able to execute select queries.
    can anyone figure out what is going on
    Thanks shahar
    public static void main(String[] args) {
    MainManager mainManager = MainManager.getInstance();
    Log log = Log.getInstance();
    try {
    log.writeDebugMessage("befor executing query");
    //stmt.executeUpdate("update trainee set Trainee_Name = 'shahar&Rafi' where Trainee_Id = 1 ");
    //stmt = null ;
    PreparedStatement stmt1 = con.prepareStatement("UPDATE Trainee SET Trainee_Name =? WHERE Trainee_Id =?");
    String name = new String("Shahar&Rafi");
    int Id = 1 ;
    stmt1.setString(1,name);
    stmt1.setInt(2,Id);
    System.out.println(stmt1.toString());
    stmt1.execute();
    log.writeDebugMessage("After executing query");
    catch (SQLException e ){
    System.err.println("SQLException: " + e.getMessage());
    }

    Hi All,
    got the problem solved at last.
    first, in the SQL string all the values must be within " ' "
    for example:
    INSERT INTO Trainee(Trainee_Id , Trainee_password , Trainee_Address, Trainee_Name , Trainee_Phone , Trainee_Gender , Trainee_SessionTime , Trainee_Purpose , Trainee_HealthStatus , Trainee_StartDate , Trainee_Birthday) VALUES (6,'333','hhhh','rafi',048231821,true,63,4,true, ('Feb 22, 2002'), ('Feb 22, 2002'))
    second and more important,
    a 'dummy' sql select query must be performed after an update query
    example for code:
    try{
    DB.MainManager.getInstance().ExecuteUpdateQuery(A);
    DB.MainManager.getInstance().getStatement().executeQuery("SELECT * FROM Trainee");
    where A is the update query.

  • Webdynpro ABAP ALV tutorial - simple update or use changelog ?

    I was working through the alv tutorials for webdynpro abap, and while trying to complete the
    "Editing ALV in Web Dynpro for ABAP", I got to page 8 of the pdf document where it explains how to do the ONDATACHECK event handler, and it comments out the portion for updating/saving the data (as noted below), and does not explain anything further about the save.
    * save data to database
    {* update... => only simlate, to not change the flight data model
    * content!
    Now, I am new to webdynpro abap, and don't know if I am supposed to utlize the changelog for this, or if a simple update will work.
    Any Ideas ?

    Thank you for your answer - I am guessing from your response that a method would need to be built - similar to one which I found in the SWDP_DEMO_TUTORIALS for a webdynpro called WDT_TABLE (see below) - where a check of the table changes would need to be made before an update to the table - rather than a simple one line update statement placed at that point in the code.
    METHOD save_changes.
      DATA: table_node           TYPE REF TO if_wd_context_node,
            read_sbook           TYPE
    if_componentcontroller=>elements_sbook_node,
            aux_read_sbook       TYPE
    if_componentcontroller=>elements_sbook_node,
            wa_read_sbook        TYPE LINE OF
    if_componentcontroller=>elements_sbook_node,
            context              TYPE REF TO if_wd_context,
            change_line          TYPE LINE OF wdr_context_change_list,
            changes              TYPE wdr_context_change_list,
            aux_changes          TYPE wdr_context_change,
            lv_change_tab_size   TYPE sy-tfill,
            aux_string           TYPE string,
            lv_node_size         TYPE sy-tfill,
            aux_div              TYPE int4,
            aux_index            TYPE i,
            l_current_controller TYPE REF TO if_wd_controller,
            l_message_manager    TYPE REF TO if_wd_message_manager,
            text                 TYPE string,
            it_int TYPE STANDARD TABLE OF i WITH KEY table_line.
    * check whether context has changed
      context = wd_context->get_context( ).
      changes = context->get_context_change_log( ).
      LOOP AT changes INTO aux_changes.
        IF aux_changes-change_kind = 'A' AND aux_changes-node_name = 'SBOOK_NODE'.
          INSERT aux_changes INTO TABLE wd_this->sbook_delta.
        ENDIF.
      ENDLOOP.
    * get the complete context in 'read_sbook' table
      table_node = wd_context->get_child_node( name = 'MY_BOOKING_NODE' ).
      table_node = table_node->get_child_node( name = 'SBOOK_NODE' ).
      table_node->get_static_attributes_table( IMPORTING table = read_sbook
    * get the size of table and changes
      DESCRIBE TABLE read_sbook LINES lv_node_size.
      LOOP AT wd_this->sbook_delta INTO change_line.
        APPEND change_line-element_index TO it_int.
      ENDLOOP.
      SORT it_int.
      DELETE ADJACENT DUPLICATES FROM it_int.
      DESCRIBE TABLE it_int LINES lv_change_tab_size.
    * get message manager
      l_current_controller ?= wd_this->wd_get_api( ).
      CALL METHOD l_current_controller->get_message_manager
        RECEIVING
          message_manager = l_message_manager.
    * decide which way to update databse
      IF lv_change_tab_size <> 0.
        aux_div = lv_node_size / lv_change_tab_size.
        IF aux_div <= 3.
    * write complete table to database
          lv_change_tab_size = lv_node_size.
          CL_WDT_FLIGHT_MODEL=>write_sbook_complete( read_sbook ).
        ELSE.
    * write only the changed records to database
          LOOP AT it_int INTO aux_index.
            READ TABLE read_sbook INDEX aux_index INTO wa_read_sbook.
            APPEND wa_read_sbook TO aux_read_sbook.
          ENDLOOP.
          CL_WDT_FLIGHT_MODEL=>write_sbook_records_changed( aux_read_sbook )
        ENDIF.
        REFRESH wd_this->sbook_delta.
        REFRESH it_int.
        wd_this->sbook_changed = abap_false.
    * report message
        aux_string = lv_change_tab_size .
        IF lv_change_tab_size = 1.
          CONCATENATE aux_string 'record written to database' INTO text.
        ELSE.
          CONCATENATE aux_string 'records written to database' INTO text.
        ENDIF.
        CALL METHOD l_message_manager->report_success
          EXPORTING
            message_text = text.
      ELSE.
    *  report message
        CALL METHOD l_message_manager->report_success
          EXPORTING
            message_text = 'there are no changes to be written to database'.
      ENDIF.
    ENDMETHOD.

  • IPhone crashes during updates requiring restore & going over capacity

    During the last two update 7.0.3 and 7.0.4 my phone failed mid update requiring a restore.  This is a major headache.  I am using an iPhone 4S and really don't have the time to keep having to restore the phone which takes a looooong time.
    Moreover with the 7.0.4 update the phone mysteriously went from 1GB of space free to 500mb overcapacity.
    Since I use my phone near capacity this is a real frustration for me.
    Usually during restores if anything I find that the software seems to compact the space used when the apps are reloaded.
    Not this time.
    What happened?

    I finally rid the error (Windows Firewall was blocking iTunes).
    I did the restore but I'm still getting weird capacity ratings. They are constantly changing too.
    Now it says it's not over capacity, but I have 0.36gb to spare - except it won't upload all of my songs and it's stuck at 3600 songs. When my library was 5700 songs.
    Then after that, it said that everything was uploaded and I had 14gb to spare, which changes to 13gb to spare depending on when I connect it to my iPhone. (But again, not all of my stuff is uploaded).
    So I know there's definitely a problem here, because the over capacity is not consistent.

Maybe you are looking for

  • Why does my iphone display non-mobile numbers when I am entering new text?

    Wouldn't logic suggest that the mobile number be the default/first choice? Without fail, a home/work/office number is first on the list and I have to scroll down to the mobile number. My "smart" phone doesn't seem too smart. Or is it me? Start enteri

  • ORA-02068 errors

    Our application is being plagued by an ORA-02068 error. We have two database servers that communicate via dblink (over a frame). One is on Solaris running 8i, the other NT running 7.3.4. THere is a pl/sql procedure on the solaris instance that calls

  • MBP FireWire 800 bus has corrupted 3 drives

    Hello, I have been working with a friend on a recording of their band. We recorded a 24 track Pro Tools 9 session of their latest show. Everything has been working flawlessly until last night. I received a frantic call from my buddy yesterday telling

  • Multiple Billings for Single Project

    Hi Gurus, Is there any possibility to do multiple billings for one contract / one project from Project Level. How can we perform for Milestone / RRB?  I appreciate with possible steps / process. Regards Naveen

  • After Effects Autoscroll - Vertical Animation Preset Issue

    Hi After Effects Community, I am hoping someone can assist me with an issue I have been unable to work out when applying the Autoscroll Vertical Animation preset in After Effects CC. I have already spent ages working way through the forums and googli