Experience with transporting customizing entry and deletion of INOB table

Hello,
we had a strange issue here.
There was a transport related to customizing for classification moved to consolidation system.
Next day we mentioned that the content of table INOB was lost.
We found a OSS with explained that our transport could generate data loss in INOB table.
Now we have a question.
Is there any chance to regenerate the content of this table?
Best regards
Dirk

Hi,
If transport is compulsory ,please have a back up of data present IN INOB table or else load that data ina Z table so that when u require it u can reload it again.
Please have a look at these notes.
Note 74685 - Allocations INOB entries not consistent
        211119 - Class assignmts disappeared after deleting a class   
        87888 - Missing INOB records and Engineering Change Mgmt   
        81898 - RCCLBI02: Incon. allocations, INOB is missing
Regards,
Lakshman.

Similar Messages

  • Performance Problems with "For all Entries" and a big internal table

    We have big Performance Problems with following Statement:
    SELECT * FROM zeedmt_zmon INTO TABLE gt_zmon_help
      FOR ALL ENTRIES IN gt_zmon_help
        WHERE
        status = 'IAI200' AND
        logdat IN gs_dat AND
        ztrack = gt_zmon_help-ztrack.
    In the internal table gt_zmon_help are over 1000000 entries.
    Anyone an Idea how to improve the Performance?
    Thank you!

    >
    Matthias Weisensel wrote:
    > We have big Performance Problems with following Statement:
    >
    >  
    SELECT * FROM zeedmt_zmon INTO TABLE gt_zmon_help
    >   FOR ALL ENTRIES IN gt_zmon_help
    >     WHERE
    >     status = 'IAI200' AND
    >     logdat IN gs_dat AND
    >     ztrack = gt_zmon_help-ztrack.
    >
    > In the internal table gt_zmon_help are over 1000000 entries.
    > Anyone an Idea how to improve the Performance?
    >
    > Thank you!
    You can't expect miracles.  With over a million entries in your itab any select is going to take a bit of time. Do you really need all these records in the itab?  How many records is the select bringing back?  I'm assuming that you have got and are using indexes on your ZEEDMT_ZMON table. 
    In this situation, I'd first of all try to think of another way of running the query and restricting the amount of data, but if this were not possible I'd just run it in the background and accept that it is going to take a long time.

  • The button 'New entry' and 'Delete' disappear on the customizing t_codes.

    Hello All
    I want to define new one QN.  but I don't find the button 'New entry'. After checking, I found that the button 'New entry' and 'Delete' disappear on all customizing transaction codes. who know why?
    By the way, currently our system finished doing the conversion from non-unicode to unicode, do it affect ? Pls advise! Thanks!

    our customizing system has 2 clients and basic colleague are delting the nonuse client, therefore the function of new entries and delete to those client-specific objects are inactive

  • The buttons 'New entry' and 'Delete' disappear on all customizing t_codes.

    Hello All
    I want to define one new storage location, but I don't find the button 'New entry'.  After checking, I found that the button 'New entry' and 'Delete' disappear on all customizing transaction codes.   who know why?
    By the way, currently our system finished doing the conversion from non-unicode to unicode, do it affect ?  Pls advise!  Thanks!

    Hello All
    I know the reason.  that is we have 2 clients in customizings system , now the basis colleague are deleting one nonuse client. therefore the function of new entries and delete to those client-specific objects are inactive. After they finish deleting, the button will work well again.   Any way, thanks you!
    Edited by: pinknaive on Aug 11, 2009 8:28 AM
    Edited by: pinknaive on Aug 11, 2009 8:31 AM

  • I need information about personal experience with DFS-R: shortcomings and limitaions of DFS-R

    Hello,
    We plan to install DFS-R in our organization.
    I need information about personal experience with DFS-R: shortcomings and limitations of DFS-R.
    Thank you for any info. 

    Hi,
    You could refer to the articles below to see some limits about DFSR and some DFSR configuration mistakes which will cause DFSR problems:
    Understanding DFS Replication "limits"
    http://blogs.technet.com/b/filecab/archive/2005/12/12/understanding-dfs-replication-_2200_limits_2200_.aspx
    Common DFSR Configuration Mistakes and Oversights
    http://blogs.technet.com/b/askds/archive/2010/11/01/common-dfsr-configuration-mistakes-and-oversights.aspx
    Regards,
    Mandy
    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.

  • Is there a recommended limit on the number of custom sections and the cells per table so that there are no performance issues with the UI?

    Is there a recommended limit on the number of custom sections and the cells per table so that there are no performance issues with the UI?

    Thanks Kelly,
    The answers would be the following:
    1200 cells per custom section (NEW COUNT), and up to 30 custom sections per spec.
    Assuming all will be populated, and this would apply to all final material specs in the system which could be ~25% of all material specs.
    The cells will be numeric, free text, drop downs, and some calculated numeric.
    Are we reaching the limits for UI performance?
    Thanks

  • My wife sign in her iphone with my icloud id and deleted my contacts form her phone, while deleted them form the cloud, can I recovered them

    my wife sign in her iphone with my icloud id and deleted my contacts form her phone, while deleted them form the cloud, can I recovered them

    Yes if you backed up your iPhone with iTunes to your Mac.  You can restore your phone to the last backup:
    Or with a iPhone backup viewer/restorer application like iPhone Backup Viewer or Mac iPhone Data Recovery. But the phone has to have been backed up with iTunes to the Mac.
    Other possible applications can be found at MacUpdate.com by searching for iPhone recovery or iPhone backup, etc.
    Change your Apple ID password so you wife can't log into your iCloud again and do the same thing.

  • Spry with DW insert, modify and delete behaviors

    I posted this question before and didn't get a response. I'm
    wondering if there is any documentation available for using Spry
    with DW insert, modify and delete behaviors? I'd like to be able to
    perform these functions without having to go from list to master to
    detail page as in traditional ASP etc. According to Alex July at
    Linecraft this is one of "many hidden features" in Spry.
    http://www.linecraft.com/b2/index.php?p=28&c=1

    "LAGooner10" <[email protected]> wrote in
    message
    news:fk71ad$5c7$[email protected]..
    >I posted this question before and didn't get a response.
    I'm wondering if
    > there is any documentation available for using Spry with
    DW insert, modify
    > and
    > delete behaviors? I'd like to be able to perform these
    functions without
    > having to go from list to master to detail page as in
    traditional ASP etc.
    Here you can find an article that covers data update:
    http://www.adobe.com/devnet/dreamweaver/articles/edit_data_in_ajax.html
    The server-side code is CFML, but the concept is the same.
    A more complete demo, with search, insert, update and delete
    is available
    here (code only, no article):
    http://www.massimocorner.com/spry/dynamic_spry.zip
    Massimo Foti, web-programmer for hire
    Tools for ColdFusion and Dreamweaver developers:
    http://www.massimocorner.com

  • How do I search for lines with a particular pattern and delete them when a match occurs

    How do I search for lines with a particular patter and delete them when a match occurs? For example delete lines containing SUB_NAME = "?" where ? is any string. 

    How do I search for lines with a particular patter and delete them when a match occurs? For example delete lines containing SUB_NAME = "?" where ? is any string. 
    Lines in what? And what language are you using to develop with?
    Are the lines in a text file? A RichTextBox? A TextBox? Some other control? A List(Of String)?
    Is there some expectation by you that by providing what you wrote in your question post that the knowledge in your mind about what you are thinking about will mysteriously emanate to anybody reading your post so all of the sudden your knowledge will
    become their knowledge and they will be able to provide you with an answer as they will suddenly understand what you are trying to do? Because that's probably impossible. Most people try providing enough information in a question so anybody, even stupid people
    like me, can understand what they want. Maybe you should try that. As well as selecting an appropriate forum for your question in the future. Usually a question like this is related to programming in a particular language therefore a language forum may be
    a good choice. Or not.
    La vida loca

  • Any experience with tep pocket WiFi and skype while traveling

    Anyone had any experience with tep pocket WiFi and skype while traveling. Seems like a good solution in the UK

    Did you ever get an answer to this or take the plunge? I'm curious what you found out...

  • Issues with old menu entries and old custom menus [Xfce]

    Hello, this is the issue:
    The main menu keep showing old entries for programs I already deleted: For example, I have an entry for the indie game FEZ even tough I already deleted this game. I know that programs have a .desktop file located in "~/.local/share/applications" and/or in "/usr/share/applications", but I already deleted both files and this is not happening just with the FEZ entry but with other old menu entries including custom entries. I don't know why the keep showing up even tough I removed both .desktop files for each one of those entries. I think that there is another file that I'm missing or some kind of menu cache that I have to update but I don't which nor how. Additionally I have to say that I'm using the whisker menu plugin but the entries also show up on the stock xfce4 menu.
    Any help will be greatly appreciated.
    Thanks in advance, Shadow_Reaper13
    Last edited by Shadow_Reaper13 (2014-09-20 01:13:14)

    I forgot to say that those annoying entries does not appear neither on menulibre nor in alacarte so I cannot delete them using one or another. Those entries does not appear on those menu editors even before I delete the .desktop files.

  • Bad experience with Verizon Fios Internet and Customer Service

    I had an extremely bad experience with Verizon Fios Internet service and I will never use Verizon again. 
    In August 2014, I called and installed the Verizon Fios Internet and phone bundle. I asked the customer agent several times if I will be charged anything before the installation of the Internet and phone service. She said, 'No, we will only start charging after the Internet and phone are installed at your apartment'. I went to the store and picked up the router and phone and installed it at home by myself. The router did not work. I called Tech support and they said it will take several days for another available agent to come and look into the issue. I decided to discontinue the service and closed the account that same night.
    At the end of the month, I received a bill of $80 of activation fee for the internet service. Nothing was ever activated, my internet router did not work, and I got charged an activation fee for a service that I did not even start using. From August to December, I called customer service over 10 times and some of them said they will waive it while the others said it's a non-refundable activation fee. One lady said, 'Ma'am, the activation fee starts when you placed the order, the warehouse received it and packed the router in the boxes....' Isn't that ridiculous? If that's the case, please ask all your customer representative to say a clause before new customers open their account: Are you aware that you will be charged a non-refundable activation fee once you open the account regardless of whether or not you use the service or not. 
    So after 3 months (November 2014), I decided to get out of all these troubles and paid off my $80 activation fee. They put the bill in the collection agency and I called them and paid the overdue balance. Then in December 2014, I received a statement saying I have a $3.11 overdue balance. The collection agency told me that they will charge me for the whole activation fee and a $3 transaction fee for the transaction. So now Verizon came back and said I owed them the $3 because I paid the collection agency their transaction fee. 
    I am very disappointed and furious about the whole Verizon operating system. Charging a customer for an activation fee for a service s/he has not consumed or used does not make any business sense. In addition, they do not know how to coordinate with the collection agency on overdue bills. Give the customer a heads-up that they will be charged a transaction fee on top of the overdue balance, and that transaction fee does not count towards clearing the balance. 
    I have completely lost my confidence in Verizon albeit the many good feedback from my friends. 

    Hi crystallau52,
    Sorry you are having difficulty. An agent with access to your account will reach out to you directly by email, private message in the Forums and/or the billing telephone number on your Verizon account for more information or to help you resolve your issue.

  • Very frustrated with poor customer service and lack of integrity

    Earlier today my wife and I bought a TV from your Huntsville, AL store (removed per forum guidelines). We were looking at your 32" TVs and had several questions about them. After flagging down a sales associate, we questioned the pricing of several TVs. They were advertised under the display as one price, then where the inventory was at, were labeled a different price. The sales person confirmed that the smaller price was the correct price and the displays were incorrectly labeled. We proceeded to pick out a 32" Vizio E320I-B1/E3 TV that was labeled $219.99 where it was stocked (There were two rows of this TV all labeled $219.99) and the display was labeled $259.99. Again, I flagged down the sales associate (Taylor) on the floor and questioned the display pricing vs the shelf pricing. He AGAIN confirmed that the shelf pricing was the correct pricing and the display pricing was for a different model. We proceeded to check out, purchased a 2 year protection plan along with an HDMI cord and were on our way, new TV in tow. On the way home we reviewed the receipt and noticed we had been charged incorrectly for the TV. It rang up as 259.99 even though it was clearly labeled 219.99 and we had verified TWICE with an associate that 219.99 was the correct price. We went back to the store, thinking we would be refunded the difference. After spending over 30 minutes with customer service explaining what happened, customer service informed us that they could not refund the difference even after we showed them where the TVs were at and priced as 219.99 AND verified with the sales associate that he had confirmed that price with us TWICE. We then returned the TV for a full refund, to which my money is still tied up in the transaction until sometime next week (all for a TV that was FRAUDULENTLY sold to me!!). Not only was it mislabeled, but your sales associate told me TWO times that the labeling was correct. I am disappointed with the lack of customer service that we received. It is beyond frustrating to me that your company is unable to honor a $40 error in pricing that your very own sales associate confirmed. I believe that the store was 100% at fault for this situation and am more than displeased with the original situation and the events that followed. I consider it a disgusting lack of integrity to fraudulently sell a customer an item and refuse to right the situation when able. There is no doubt in my mind that the store manager (Cedric) or division manager could have authorized the TV to be sold at the price listed (and confirmed by the sales associate twice!) but they simply chose not to.  Prior to today I had a positive view of Best Buy and considered it my store of choice for many items. My wife even did seasonal work for this store several years prior. Unfortunately, I will no longer choose to give my money to a cooperation that does not value integrity, honesty, and accountability. I understand that you are a large corporation and my few purchases probably won't even put a dent in your profit margin, but I would just like to remind you that I represent your entire customer base. If this is the type of customer service that your company prides itself on, then I am sure this is only one of many incidents. I find that extremely unfortunate. I will now be purchasing the same TV from another company for $259.99 (where it was actually labeled correctly, and the sales associate is able to accurately confirm the pricing). My future business will not be with you after today.

    Hello lauralou1105,
    Purchasing a new TV should be fun, exciting, and straightforward, and not be complicated by unclear signage and conflicting information. I very much regret that this was your experience at the Huntsville store.
    I completely understand your conclusion that -- after the attempts to verify pricing that you made -- you should have had no questions and no surprises about the cost of the TV after purchase. Did Cedric give you any explanation as to why the TV you bought rang up at a different price or for his not honoring the display pricing?
    It is wholly disheartening to hear that this experience may influence how you shop in the future. It is my hope that you will one day give Best Buy another chance to win you over.
    Please know that I'm grateful that you shared your experience with us.
    Sincerely,
    John|Social Media Specialist | Best Buy® Corporate
     Private Message

  • Want to crate a bc set with transport request,which has deleted records

    Hi
    I need a help in BC sets regarding records deletion.
    I want to create a BC sets with the transport, which has one deleted records from the table
    I have 30 records in table. I have deleted one record and created transport for the same.
    When I try to create BC sets with the above transport. It is not showing records, which is in Transport request.
    Could you please help me on this How can we create BC sets with deleted records.
    Thanks and Regards,
    Venkat

    Hai,
    Please check the following link.....
    http://help.sap.com/saphelp_nw70/helpdata/en/a6/c3a768465411d395c600a0c930dcc1/frameset.htm
    Regards,
    Yoganand.V

  • Problem with creating and deleting row in table

    Hi
    I'm using JDev11.1.1.2.0. I have a table "A" with primary key X -> CHAR(1). I have created Entity and ViewObject (with the primary key X).
    I created an editable Table with CreateInsert and Delete actions.
    When I click Insert, a new record is added and I enter some data. Then I move selection to some other row, and return back to the new row. When I press Delete, It does not delete the new row, but the previous one selected.
    In the console, when I navigate back two the new added record: <FacesCtrlHierBinding$FacesModel><makeCurrent> ADFv: No row found for rowKey: [oracle.jbo.Key[null ]].
    I tried the same scenario with a different table, that has RowID as a primary key and it works correctly.
    Any Idea why this is happening ? I suppose it's connected somehow with the primary key.
    Thanks
    agruev
    Edited by: a.gruev on Nov 26, 2009 9:47 AM

    I changed my entity: unchecked the X column to be primary key added RowID as a primary key. Now it works.
    What's wrong with my CHAR(1) as a primary key ?
    I also tried to add a Refresh button:
      <af:commandButton text="Refresh" id="cb3"/>and in the table add a partialTarget to the button. Now when I add new row and press the Refresh button - then it works.
    So it seems that the problem is when I add new row and enter data, the table is not refreshed and the row is missing it's primary key.
    Any solutions?
    Edited by: a.gruev on Nov 26, 2009 4:18 PM

Maybe you are looking for

  • Mountain Lion Save As Dialog Crash

    Hi, I'm right now experiencing a very odd problem. I just freshly installed 10.8.5 on my girlfriends macbook pro 8,1 13". I then manually copied some contents of the ~/Library folder plus the contents of the old user's home folder and tweaked system

  • Oracle 10.1.0.3 error in creating database links

    When i created a database link in oracle 10 i get the following error Access violation at address 606A29F9 in module 'OraClient9.Dll'. Read of address 0000002C And then my session becomes disconnected, does anyone else have this issue, i am running o

  • Canopen through visual basic

    Hi i am new i in working with canopen,i am in compulsion to acquire canopen based encoder through visual basic 6 than labview,can anyone suggest the configuration which i need to make in visual basic for the same....     the hardware wich i have to a

  • How to set a proxy for the azure-cli tool?

    I'm behind a corporate proxy: how can I configure the azue-cli tool to use our corporate proxy? Cannot find any information online and on the documentation. Thank you Simone

  • Colour management in Indesign

    I have CS3, and i just bought a Epson SPR2880. I tried to print out something, but the colours are all messed up (to dark etc.) In Indesign, i cant configure alot about my printer, only in photoshop. And when i make a PDF to print it via acrobat, the