10.4.8 -- Files Dragged Onto Folders Are Placed WAAAAY Down The Folder

Hey.
Ever since upgrading from 10.4.7 to 10.4.8, many folders are now behaving weirdly.
In 10.4.7, if I were to drag-drop a jpg file, for example, onto a closed folder, it would be automatically placed inside the folder in the nearest vacant space. Now, in most cases, whether it is one file or multiple files being simultaneously dragged-dropped onto a closed folder, the files are dispersed wildly, a lengthy stretch down the folder in area that previously wasn't used (didn't exist) and had no files placed that far down.
I used Snapz Pro to record a quick example of a miscelaneous folder, showing the wild dispersal of new files that were drag-dropped onto an old closed folder. The only items in the old folder prior to the drag-drop, was the row of image icons visible at the top of the folder. The lengthy stretch downward of wildly placed files was created when those new files were drag-dropped onto the closed folder.
The video is viewable at YouTube, here [ http://www.youtube.com/watch?v=MHl3tfxfwBs ]. It's kind of blurry because the video pixel size was shrunk by YouTube to their default screen size. But you can see the icons, the mouse's cursor dragging the scroll bar downward, etc. Please take a quick look. It's only 15 seconds long.
Is anyone else experiencing this? It is REALLY ANNOYING! I plan on writing Apple's feedback and making a complaint. But I figured I would ask here first and see if anyone else noticed this.
17" iMac G4, 1GHz PowerPC, 768mb RAM   Mac OS X (10.4.8)  

I would have to say, no arrangement. I don't know where to set "name, date modified, date created, size, etc." for folders.
It does it with brand new folders also. And with folders created after the upgrade. But it doesn't do it with all folders, either pre-10.4.8 or post.
I'm going to run a Repair Disk Permissions later and see what happens. But please, if you think of anything else, say it.

Similar Messages

  • SharePoint 2010, Visual Studio 2010, Packaging a solution - The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.

    Hi,
    I have a solution that used to contain one SharePoint 2010 project. The project is named along the following lines:
    <Company>.<Product>.SharePoint - let's call it Project1 for future reference. It contains a number of features which have been named according
    to their purpose, some are reasonably long and the paths fairly deep. As far as I am concerned we are using sensible namespaces and these reflect our company policy of "doing things properly".
    I first encountered the following error message when packaging the aforementioned SharePoint project into a wsp:
    "The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters."
    I went through a great deal of pain in trying to rename the project, shorten feature names and namespaces etc... until I got it working. I then went about gradually
    renaming everything until eventually I had what I started with, and it all worked. So I was none the wiser...not ideal, but I needed to get on and had tight delivery timelines.
    Recently we wanted to add another SharePoint project so that we could move some of our core functinality out into a separate SharePoint solution - e.g. custom workflow
    error logging. So we created another project in Visual Studio called:
    <Company>.<Product>.SharePoint.<Subsystem> - let's call it Project2 for future reference
    And this is when the error has come back and bitten me! The scenario is now as follows:
    1. project1 packages and deploys successfully with long feature names and deep paths.
    2. project2 does not package and has no features in it at all. The project2 name is 13 characters longer than project1
    I am convinced this is a bug with Visual Studio and/or the Package MSBuild target. Why? Let me explain my findings so far:
    1. By doing the following I can get project2 to package
    In Visual Studio 2010 show all files of project2, delete the obj, bin, pkg, pkgobj folders.
    Clean the solution
    Shut down Visual Studio 2010
    Open Visual Studio 2010
    Rebuild the solution
    Package the project2
    et voila the package is generated!
    This demonstrates that the package error message is in fact inaccurate and that it can create the package, it just needs a little help, since Visual Studio seems to
    no longer be hanging onto something.
    Clearly this is fine for a small time project, but try doing this in an environment where we use Continuous Integration, Unit Testing and automatic deployment of SharePoint
    solutions on a Build Server using automated builds.
    2. I have created another project3 which has a ludicrously long name, this packages fine and also has no features contained within it.
    3. I have looked at the length of the path under the pkg folder for project1 and it is large in comparison to the one that is generated for project2, that is when it
    does successfully package using the method outlined in 1. above. This is strange since project1 packages and project2 does not.
    4. If I attempt to add project2 to my command line build using MSBuild then it fails to package and when I then open up Visual Studio and attempt to package project2
    from the Visual Studio UI then it fails with the path too long error message, until I go through the steps outlined in 1. above to get it to package.
    5. DebugView shows nothing useful during the build and packaging of the project.
    6. The error seems to occur in
    CreateSharePointProjectService target called at line 365 of
    Microsoft.VisualStudio.SharePoint.targetsCurrently I am at a loss to work out why this is happening? My next task is to delete
    project2 completely and recreate it and introduce it into my Visual Studio solution.
    Microsoft, can you confirm whether this is a known issue and whether others have encountered this issue? Is it resolved in a hotfix?
    Anybody else, can you confirm whether you have come up with a solution to this issue? When I mean a solution I mean one that does not mean that I have to rename my namespaces,
    project etc... and is actually workable in a meaningful Visual Studio solution.

    Hi
    Yes, I thought I had fixed this my moving my solution from the usual documents  to
    c:\v2010\projectsOverflow\DetailedProjectTimeline
    This builds ok, but when I come to package I get the lovely error:
    Error 2 The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. C:\VS2010\ProjectsOverflow\DetailedProjectTimeline\VisualDetailedProjectTimelineWebPart\Features\Feature1\Feature1.feature VisualDetailedProjectTimeline
    Now, the error seems to be related to 
    Can anyone suggest what might be causing this. Probably some path in an XML file somewhere. Here is my prime suspect!
    <metaData>
    <type name="VisualDetailedProjectTimelineWebPart.VisualProjectTimelineWebPart.VisualProjectTimeline, $SharePoint.Project.AssemblyFullName$" />
    <importErrorMessage>$Resources:core,ImportErrorMessage;</importErrorMessage>
    </metaData>
    <data>
    <properties>
    <property name="Title" type="string">VisualProjectTimelineWebPart</property>
    <property name="Description" type="string">My Visual WebPart</property>
    </properties>
    </data>
    </webPart>
    </webParts>
    .... Unless I can solve this I will have to remove the project and recreate but with simple paths. Tho I will be none the wiser if I come across this again.
    Daniel

  • TFS Build Error - Exception Message: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters

    I am trying to set-up CI of Orchard CMS and deploy it on Azure using TF service. I am stuck at following error for path being
    longer than 260 characters. However, when counted the total characters in path are 235. Please see the below error :
    Other Errors and Warnings
    1 error(s), 1 warning(s)
    Exception Message: TF400889: The following path contains more than the allowed 259 characters: drop/_PublishedWebsites/Orchard.Web_Package/Archive/Content/C_C/a/src/projects/Orchard/dev/DevAltaf/Orchard/src/Orchard.Web/obj/Debug/Package/PackageTmp/Modules/BrentApart.BannerManager/Scripts/controllers/bannerAssignmentController.js. Specify a shorter path. (type VssServiceException)
    Exception Stack Trace: at Microsoft.TeamFoundation.Build.Workflow.Activities.FileContainerDropProvider.EndCopyDirectory(IAsyncResult result)
    at Microsoft.TeamFoundation.Build.Workflow.Activities.CopyDirectory.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
    at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
    Inner Exception Details:
    Exception Message: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. (type PathTooLongException)
    Did anyone came across such issue while deploying Orchard on Azure with TF service? If yes, how did you sort this freaking error?
    Thanks,
    Altaf B.

    Hi AltafB,
    For your situation, you can short the path for the source code. Or use a short path for build agent folder in your build definition. You can refer to the links below to solve your problem:
    http://blogs.msdn.com/b/aaronhallberg/archive/2007/06/20/team-build-and-260-character-paths.aspx
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/1638a5f0-9321-4ff9-9ee7-6d347badb972/please-some-solution-to-the-specified-path-file-name-or-both-are-too-long?forum=tfsbuild
    Besides, since you deploy Orchard to Azure, you can also publish it directly using publish profile in Visual Stduio or WebMatrix directly.
    Best 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.

  • Get-ChildItem : The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.

    Hi, Im trying to get the whole path in my server, so i tried that with this following code
    Get-ChildItem $sourceFolder  -Recurse | ?{$_.PsIsContainer} |Get-Acl
    But then, it showed me somtehing like this :
    Get-ChildItem : The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.
     I tried to find the solver everywhere and mostly they propose to change the path name, which is impossible, since I am working with my company server, and those folder have already there before i start to work here, then the other ask me to use robocopy,
    but all of the trick just dont work
    is there any way to solve this problem? thanks

    There is no simple solution to this. And it is not a limitation of powershell itself, but of the underlying NTFS file system.
    If the problem is that a folder with a name longer than 248 exists anywhere within your directory structure, you are hooped.
    If the problem is that some fully qualified path names exceed 260 characters, then, in those cases, the solution already given is to create a psdrive partway up the path from the drive letter or server/share root of the path. Unfortunately, the output produced
    will be relative to that psdrive and not to what is specified as the $sourcefolder.
    unless you already know where those problematic paths are, you might consider trying to trap those errors and have your script figure out where it needs to create psdrives. You might then be able to calculate the equivalent path for each file or folder and
    output that. the programming effort would be simpler to just created a psdrive for each folder encountered, however I expect that would be very inefficient.
    Al Dunbar -- remember to 'mark or propose as answer' or 'vote as helpful' as appropriate.

  • Uploading a text file from webi filter area as part of the query condition

    Post Author: balasura
    CA Forum: Publishing
    Requirement : Uploading a text file from webi filter area as part of the query condition Hi, I am in a serious requirement which I am not sure available in BO XI. Can some one help me plz. I am using BO XI R2, webi I am generating a ad-hoc report, when I want to give a filter condition for a report, the condition should be uploaded from a .txt file. In the current scenario we have LOV, but LOV could hold only a small number of value, my requirement is just like a lov but the list of values will be available in a text file ( which could number to 2000 or 2500 rows). I would like to upload this 2500 values in the form of a flat text file to make a query and genrate report. Is it possible in BO XI? For Eg:- Select * from Shipment Where u201CShipment id = u2018SC4539u2019 or Shipment id = u2018SC4598u2019u201D The u201Cwhereu201D condition (filter) which has shipment id will be available in a text file and it needs to be loaded in the form of .txt file so that it will be part of the filter condition. Content of a .txt file could be this shipment.txt =============== SC4539 sc2034 SC2343 SC3892 . . . . etc upto 2500 shipment Ids I will be very glad if some could provide me a solution. Thanks in advance. - Bala

    Hi Ron,
       This User does not have the access to Tcode ST01.
       The user executed Tcode SU53 immediately following the authorization failure to see the authorization objects. The 'Authorization obj' is blank and under the Description it has 'The last Authorization check was successful' with green tick mark.
      Any further suggestions, PLEASE.
    Thanks.

  • I'm in iPhone 5.  I transfer photos to a Windows 7 PC, using the USB cable.  Lately, the photos are appearing in Windows Explorer within monthly folders, with gibberish titles.  The folder names will be 8 random letters and numeric characters.  I ten

    I'm in iPhone 5.  I transfer photos to a Windows 7 PC, using the USB cable.  Lately, the photos are appearing in Windows Explorer within monthly folders, with gibberish titles.  The folder names will be 8 random letters and numeric characters.  I tend to let photos build up, so there are about 2 years worth of these monthly folders… Between 20 and 25.  This is a huge hassle… I'm unable to tell what months are in each folder, by the folder name.…  Have to open each folder to see which month is in there.  I want to be able to look at all the photos on the iPhone in one view, as I was able to in the past.  How do I stop this foldering of photos, by months??  Thank you.  BC

    I have the same issue. I searched and finally got only one answer is -- Apple suggest customer using iMAC to transfer and backup photos instead of Windows. How great the solution is it!

  • I am having problems with my music collection, after burning all of my music to the computer I organized it into folders and placed it in the iTunes Folder. Starting on a new computer now. I can get my music from old computer?

    I am having problems with my music collection, after burning all of my music to the computer I organized it into folders and placed it in the iTunes Folder. As of now i realize this was a mistake. Starting on a new computer now. I cant get my music to transfer from the itunes folder on the old computer? I keep getting error "Can't Read from the source file or disk." Whenever I got to folder properties its always checked read only. But when i play the song it works just fine. Im sure this is just because I added music into itunes folder but is there anyway to fix it?

    WMA files are 'window media audio' files, which is a Microsoft format. If you want to add them to your iTunes library on your Mac then you will need to convert them into a compatible format first. If you still have your windows machine then iTunes for Windows can convert them from WMA to MP3 format : https://discussions.apple.com/message/24158701#24158701
    Or try a search for, for example, 'convert wma to mp3' to find programs to convert them.

  • Error message while updating Motion. 5.0.2: The file "InkBleed03.mov" couldn't be saved in the folder "Particle Images.localized".

    While trying to update Motion 5.0.2 I continuously reviece this follwoing error message.
    The file “InkBleed03.mov” couldn’t be saved in the folder “Particle Images.localized”.
    Motion will not allow me to update.
    Running Mac OS X Version 10.7.2  Lion on a MacBook Pro
    Processor 2.8 GHz Intel Core 2 Duo
    Any ideas?

    Hi Frank,
    Thanks.
    My HD is a "normal" HD, so I guess it's HFS+. (According to Disk Utility it is Mac OS Extended (Journaled).
    The NAS is WD MyBook Live Duo. I just plugged into my Time Machine.
    I am relocating using Aperture "relocate originals for project" under the File tab.
    Ahh, thanks for the answer to question 1.
    Yes, I am trying to relocate them, but tried different things to find the problem.
    And the problem seems to be that when an image gets an extra attribute (when it's downloaded from the internet, when it is comes from a mail message) then Aperture seems not to be able to move the file.
    I.e. Aperture presumeably asks the Finder or kernel to perform this task, and this then fails because of the extra attirbutes that were set.
    I now found a way of manually removing the extra attributes, but that is a pain.
    Think of this normal workflow:
    - someone sends me an email containing images
    - I move the images to my Desktop
    - I then import the images into Aperture
    - I then decide to relocate my images for that project to my NAS
    Then is when this problem occurs.
    So I just tried to relocate to another place on my HD.
    That works fine.
    I looked again at the error message.
    And it says "could not set attributes com.apple.metadata:kMDItemDownloadedDate on destination file descriptor" .
    So, yes, it seems like it has to do with the NAS not supporting setting the extra attributes.
    And as long as there are no extra attributes on an image, there is no problem.
    (Not completely true, but I have another thread about that)
    Thanks Frank, I have to digest this a bit.
    Regards
    Jan

  • The file "search.savedSearch" couldn't be saved in the folder "Today".

    The file “search.savedSearch” couldn’t be saved in the folder “Today”. No mention of where this directory/folder is ...
    This is the error message I get every time I try to access 'Open an Existing WorkFlow' in Automator.
    I am just starting to learn how to use this app. I have tried looking for files of this name and even content and have tried to scan my time machine backups but no luck. I realise this must be a working file keeping track of recent files opened by the OS but I have found nothing under System e.t.c. Any help as to how I can solve this would be appreciated.

    I have no idea why you're getting any message associated with a smart folder. When you click on the *Open an Existing WorkFlow* button when launching Automator, you should get a Open dialog window asking for you to drill to the workflow location. The OS supplied workflows are in /Library/Application\ Support/Apple/Automator/Workflows/. Ones you create are where you store them. All I can suggest is to move the com.apple.Automator.plist and com.apple.Automator.LSSharedFileList.plist files out of your user's /Library/Preferences/ to the Desktop, restart, and try Automator again.

  • HT201077 I shared a photo stream of 174 pictures but only 20 are showing up in the folder that was sent out. Any solutions?

    I shared a photo stream of 174 pictures but only 20 are showing up in the folder that was sent out. Any solutions?
    Help much appreciated!

    Upload to the shared Photo Streams can take a long time. Sometimes hours. Did the photos appear by now in the stream?
    Is the iCloud status o.k. ( iCloud Support webpage)?
    Did you share from your mac or from a mobile device? And where are you checking the stream? On your Mac? If you are uploading from a mobile device - is the battery fully charged? Uploading to the Photo Stream is the first that will be suspended, if the device needs charging.
    have ypu exceeded any limits? Daily hourly upload rates? http://support.apple.com/kb/HT4858
    Regards
    Léonie

  • The file "card07_F.png" couldn't be saved in the folder "Resources".

    The App Store indicates that I have to update iPhoto. I have tried several times and get the error that it cannot download the app with:
    The file “card07_F.png” couldn’t be saved in the folder “Resources”.
    This happen to anyone else?

    If you aren't having any problems with the iPhoto app, just ignore the update badge.
    However, if you do have issues with iPhoto in the future, deleting the app and reintsalling only takes a minute or two.
    Make sure to use this free utility Download AppCleaner for Mac
    That will uninstall the app and all the associated files. Your iPhoto library will note be affected one way or another.
    How to re download apps from the Mac App Store:
    Open the App Store. From the menu bar click Store > Sign In
    Click Purchases from the top of the App Store window.
    Select which apps you want to re download. Then right or control click where you see Installed  then click Install.
    Make sure and use the same Apple ID used for the original purchase.

  • Add on new folder item moves other folder headings down the folder area

    Hi,
    My new addon creates a folder in a system form.  However, although it appears in the form, it changes the location of other folder items and overlaps with the each folder content.  the whole folder section height reduces and the folder options appear half way down the folder area displayed rather than at the top.  My code is:
                        oNewItem = oForm.Items.Add("fdBill", SAPbouiCOM.BoFormItemTypes.it_FOLDER)
                        oItem = oForm.Items.Item("158")
                        oNewItem.Top = oItem.Top
                        oNewItem.Height = oItem.Height
                        oNewItem.Width = oItem.Width
                        oNewItem.AffectsFormMode = False
                        oNewItem.Left = oItem.Left + oItem.Width
                        ofolder = oNewItem.Specific
                        ofolder.Caption = "Billing"
                        ofolder.GroupWith("158")
                        oForm.PaneLevel = 1
                    End If
                    If pVal.ItemUID = "fdBill" And pVal.EventType = SAPbouiCOM.BoEventTypes.et_ITEM_PRESSED And pVal.Before_Action = True Then
                        oForm.PaneLevel = 8
                    End If
    I tried various pane levels but nothing changes.  Thanks in advance.

    Hi
    Can you please tell on which form you are performing this ?
    oItem = oForm.Items.Item("158")    :   158 is the ID of the existing folder on the form or it is the ID of an item in the Folder?
    Regards

  • How can I get my music files back when they are no longer on the computer?

    So the problem I am having is that I cannot play songs on the playlist because "the file cannot be located" error.  I checked the iTunes media folder and they weren't there. I searched my whole computer and they still could not be found.
    The story behind the problem is that I pretty sure all the songs I am having troubles with were ones I purchased on my iPod Touch itself. Several months ago when I plugged my iPod into the computer so it could sync ( my iPod is old and can't connect to the WiFi anymore forcing me to buy songs on my computer again.) The songs purchased on my iPod showed up on my playlist on my computer but they had the "!" next to them and they were no longer on my iPod and when I tried to get them back on I got the "cannot be located" error. I then checked the iTunes music folder again and the only songs there were songs I purchased on my computer.
    I am extremely frustrated. When I go to the iTunes store under "Purchases" they all show up however there is no way for me to download them again onto my computer because the "download" button cannot be clicked on because I am assuming it thinks the songs are already on the computer, but I know they aren't. I tried organizing my songs option and that didn't do anything.
    Is there any way to download them again? Or at least tell the iTunes store that they aren't located on my computer anymore so I can download them again?
    If I lost hundreds of dollars of music because the iTunes software is a piece a ****...

    You might want to post this question to the iTunes Windows forum rather than the iPod forum - try iTunes for Windows
    Just a note of encouragement - I doubt very much you've lost your music - they remember what you've purchased forever and as long as the content is still on the iTunes store you should never loose anything (however sometimes content is removed from the store for various reasons and in that cause if you don't have a local copy on your iTunes library it is not recoverable - but that issue is relatively infrequent) - it's just a question of why iTunes won't let you download it again. good luck...

  • My documents and application folders are no longer on the dock, where did they go?

    my documents and applications are no lnger on the dock, where did they go, how do I put them back?

    Items in your Dock are actually aliases. The original items should be where they always were. The Applications folder is at the top level of your hard drive, and your Documents folder is in your home folder.
    To recreate the those items in your Dock, open a Finder window (Finder > File menu > New Finder window.) For your Documents folder, click on the icon on the left of the Finder window that has your username on it next to a house icon. Look for your Documents folder. Drag this folder into the Dock. That places an alias of it in the Dock (the original item remains where it was.)
    To get so you can see the Applications folder, click it on the left side of the Finder window, then go to the Go menu and select Enclosing Folder. Now drag the Applications folder from here into the Dock.
    That should do it. Best of luck.

  • I have had to "re-instate" "Mail" on my 5yr old Macbook Pro after it got "lost"during an s/w upgrade to Snow Leopard v10.6.8. In reinstated version all my Email archive folders are now missing from the screen. How/where do I find them ??

    I recently purchased Snow Leopard v10.6.3 in order to upgrade the OSX platform on my 5 year old Macbook Pro. That loaded without trouble. Then I needed to do an online upgrade from 10.6.3 to 10.6.8 (via 10.6.4) and there the trouble commenced !! Somewhere along the way, the "Mail" application simply disappeared! On advice from Apple telephone support, I did a "selective" reinstall of "Mail" from the Snow Leopard disk, but the version of Mail it loaded (v4.5) was wrong for use with OSX v10.6.8 and so it kept asking for the 'latest" version (v4.6) and just would not work. I tried a "Fix" download provided on the Apple site, that didn't work.
    I spent 2 hours at the Genius Bar of my local Apple Store and they finally found a fix, after some difficulty. Apparently there had been a programming error somewhere in one of the Apple update downloads.
    So now I have "Mail" back - but the Mailbox folders now not as they were before - particularly they do not contain my archive Folders that I had been using to store certain historic emails.
    I think the folder structure on "Mail" is now identical to that on my "BT Yahoo" screen - whereas before they had been different. My local Apple Store told me that it was practice now to synchronise the "Mail" screen and (for example) the BT Yahoo screen to be identical. This is well and good going forward - but does not help me with access to my historic "email filing system" !!
    Anyone help me find those missing folders ??  They must be stored somewhere, but where ??!!
    Cheers
    Higgins5000

    Use the trackpad to scroll, thats what it was designed for. The scroll bars automatically disappear when not being used and will appear if you scroll up or down using the trackpad.
    This is a user-to-user forum and most people will post on here if they have problems. You very rarely get people posting to say there update went smooth. The fact is the vast majority of Mountain Lion users will not be experiencing any major problems with the OS, or maybe with apps which are not compatible, but thats hardly Apple's fault if developers don't update their apps.

Maybe you are looking for

  • One thread adding/updating value  and other thread getting values....issue

    am using a spring bean (singleton) and this is how it looks like public class MySingletonService { private Map<String, List<TaskVO>> alerts = new HashMap<String, List<TaskVO>>(); //spring will call this method every 15 minutes public void pollDatabas

  • ITunes Match Help!

    Earlier, I had started the iTunes Match process but was only able to get through step 1 before receiving an error message (on my pc that holds part of my music library). Now, all of the music is gone from my iPhone and iPad except for the iTunes purc

  • Patch for 10.1.0.4 on window 2003

    Hello, All I notice there is a patch available for oracle database 10.1.0.4,which is my current database version and the server is window 2003. (patch number 5695771 ) The README document said that it will fix the following bugs: 2.1.1 Patch 16: 5695

  • Line item connection between MSEG and FAGLFLEXA

    Hi all. I have the following problem: I have a material document in MM no 100. The FI document in FAGLFLEXA is document NO 1000. For the material document type 101 (reception) i have 5 articles. In FAGLFLEXA, in the FI document, i have besides the st

  • Select all option in a LOV

    Hi , I have a LOV in which I would like to include a 'Select All' record. Selecting this would select all the records in the LOV and place it in the tabular form . Is this possible/feasible?