Someone has deleted customize infoobject created by me

Hi,
Someone has deleted the customize infoobjects created by me and they have created same infoobject again.
but i want to know who is the user who has deleted that? let me know the procedure for that?
and is there anyway to find out deleted objects in sap-bi.? without taking basis help can we find out that?
Thanks and Regards.
Asim

Hi
It should work
After going to TCODE 'SE11' -> Database Table 'BALHDR'
Give OBJECT as 'RSD'
SUBOBJECT as 'IOBJ_DEL' and try to execute it will give list of all infoobject deleted.
I think you date range is wrong, if you remember technical name of infoobject give it in EXTNUMBER.
Hope this solves your number.
Ravi

Similar Messages

  • Someone has a tutorial for creating screen exit?

    I have a development and I do not know how to create screen exit.
    Case Someone has a tutorial for creating screen exit please help me
    Thank you
    <b><i>Wagner Duarte
    Consultant - SAP ABAP</i></b>

    hI
    Screen Exit is nothing but enhancing the screen like creating some more fields, subscreen and so on.
    1. Go to the screen>System>Status-->Program (Double
    click this program. It will take you to the program.
    2. Now, Goto-->Object Directory Entry.
    3. Make a note the package name.
    4. Now run the transactions SMOD, press F4 and enter the
    above noted package, press enter.
    5. It will display list of Exits.
    6. Now go back to the initial screen SMOD.
    7. Specify the exit name here and select the radio button
    Components.
    8. It will display four group boxes one for FM, second
    for Fcodes, thrid for Screen areas and last for
    includes.
    9. Goto transaction CMOD, create a new project, and
    click the button "Enhancement assignments" and
    specify your enhancements that you got in SMOD.
    10. Now bouble clikc the enhancement, it will take you to editor with some includes starting with Z, double clikc the include you want to edit and proceed.
    Have a look at below link It will definately help you to undestand the same.
    http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
    check these links.
    http://help.sap.com/saphelp_46c/helpdata/en/c8/1975e643b111d1896f0000e8322d00/frameset.htm
    http://www.allsaplinks.com/screen_exit.html
    USER EXITS
    https://forums.sdn.sap.com/click.jspa?searchID=672084&messageID=312792
    https://forums.sdn.sap.com/click.jspa?searchID=672084&messageID=1320078
    https://forums.sdn.sap.com/click.jspa?searchID=672084&messageID=2669896
    How to implement screen exit for a SAP standard transaction
    Introduction
    SAP provides standard transactions to enter data into database. But a client may want to maintain some additional information in SAP other than what is provided.
    To make provisions for this, additional screens have to be provided and additional fields must be added into appropriate database table.
    To pave way for this, SAP has provided the option for screen exits. Usually, SAP provides the following:
    An append structure in the database table with the new fields.
    A subscreen area into the standard screen – where the programmer can attach his subscreen of his own program with the new fields.
    A function group under which the new subscreen has to be created with the new fields.
    Function exits to synchronize the PBO and PAI of the standard SAP program with the PBO and PAI of the subscreen – so that data can flow back and forth between the standard SAP program and the program written by the developer for the subscreen. These function modules also exist in the same function group under which the subscreen will have to be developed.
    Finally, a linkage has to be done between the subscreen area of standard SAP screen with the custom subscreen constructed by the developer.
    Typically, SAP provides an enhancement in which the developer can create an append structure, use the function exits to synchronize the PBO and PAI of the standard SAP program and the custom subscreen program, and make the necessary linking( as mentioned above in step 4. But, again, this is not a hard and fast rule. Linking in some case, is also done by configurations.) SAP also usually provides the name of the function group under which the subscreen has to be developed.
    Necessary guidance about implementing a screen exit development is usually available in the Documentation section of the enhancement ( can be availed by transaction SMOD).
    Pre-Requisites
    The developer to work on screen exit should have essential knowledge on the following:
    DDIC concepts, including the knowledge of append structure.
    Concept of SAP Enhancements and implementing them using Projects.
    Concept of function exits.
    Knowledge on Module Pool – including subscreens, Tabstrip controls etc.
    Steps
    Guidelines
    So, a developer can follow the guidelines mentioned below to implement a screen exit to a standard SAP transaction, as and when required:
    Find out the Required Enhancements
    Go to SMOD. Press F4 in the Enhancement field. In the next popup window, click pushbutton ‘SAP Applications’. A list will appear that contains information on all the enhancements, categorized under functional areas. Developer must search for the enhancements relevant to his functional area of interest – for e.g., Purchasing, Asset Accounting, etc.
    Note down the enhancements. Then, come to the initial screen of SMOD and view the documentation of each enhancement to find out which one is required for your development.
    Utilize the Enhancement in a Project
    After you have found one, do as directed in the documentation. Generally, the steps are as follows:
    Create a project using CMOD including your enhancement.
    Create the append structure with new fields.
    Go to the desired function group and create a subscreen with the new fields. Write PBO and PAI for the subscreen, if required.
    Use the function exits in the enhancement to link the PBO and PAI of the subscreen with that of the main SAP program supporting the SAP transaction.
    Maintain necessary linkage between the subscreen area of standard SAP program with the custom subscreen developed along with the custom program name. This can be done in the project (developed by CMOD including the enhancement) or outside as a part of configuration.
    Activate the project.
    Test to ensure that required functionality are met.
    Case Study 1
    Add three new custom fields for Asset master and maintain information for them
    Requirement
    Three fields in the legacy system have to be maintained in Asset master. These fields are:
    Original Asset number – 20 characters
    Location 2 – 15 Characters.
    Model no – 20 characters
    Location 2 should start with ‘L’.
    Pre-Analysis
    Finding out the Enhancement
    As described above, the enhancement is determined. It was found, that enhancement AIST0002 will serve the purpose. It contains the following components (can be viewed by transaction SMOD):
    Exit Type Description EXIT_SAPL1022_001 Function Exit Check of User-Defined Fields when Using Create and Change BAPI EXIT_SAPLAIST_002 Function Exit Transfer Data for User Subscreens in PBO. EXIT_SAPLAIST_003 Function Exit Transfer of User-Defined Fields to SAP Master Data Transactions CI_ANLU Customizing Include Include structure to add new fields
    Studying the Function Exits
    The function module level documentation for the function exits are then viewed from transaction SE37. The documentation clearly laid out for the purpose for their use:
    EXIT_SAPLAIST_002
    Function module Level Documentation
    This function module is called by asset master data maintenance at the start of the dialog. (When changing, it is called after reading of the data from the database; when creating it is called after the transfer of the default values from the asset class and reference asset.) The purpose of the function module is to enable this function group to recognize the master data. For interpreting or controlling master data fields that are important for user fields, it is possible to transfer to global variables at this point, so that they can be recognized when the user subscreens are processed.
    Import Parameters
    Understanding
    This function module is called at the PBO to pass the information retrieved from the database to pass them to the custom subscreen and its underlying program. Import parameter : I_ANLU will be populated with the values for user-defined fields which will be passed to the subscreen program. So, there must be some sort of variable assignment from I_ANLU.
    EXIT_SAPLAIST_003
    Function module Documentation: This function module is called by SAP asset master data maintenance after the screens are processed, but before saving. The purpose of the function module is to transfer fields entered on user sub-screens of SAP asset data maintenance to the database for updating. The export parameter for this function module is:
    Understanding
    This function module will be used to transfer the user entered data in the subscreen fields to the main SAP program, which will then be saved into the database.
    Studying the Documentation of the Enhancement
    The enhancement documentation (as is viewed from the initial screen of SMOD] also supports the idea. Moreover, it informs that we need to develop a subscreen under function group XAIS. This is the function group under which the two function exit modules also exist. So, if the custom subscreen refers to the global data of the function group XAIS, then those values will also be available to these function exits as well.
    Going to SE80 and viewing the function group XAIS helps us to inform that there are three DDIC tables declared for it:
    Deciding the Final course of Action
    After making all the investigations, the final course of action was determined.
    SrlNo Step Justification
    A project has to be created using transaction CMOD where the enhancement AIST0002 will be included.
    Customizing include CI_ANLU has to be created with the custom fields demanded When CI_ANLU will be developed, the custom fields will get appended to the database table ANLU. Also, these fields will be used to create screen fields in the new subscreen.
    A custom subscreen, say, 9000 will be developed under function group XAIS. The screen group for the screen will be ‘CUST’ (or any name). The three custom fields added to table ANLU (by creating CI_ANLU) will be used to create new fields in the screen.
    In the PAI of the subscreen, validation for Location to start with ‘L’ will be added. The subscreen with three new fields has to be developed so that it can be attached to a subscreen area of the asset master screens.
    In the custom include of the function exit module ‘EXIT_SAPLAIST_002’, the following code will be written:-
    ANLU = I_ANLU. I_ANLU is the import parameter of this FM. The value is assigned to the global variable ANLU, referring which the three new subscreen fields are developed. So, data retrieved from database table ANLU will be passed to this FM as I_ANLU by the standard SAP main program. The value will be taken and passed to the global variable of the function group XAIS, so that the three custom fields (referring to ANLU of XAIS) get populated.
    In the custom include of the function exit module ‘EXIT_SAPLAIST_003’, the following code will be written:-
    E_ANLU = ANLU. The changed values in the subscreen fields exist in global variable ANLU for the function group XAIS. This function exit module will pass the data back to the SAP main program as E_ANLU.
    Proper linkage/configuration has to be done so that the new subscreens get linked to the appropriate subscreen area of the Asset master screen. This has to be done – otherwise, the new custom subscreen will not be displayed in the Asset master screens.
    Development
    Creating a Project to include the enhancement
    Go to transaction CMOD and create a project.
    Enter a description for the project. Then, click on the pushbutton ‘Enhancement Assignments’ in the Application Toolbar.
    Enter the name of the enhancement and Save.
    Go to ‘Components’.
    Creating Custom Include for ANLU
    The screen shown below will appear, showing all the enhancement components under the assignment AIST0002. Double-click on the name of the Include Structure to create it.
    Create the include structure with three new fields, as required. Then, save and activate it.
    Develop the subscreen and the program
    Go to transaction SE80. For the function group XAIS, create a new subscreen 9000.
    Create it as subscreen.
    Then, go to the Layout of the screen and create three new fields from Database table ANLU.
    Drag the fields in the screen body and place them.
    Then, save and activate the screen and come back to screen flow editor.
    Create the PAI module to add validation for field “Location 2”, as required .
    Activate the whole function group and come out.
    Write code in the Function Exits to synchronize the programs
    Now, code has to be written in the function modules EXIT_SAPLAIST_002 and EXIT_SAPLAIST_003 so that data flows to and fro between the main SAP program and custom subscreen program. For that, go back to transaction CMOD and change the function exits.
    Write code in the function module EXIT_SAPLAIST_002 called once at the beginning of the transaction:
    Write code in EXIT_SAPLAIST_003 to pass the data from the subscreen to SAP main program.
    Then, activate everything – the whole project and come out.
    Complete the configuration to link the subscreen
    The development portion is complete. Now, linking of the subscreen has to be done with the subscreen area of the main program. In most of the cases, this linking can be done in the enhancement itself. But, here, requirement is a bit different. It is done by configuration using SPRO.
    Assets are created under Asset class. And for each asset class, there is a layout assigned to it. For a layout, there are multiple tab pages assigned to it. And, for each tab page, there are multiple screen groups/field groups assigned.
    Here, the requirement is to create these three custom fields in the tab page ‘General’ of asset master screen ( AS01/AS02/AS03/AS91).
    Determine the Layout
    To achieve this, first of all, we need to find out which layout is assigned to asset class 1000.For that, go to transaction AOLK( information has to be obtained from functional consultant).Select the Asset Class ‘1000’ and click on folder ‘General Assignment of Layout’.
    Here, for Asset class 1000, for all the user groups, tab layout SAP is assigned. Since layout ‘SAP’ cannot be changed, it has to be copied and manipulated to include our screen group. Later, the new layout has to be assigned over here.
    Create new tab layout
    Go to transaction AOLA. Copy the tab layout ‘SAP’ to create another layout, say, YSUB.
    System will copy all the settings and will inform you about that.
    Select your newly created layout and double-click on the folder ‘Tab page titles’.
    You want to put your custom fields in the tab page “General”. So, select this tab page entry and double-click on the folder "Position of Groups".
    Here, all the field groups currently residing in the tab-page “General” are shown. Add an entry for your newly created fields.
    Select the group box from the list. An entry will come with “U” padded with the custom subscreen prepared by you.
    Then, save and come out.
    Assign the new Layout to Asset Class
    Now, go to tcode AOLK and assign tab layout YSUB for asset class 1000.
    Save and come out.
    Test the Exit
    Everything is over. Now, go to transaction code AS01/02/03 or AS91 to deal with an asset of asset class 1000. You will see your new fields added to the screen. Add values to them…save. Then, enter into the tcodes again to see whether the values entered by you are being displayed or not.
    Original Source: ittoolbox.com
    Screen Exit is nothing but enhancing the screen like creating some more fields, subscreen and so on.
    1. Go to the screen>System>Status-->Program (Double
    click this program. It will take you to the program.
    2. Now, Goto-->Object Directory Entry.
    3. Make a note the package name.
    4. Now run the transactions SMOD, press F4 and enter the
    above noted package, press enter.
    5. It will display list of Exits.
    6. Now go back to the initial screen SMOD.
    7. Specify the exit name here and select the radio button
    Components.
    8. It will display four group boxes one for FM, second
    for Fcodes, thrid for Screen areas and last for
    includes.
    9. Goto transaction CMOD, create a new project, and
    click the button "Enhancement assignments" and
    specify your enhancements that you got in SMOD.
    10. Now bouble clikc the enhancement, it will take you to editor with some includes starting with Z, double clikc the include you want to edit and proceed.
    and you just go through these links also
    Screen exit
    http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
    screen-exits
    Check the following link.
    https://www.sdn.sap.com/irj/sdn/advancedsearch?query=how%20to%20find%20screen%20exits&cat=sdn_all

  • How can I find out user id who has deleted payment order

    Issue : After payment run, the required information has been sent as Idoc to the bank. So, we know the payment order number.   We observed that another payment run also has picked up this vendor invoice and made payment.
    Usually Payment Sent will be marked X until the related information comes in the form of bank statement upload and this amount gets cleared.
    We noticed that bank has made two payments for this amount to this vendor on different dates :- a) when the payment order supposed to be paid as per the payment terms and b) when second paymnet run paid the amount [ this time it got paid directly as there is long due amount ].
    From SAP APP angle, both the payment run worked fine and also the calcaltion of payment terms as well.
    So, we come to conculsion that someone has deleted the payment order from the system. Thats the reason this invoice got picked up by 2nd APP and paid the amount.
    Where we could not find the related entry in REGUH/REGUP tables for this payment order and no document changes.
    Question: How can I find out user id who has deleted payment order. Appreciate any clue / answer for this issue please.
    Thank you
    Sri

    Hello,
    Not sure about deletion logs. =/
    Idea:
    What if an error occured during the first payment? Have you checked sm13 to check if any update termination occured in the payment program?
    Regards,
    Renan

  • How to find who has deleted the query in Production system

    I Experts,
    I have an issue. Someone has deleted one query in Production system.
    How can i find who has deleted the query??
    I searched the ans for the same i the below threads :-
    Query deleted in production
    How to find out who has deleted the production Query
    But it didn't help me as i couldn't understand how to use the transaction SLG1.. Can Someone please explain me how can i find out who has deleted the Query..
    Regards,
    Pavan Raj

    Hello,
    Please, remember the date on which date the query has seen last time  in the production server. You can use the last date in the From date and To date would be current  date and execute the SLG1 tcode. It would list you all the logs in the Object text you can search for BEX Query designer and sub object text column you can check for delete logs options.
    Double click on the object will list you the query and name. From the user column you can find who has deleted the query.
    Might be this can help you for analysis.
    Thanks
    Geeta Sharma

  • Can't delete a PDF on a network drive when someone has it open???

    I am trying to like PDFs and the benefit they provide, but someone please explain to me why a
    file that is meant to be a read-only file, cannot be deleted if someone has it open. Everyone
    has read-only access to this drive where the PDF resides, yet when someone opens it, I cannot delete the file. Why
    is this, and is there a workaround? Or at the very least, the ability to see WHO has it open? I am working with Excel files, and
    it seems much easier to leave it in Excel for this very reason. At least if someone tries to open it, it forces them to open it in read-only
    , allowing me the ability to replace that file, rename it, delete it, whatever. Seems like there has to be a fix. If I publish a PDF to a network drive, and realize there is a mistake, and 50 people have now opened it, are you telling me there is nothing I can do?! Doesn't make any sense. Please help!

    Read-only only means they can't save any changes.
    Excel probably creates a local copy of the file and allows the users on work
    on that, while the real file remains unlocked.
    Anyway, I'm not an Acrobat engineer so all of this is just guesswork.
    If you want, you can ask Adobe to change this behavior here:
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • When I got my new iphone 4,  I gave my wife my old iphone. She has her own Apple Id but the icloud on her phone is in my email name account. If I delete it to create her own icloud account, will I loose my stuff on my icloud account?

    When I got my new iphone 4,  I gave my wife my old iphone. She has her own Apple Id but the icloud on her phone is in my email name account. If I delete it to create her own icloud account, will I loose my stuff on my icloud account?

    Welcome to the Apple community.
    When you delete the old account from the phone, the data is only deleted from that device, it is not deleted from the cloud. As such you will not lose the data off your phone either.

  • I have downloaded the iOS6 software on my iPhone4 and now I can't delete/move or create new mail. The bar at the bottom has disappeared. Does anyone have any solutions

    I have downloaded the iOS6 software on my iPhone4 and now I can't delete/move or create new mail. The bar at the bottom has disappeared. Does anyone have any solutions?

    Hold Power and Home buttons until iPhone restarts. Ignore "Slide to Power off".

  • Safe to delete a "List Template" that has been used to create several libraries?

    In SharePoint 2010, is it safe to delete a "List Template" from the Gallery that has been used to create several libraries?  I have a user that has requested the template be deleted.  But he has used the template to create several active
    libraries that he needs to keep.  I wanted to make sure there will be no impact to those libraries and associated workflow, etc...
    Thanks! 

    Libraries created from a template are not tied to the template, so the template can be removed if it is no longer required. The same holds true for Site Templates.
    Yes, the template can be removed.
    One more thing, if you dont want delete the List template or having some fear than you can hide it from UI. in Template just hide it.
    <ListTemplate Hidden="TRUE" />
    But is you have the list definition than its different story.
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Hi, I just created an apple Id account and someone has already used it to buy ibooks! Help, looks like my account has been hacked!

    Hi, I just created an apple Id account and someone has already used it to buy ibooks! Help, looks like my account has been hacked!

    Received an email:
    our Apple ID, xxxxxx, was just used to download iBooks from the App Store on a computer or device that had not previously been associated with that Apple ID.
    If you initiated this download, you can disregard this email. It was only sent to alert you in case you did not initiate the download yourself.
    If you did not initiate this download, we recommend that you go toiforgot.apple.com to change your password, then see Apple ID: Security and your Apple ID for further assistance.
    Regards,
    Apple

  • Someone has hacked my icloud account and has changed my details how can I recover it?

    Someone has hacked my icloud account and has changed my details how can I recover it?
    I can not remove my current icloud account to back up my phone some now this person has all my information
    Some one please help???

    Hi i have the same problem exactly someone changed my password and all the other details and now i unable to use my iphone all i need is just any one can reset my i cloud i already has created a new one but i cant delete my old one PLEASE HELP !!

  • My itune account has a different email than my apple id how do i fix it? someone has my old email and is receiving my itunes and some old emails

    My itune account has a different email than my apple id and someone has the old email address associated with my itunes so she receives lots of my information.  How do I fix this I already tried to change my itunes to my new email associated with my apple id and it states the address I entered is already associated with an apple id.

    You can change the primary email address on it to be another email address (if you don't have another account then you could create one via http://gmail.com or http://hotmail.com). You can't delete an account, you can only remove personal info from it (e.g. credit card details if you have on it) and stop using it - but any items (apps, music etc) that were downloaded on the account will remain tied to it, so only that account will be able to authorise that content on a new computer, potentially redownload its purchases, and download updates to its apps

  • How to delete the automatically created receipt in the expense report

    Hi experts,
    I am getting an error "no expense type for estimated costs has been defined. cannot save" while creating a travel request for an employee.
    Base on the reply from Raynard which posted on Re: FM for  trip exp
    It's because "The estimated cost in plan and request are now included into fund management. So if you have active funds management, the entered estimated cost are used to make availability check and commitment. Therefore you must create an expense type in view V_T706B1. Under 'amounts are' you have to choose 'estimated cost, no reimbursement to employee'."
    How ever, because the linkage with funds management, I faced the problem and also ckecked out the reason from SAP Help that "After the trip takes place, the user needs to manually delete the automatically created receipt in the expense report."
    Anybody can provide the solution how to automatically delete this receipt before user create the expense report??
    Thanks
    Daniel

    Hi Francis,
    Check the BADI "TRIP_WEB_CHECK" method "USER_CHECK_GENERAL_DATA".
    Here based on the schema you can modify the "estimated cost" field.
    Hope it helps.
    Regards,
    Jyothi

  • How to find who has deleted pograms .

    Hi experts.
    Suppose U have created  a program and after certain time you found that, the program is deleted by some one and now it does not exits.
    In this case, how can one found that who has deleted the program by using the program name.
    I mean there must be a table which keeps the record of all deleted objects or there must be a transaction from which we can know this.
    Waiting for reply.

    Hi all .
    The serveron which I work, I think versio history is not maintained or I might have not created any version.
    And the table VRSD keep the record of changes only and of the deleted entires.
    please let me know some other solutions

  • There has been an error creating the personal site. User cannot be found

    Few of my Domain Users are able to create MySite and few of them are not, though they are having same permission.
    There has been an error creating the personal site. Contact your site administrator for more information.
    Event Viewer is showing :
    My Site creation failure for user 'DOMAIN\username' for site url 'http://10.31.2.9:46744/personal/username'. The exception was: Microsoft.Office.Server.UserProfiles.PersonalSiteCreateException: A failure was encountered while attempting to create
    the site. ---> Microsoft.SharePoint.SPException: User cannot be found.
    Below are the DLL versions of my installation. 
    Microsoft.SharePoint.Portal.dll : 12.0.6420.1000
    Microsoft.SharePoint.Portal.dll : 12.0.6422.1000
    Please suggest.
    Thanks in Advance

    Please note for future reference that you should only ever post any one question ONCE.
    Posting it twice means that there are parallel threads and  peoples time is wasted.
    Here one copy was posted as a new thread and the other copy was posted as a reply in another thread *which had already been closed by the Original Poster years earlier*.
    You should not in any case add new questions to existing threads and especially not to old, closed, threads.
    I have therefore deleted that other copy of this post. This is now the only place that people will see your question and the answers to it (which is how it should be).
    Moderator pre-2010 forums
    SP 2010 "FAQ" (mainly useful links):
    http://wssv4faq.mindsharp.com/default.aspx
    WSS3/MOSS FAQ (FAQ and Links) http://wssv3faq.mindsharp.com/default.aspx
    Both also have links to extensive book lists and to (free) on-line chapters

  • Using the "consolidate" function has deleted 50% of my music files

    Hi there, Any help appreciated: I stupidly thought that because I had music files in a couple of locations as well as itunes that using itunes to consolidate them would solve the problem. As the itunes help menu says for "consolidating your library":+Depending on how you've imported songs, videos, and other items into iTunes, your library can include items that are located in various places on your computer's hard disk or other locations. You can make sure that copies of all the files in your iTunes library are in your iTunes folder so that, for example, it's easier to move your library to a new computer.+ Now itunes can't "find" at least 50% of my tunes because it clearly hasn't copied anything: they are GONE. Supposedly "Files located outside the iTunes folder remain in their original locations, and copies are placed in your iTunes folder". This has not happened. I have searched my hard drive and they haven't been relocated anywhere I can find em, not even the recycle bin, or down the back of the couch. When I try to play or "get info" on a song I get an error message saying "the song could not be used because the original file cannot be found. Would you like to try to locate it?" Not only has itunes deleted half my music but it also created a big pile of folders by artist, with lots of handy subfolders by album, that usually contain NOTHING. There appears to be no rhyme or reason which music it has deleted. Has this happened to anyone else and is there a way to "locate" my lost music files and undo this?
    Many thanks for any suggested solutions...

    ITunes rearranges the files and folders only when the option to do so is checked under Edit•Preferences•Advanced•General. I think by default the option is unchecked and iTunes asks about it during install. After rearranging, it may look like lots of files are missing but they're probably just tucked into the Unknown Artist folder, where iTunes stashes any poorly tagged MP3.
    Rest assured, iTunes always asks before deleting files, and actually it asks if the user wants to keep the file or "move to Recycle Bin," so the user can always retrieve from the Recycle Bin if he changes his mind.

Maybe you are looking for

  • "GPU enhancements/display driver" error with NVidia GeForce 8600 GTS

    I am currently evaluating a demo of Adobe Photoshop CS4 Extended. I am using a NVidia GeForce 8600 GTS video card. When I open the application, I get this error: Photoshop has encountered a problem with the display driver, and has temporarily disable

  • WLAN override ::: how to use it smart?

    All, I have an existing WLAN with more than 100APs. I now want to add one guest-WLAN SSID to four APs. Now, as I understand the procedure I would need to do the following: 1. define the new SSID globally and enabled it 2. go manually to all the remai

  • New ACR RC released... Looking forward to seeing new features in LR

    Adobe just announced ACR 8.5 RC: Camera Raw 8.5 RC and DNG Converter 8.5 RC Now Available Some very useful new features are included along with the usual support for new camera models, such as the ability to modify gradients with a new brush tool and

  • Rounding time field to nearest half hour

    Post Author: fiscyn CA Forum: Formula Is there a way to round a time field? For example,  if a time field is from 9:01 to 9:14  I want it to round back to 9:00;   9:15 to 9:29  or 9:31 to 9:44   I want either option to round to 9:30 and 9:45 to 9:59

  • KO88-AuC Settlement

    Hi We are in ECC 6.0 and activated document splitting functionality.  When we are settling Investment Order through KO88 I am getting the error as "Balancing field "Profit center" not filled in line item 0001. Pls help us to resolve the issue. Regard