Long path of tcode SM30

Hi,
Does anyone know what's the long path for the transaction code SM30? (Maintain Table Views)
Long path - using the menus instead of entering a transaction code
Thanks!

Hi,
SE43==> SPOO==> Tools==> Tables==> Table Maintance.
Rgds,
TM

Similar Messages

  • Order management flow path with tcode in pp module

    hi sap guru's,
    i need the order management flow path with tcode in pp module.
    regards,
    muralidhar.t

    Hi Murlidhar,
    Step 1: Material Master
    Logistics > Production > Master Data > Material Master > Material > Create General > Immediately MM01
    Step 2: BOM creation
    Logistics > Production > Master Data > Bills of Material > Bills of Material > Material BOM > Create CS01
    Step 3: Work Center creation
    Logistics > Production > Master Data > Work Center > ( New Screen ) Work Center > Create CR01
    Step 4: Route creation
    Logistics > Production > Master Data > Routings > Routings > Routing > Create CA01
    Step 5: PIR Generation
    Logistics> Production>production planning>demand management>PIR>Create MD61
    Step 6: MRP Run
    Logistics>Materials Management>Material planning>MRP>MRP>Total Planning>Online MD01 
    or
    Logistics > Production > MRP > MRP > Sng-Item, Multi-Level MD02
    Step 7: Evaluation through MRP list and Stock requirement list
    Logistics>Materials Management>Materials Planning>MRP>Evaluations>MRP List>Individual Display MD05
    Logistics>Materials Management>Materials Planning>MRP>Evaluations>Stock Requirements List MD04
    Step 8: Conversion of Planned order to Production order
    Logistics > Production > Production control > Order > Create > With a planned order CO40
    or
    Logistics >Production > Production control >Order > Create >With material CO01(For creating production order Without planned order)
    Step 9: Order management
    Logistics >Production > Production control >Order > Change >With material CO02
    Step10: Confirmations
    Logistics >Production >Production control >Confirmation >Enter >For order CO15
    or
    Logistics >Production >Production control >Confirmation >Enter >For Operation >For time ticket CO11N
    Step11: Goods issue
    1. Logistics >Production >Production Control >Environment >Goods Movement >Goods Issue
    2. Logistics >Materials Management >Inventory Management >Goods Movement >Goods Issue MB1A--261Movement type
    Step12: Goods receipt
    Logistics > Production > Production Order > Environment > Material Movement > Post Mat to Stock
    or
    Logistics > Materials Management > Inventory Management > Goods Movement > Good Receipt > For Order MB31
    Step13: Techo Or Close Order.
    This can be done from Prduction. Order Header menu.   
    Regards,
    R.Brahmankar

  • CS6 - long path names in 3D material file tabs

    When I open the materials files in a 3D file, the tabs at the top of the screen display a long and meaningless path C-_Documents and Settings_Graecyn_My Documents_Photoshop plus the name of the 3d file, plus the name of the materials file.  If I have a few material files, the actual name of the file is obscured. Is there a way to shorten that to just display the name of the material file, or the 3D file plus the material file?  I didn't see it in Preferences. It slows me down to have to go to the Windows menu to figure out which one is which. 

    The long path issue is not a PowerShell issue, but a 'feature' (some might call it a bug) in Windows. There are two main ways to work around it: make sure you don't create overly long paths and use 8.3 names. Obviously, if your users are not creating deep
    paths, you don't have the issue, but I realise persuading users to do sensible things is probably a waste of time in some cases. You could tell the users that files with names that are over long will just get deleted. It might help focus their minds?
    One possible workaround, which I've not tested, would be to dynamically create a psdrive with a drive letter that points to somwhere part way down the folder path. For example, if your path is c:\foo\bar\foobar\barfoo\x\y\FileIWantToDealWith.Txt, then create
    a new drive pointing to c:\foo\bar\foobar\barfoo\x with a drive letter of X:. then look at x:\y\FileIWantToDealWith.txt.
    Thomas Lee <[email protected]>

  • Files with "alien" names in directories with very long path names

    Hi all,
    first of all - I dont know if this is the right forum for my Question,
    but I could not find any better ;-)
    I have a problem with some files with "alien" names with MIXED characters from different foreign countries
    (e.g. "Φέτα (τυρί) 只有沙盒或您的用户页可以用作測試ורת המבחנים בחינוך פור.txt").
    Sometimes - whenn those files are exists in a directory with a very long path name,
    then the windows api fails to handle these files.
    For example GetFileAttributesW() returns error 2
    and ntQueryDirectoryFile does not return this file in the list (etc. pp.)
    I have this behaviour not with other files in those directories (e.g. "abc.txt")
    and also not when those names are a little bit shorter
    or the directorys name is not too long.
    So I guess, there is a bug either in the API or in the file system...?!
    I know that such a file name is a generic one,
    but I have a situation where I have to handle any file with any name -
    even in directories with very long path names...
    So please no suggestions like "use shorter paths" or "convert it to a short name"....
    thx in advance and Best regards,
    dp.

    No need to call, your MSDN subscription has few free support incidents.
    Chat with the rep to submit an incident.
    Or find their phone number
    here.
    Good luck,
    -- pa

  • Compiling in long path

    Hi,
    I need help in compiling in a long path. I created an IDE my self now I'm on the process of compiling in different locations. One problem that I encountered is that java is having a hard time finding my location.
    Here is my location:
    C:\Eclipse 3.2\workspace\CubeJ Patch 1\Hello\Hello.java
    When I try to compile it like:
    C:\Javac\bin\javac -cp C:\Eclipse 3.2\workspace\CubeJ Patch 1\Hello\Hello.java
    It gives me the javac option menu which means that I'm not compiling right. I'm planing to parse and replace the long values of the path. I just need help in knowing the right pattern for directories.
    I tried traversing to : C:\Eclips~1\ but I cant get to pass Eclipse 3.2, I need to be able to get to the directory without the spaces, can anyone help? thanks.

    Hi,
    I need help in compiling in a long path. I created an
    IDE my self now I'm on the process of compiling in
    different locations. One problem that I encountered
    is that java is having a hard time finding my
    location.
    Here is my location:
    C:\Eclipse 3.2\workspace\CubeJ Patch
    1\Hello\Hello.java
    When I try to compile it like:
    Classpath is missing here. when you give -cp you should specify a path containing .class files or the path to a .jar file. If you do not need any other classes avoid typing -cp. If you want any other classes then use this option as
    javac -classpath pathToClasses C:\Javac\bin\javac -cp C:\Eclipse 3.2\workspace\CubeJ
    Patch 1\Hello\Hello.java
    C:\Javac\bin\javac -cp C:\Eclipse 3.2\workspace\CubeJ
    Patch 1\Hello\Hello.java
    It gives me the javac option menu which means that
    I'm not compiling right. I'm planing to parse and
    replace the long values of the path. I just need help
    in knowing the right pattern for directories.
    I tried traversing to : C:\Eclips~1\ but I cant get
    to pass Eclipse 3.2, I need to be able to get to the
    directory without the spaces, can anyone help? thanks.

  • Problem with long path names?

    I tried to unpack the PHP eclipse package to a folder named like the ZIP package (pdt-2.0.0GA_debugger-5.2.15.v20081217-all-in-one-win32). WinRAR stopped with an error message (something like "file name to long"). I was unable to delete the folder until I shortened the directory name. Extracting worked only with a short path name.
    Did anybody experience something like this?
    Windows 7 x64 - Gigabyte EP-45-DS3 (Intel P45 chip set), 4GB RAM, ATI 4670

    I never used the compressed folder option nor I'm sure I really understand what this feature is.I can browse "into" an archive, open it like a folder (is this the "compressed folder" feature?). I extracted the sub folder via drag and drop. The extraction was very slow, but it finished. When I tried to delete the folder, there was an error message stating that the content could not be saved to the trash because of long file names.
    I repeated the test and initially created that awful long path which WinRAR was using (pdt-2.0.0GA_debugger-5.2.15.v20081217-all-in-one-win32) and extracted the archives content into that folder. This time extraction stopped with error message "0x80010135: path too long".
    All if seen so far seems to indicate that there's a max_path problem with Explorer (only x64 version?) and system parts based on it (like wastebasket), not only a problem with WinRAR.
    Windows 7 x64 - Gigabyte EP-45-DS3 (Intel P45 chip set), 4GB RAM, ATI 4670

  • Local Outlook in virtual environment crash when we add long path attachment

    We have MS Office 2007 install localy on our Windows 2008 R2 server with App-V SP3 client. We have configured Outlook to start in the Acrobat Reader XI virtual environment for the pdf file preview. When we try to add a long path attachment in Outlook,
    Outlook crash.
    If we run Outlook outside the Reader virtual environment, Outlook does not crash. If i try to make a procmon to find a solution, Outlook freeze but does not crash and procmon does not return interresting information. I have try to start Outlook in another
    virtual environment, it still crash.
    We have made some more testing. We have discovered that Outlook crash on file path longer than 242 character. Normally, the max path in Windows is 260 character. Thats why we does not  understand why we have this bug.
    Any idea someone to solved this problem?

    The path of the file we try to add to the mail is something like this : 
    G:\Urbanisme\Volet Réglementation\Certificats de conformité\Conformité - Environnement_MDDELCC (LQE)\2015\LQEnv_Carré Belvédère-Gestion Élias_milieux humides_2015-02-27.gaegra\LQenv_projet de développement _ Carré Belvédère_2015-03-23_marjac.docx
    I am not sure about the Q drive you talk about... I know than in App-V 4, there was Q drive, but we use App-V 5 SP3 (i forgot to tell in my original post).
    Thanks for your help Rorymon!

  • Long Path Errors

    I saw some threads on having problems with long path directory errors so I thought I would suggest one that I use-
    http://www.longpathtool.com/index.html
    It's free which was a great feature for me!

    I saw some threads on having problems with long path directory errors so I thought I would suggest one that I use-
    http://www.longpathtool.com/index.html
    It's free which was a great feature for me!

  • LONG PATH ERROR FIXER SOLVED

    i have try LONG PATH ERROR FIXER
    did you encounter this error
    *Path too long
    *Error cannot delete file: cannot read from source file or disk
    *Cannot delete file: Access is denied
    www-LongPathTool-com
    Just download it.. it may help you guys

    Hello guys, i want to suggest Long Path Tool program. Because it get rids out of long path errors. Such as, deleting, copying or renaming.
    For more details pls visit longpathtool(dot)com, or just Google "Long Path Tool".
    You will not waste time. It is very effective. Try it now!

  • File Explorer managing long paths incorrectly and inconsistently

    File Explorer is not managing long paths correctly or consistently. On both the C: and D: drives I have copied a folder structure that is more than 500 characters (i.e. well exceeds MAX_PATH limit of 260). In the primary drive, the long path always
    seems to be navigable. Some additional drives also work properly. Others can only be navigated to MAX_PATH even though the deeper folders exist and can be accessed from other tools. Specifically I can see the fourth folder on the D: drive but clicking that
    folder from windows explorer does nothing. Appending "\\?\" to the front of the D: drive does not change the outcome.
    Some, but not all additional drives exhibit this behavior. I have a 250G SSD on SATA that, when mounted as a secondary drive, works properly (like the C: drive) and on this drive deep paths can be navigated. I also have a 750G SSD on PCIe that, when mounted
    as a secondary drive, works improperly (like the D: drive) and on this drive deep paths cannot be navigated. All of my large (>2TB) drives work improperly.
    This bug also exists on Windows 2012 Server, Windows 10 Technology Preview and presumably all previous versions of Windows. I have submitted it as a problem in Windows 10 technology Preview.
    Picture here:
    http://www.tenforums.com/attachments/general-discussion/15222d1427150480-windows-10-bugs-long-path-management.png

    File Explorer is not managing long paths correctly or consistently. On both the C: and D: drives I have copied a folder structure that is more than 500 characters (i.e. well exceeds MAX_PATH limit of 260). In the primary drive, the long path always
    seems to be navigable. Some additional drives also work properly. Others can only be navigated to MAX_PATH even though the deeper folders exist and can be accessed from other tools. Specifically I can see the fourth folder on the D: drive but clicking that
    folder from windows explorer does nothing. Appending "\\?\" to the front of the D: drive does not change the outcome.
    Some, but not all additional drives exhibit this behavior. I have a 250G SSD on SATA that, when mounted as a secondary drive, works properly (like the C: drive) and on this drive deep paths can be navigated. I also have a 750G SSD on PCIe that, when mounted
    as a secondary drive, works improperly (like the D: drive) and on this drive deep paths cannot be navigated. All of my large (>2TB) drives work improperly.
    This bug also exists on Windows 2012 Server, Windows 10 Technology Preview and presumably all previous versions of Windows. I have submitted it as a problem in Windows 10 technology Preview.
    Picture here:
    http://www.tenforums.com/attachments/general-discussion/15222d1427150480-windows-10-bugs-long-path-management.png

  • Rescue and Recovery: is long path and file name OK?

    I am using T61 6466 5wG. For full system backup I am using R&R 4.21, and a WD Mybook USB HDD. I did regular backup before using R&R. When a virus attack happened, I tried to recovery my computer, but then I found I only get the folders back while not the files inside. Then I tried to find something back by using the function of "restore individual files", but nothing found still. Most of the lost files have common features, either very long file name or very long folder and path name. One noticing that the size of each backup file is pretty large and reasonable.
    So I am wondering what was actually happened to my backup and restore? Is it a backup failure or a restore failure? Dose the R&R have problem with very long file names or path names? If it is only a restore failure, is there any possibilty to find my old files back?

    thanks for the info.,you could also try long path tool. it helped me with error 1320 in Win 7.,

  • How do I use long path names ("\\?\UNC\...") with Server 2008 roaming profiles?

    Hey folks!
    I administrate a Windows Server 2008 R2 SP1 Domain with about 40 users on
    Windows 7 SP1 clients. Because the users often switch between the many PCs, I am using Roaming Profiles which tend to produce errors with different application-specific paths and files inside the users profiles.
    As one of many example, our standard mail application Thunderbird produces paths and files according to folders/subfolders and mails in a user's mailbox. Another one is Microsoft Office's Auto Recovery files which reside in a user's profile and can
    get very long.
    These paths and filenames often extend the allowed max. path of about 256 characters, when (on log on or off) the synchronization process between the client and the server takes place, leading to errors in the event log and a notification to the user about
    the conflict:
    "Event ID 1509 - Windows cannot copy file \\server\share\users\user123.v2\AppData\Roaming\looooong to location C:\Users\user123\AppData\Roaming\looooong. DETAIL - The filename or extension is too long."
    In the long run this leads to different file versions on different clients which - in the case of Thunderbird - leads to missing mails.
    After extensive searches and lectures of forums - including this - I haven't found a solution for this problem.
    So my question is if there's a way to use the extended max path with roaming profiles and if so how do I get it to work?
    I tried changing the profile path of a test user in the Active Directory user preferences from "\\server\share\profiles\test_user" to something like "\\?\UNC\server\share\profiles\test_user" without any changes in the system's behavior.
    Also I think that because this is such a fundamental problem somebody must have come up with a solution for it...
    Thanks in advance,
    Nico

    Hi,
    Thanks for your posting.
    The Event 1509 can happen if the destination path of the users profile is on a server with a long name and share folder name. For detail information, please refer to:
    User profile cannot be loaded with Event ID 1509, DETAIL - The filename or extension is too long
    http://blogs.technet.com/b/win7/archive/2011/02/15/user-profile-cannot-be-loaded-with-event-id-1509-detail-the-filename-or-extension-is-too-long.aspx
    User profile cannot be loaded with Event ID 1509, DETAIL - The filename or extension is too long
    http://support.microsoft.com/kb/2536571
    Hope this helps.
    Regards.
    Vivian Wang
    TechNet Community Support

  • Copying long path names

    Man. This frustrated me for a long time. I would look in Finder for a file, and then I could pull up the File Info on the file (File>Get Info), and that opened up a popup window with all kinds of info on it--including the full path to the file. But Apple doesn't allow you to copy and paste the path in the File Info window! What the? So if I wanted to include the path in a post to explain some problem I was having or type it into Terminal to run something, I resorted to typing the path by hand, which really ***** for files buried deep in the file system. Every time I had to do that, it was frustrating. No copy and paste! Who designed that?!
    Now I've figured out how to get the path of a file without having to type anything. After you locate the file in Finder, you can drag and drop the file onto a TextEdit window or a Terminal window, and the path to the file is inserted at the point of the cursor. Nice. Finally.
    I hope this post is of use to someone else.
    Hmmm...I guess p-o-s-t t-o is a dirty word here.

    I've always fired up Terminal and used the cd command to navigate to the file so that I can get a long file path. Your technique looks a lot easier.
    Bob

  • Path to tcode MIGO and MIRO???

    I can't find the path to tow tcodes MIGO and MIRO.Help me, please!!!
    Thank you for reading my post^^

    Hi,
    MIGO
    SAP Menu> Logistics-> MM-> Inventory Management> Goods Movement--> MIGO
    MIRO
    SAP menu-> Logistics> MM->Logistic Invoice verification-> document entry----MIRO
    Regards,
    Biju K

  • GitPull Clean repository not working with long paths

    Hi! 
    I'm, yet again, fighting against the path length limitation on Windows. For our C# TFS VC projects we were adding a custom CoreCleanAll target on the Microsoft.TeamFoundation.Build.targets to use robocopy to remove the solution folder, which worked OK.
    Now, we are using a git repo with a nodejs code base. The project is built with a very basic msbuild project file, which just runs a couple of gulp tasks on Build.
    The build fails because it's unable to remove the git repository after a build, since the node_modules paths installed by npm are too long.
    It seems the removal is performed by the GitPull activity on the default build process template. Is there any way we can hook to perform the cleanup ourselves so we can use robocopy to remove the folder?
    Thanks!

    I'm not actually using Visual Studio, but the server has 2010 & 2013 installed. TFS 2013.
    The default git build template is the one doing the removal before building:
    I have now set those to False, since otherwise, the build fails when an agent that has already built the project on the past tries to build it again, since it's unable to remove the folder because it contains a node_modules folder (created
    during build) which exceeds Windows path length limit.
    With False the build works, but of course I do want to clean the repository before each build.
    On a TFS VC project where we have a similar issue, we override the CoreCleanAll target where we create an empty temporary folder and use robocopy /PURGE option to delete the actual folder, by copying the empty folder over the exiting one (a very ugly workaround,
    but not too many options really...).
    In this case, we are using a very basic (almost empty) project file just to be able to build the project by running a couple of commands on the Build target (npm & gulp), so there' no CoreCleanAll target there (and I'm not sure that those definitions
    are used when using a git repo either). I guess we could execute something after building, but I would prefer the agent to be able to remove the folder, no matter what, just in case the build fails or any other problem.
    The error stack trace is:
    Exception Message: The directory is not empty.
     (type IOException)
    Exception Stack Trace:    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
       at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive, Boolean throwOnTopLevelDirectoryNotFound)
       at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean checkHost)
       at Microsoft.TeamFoundation.Common.FileSpec.DeleteDirectory(String path, Boolean recursive)
       at Microsoft.TeamFoundation.Common.FileSpec.DeleteDirectoryInternal(String path)
       at Microsoft.TeamFoundation.Common.FileSpec.DeleteDirectoryInternal(String path)
       at Microsoft.TeamFoundation.Common.FileSpec.DeleteDirectoryInternal(String path)
       at Microsoft.TeamFoundation.Common.FileSpec.DeleteDirectoryInternal(String path)
       at Microsoft.TeamFoundation.Common.FileSpec.DeleteDirectoryInternal(String path)
       at Microsoft.TeamFoundation.Common.FileSpec.DeleteDirectoryInternal(String path)
       at Microsoft.TeamFoundation.Common.FileSpec.DeleteDirectoryInternal(String path)
       at Microsoft.TeamFoundation.Common.FileSpec.DeleteDirectoryInternal(String path)
       at Microsoft.TeamFoundation.Common.FileSpec.DeleteDirectoryInternal(String path)
       at Microsoft.TeamFoundation.Common.FileSpec.DeleteDirectoryInternal(String path)
       at Microsoft.TeamFoundation.Common.FileSpec.DeleteDirectoryInternal(String path)
       at Microsoft.TeamFoundation.Common.FileSpec.DeleteDirectoryInternal(String path)
       at Microsoft.TeamFoundation.Common.FileSpec.DeleteDirectoryInternal(String path)
       at Microsoft.TeamFoundation.Common.FileSpec.DeleteDirectoryInternal(String path)
       at Microsoft.TeamFoundation.Common.FileSpec.DeleteDirectoryInternal(String path)
       at Microsoft.TeamFoundation.Common.FileSpec.DeleteDirectoryInternal(String path)
       at Microsoft.TeamFoundation.Common.FileSpec.DeleteDirectoryInternal(String path)
       at Microsoft.TeamFoundation.Common.FileSpec.DeleteDirectoryInternal(String path)
       at Microsoft.TeamFoundation.Common.FileSpec.DeleteDirectoryInternal(String path)
       at Microsoft.TeamFoundation.Common.FileSpec.DeleteDirectory(String path, Boolean recursive)
       at Microsoft.TeamFoundation.Build.Workflow.Activities.DeleteDirectory.Execute(CodeActivityContext context)
       at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager)
       at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)
    Thanks!

Maybe you are looking for

  • PDF file opens in word

    my e mail PDF files default to opening in windows (I have windows 2010 ). the attachments properties tab do not allow the option to change the file type? can anyone advise please

  • Oracle Portal, OWA_UTIL.redirect_url and Max Length URL

    I have a question relating to the max length of a URL that can be used within Internet Explorer 5.5 and Oracle Portal (3.0.9.8.5) On IAS 9i version 1.0.2.2.2 My portal page submits to a procedure that carries out some basic DML and then uses the OWA_

  • How can i resize lots of photos all at once keeping original file names

    I have been setting up a web page and need to transfer lots of photos. How can I resize all of them to 600 x 400 without losing their orginal file names.

  • Calendar Date Calculation

    What's wrong with my following statement? I always get compilation, class XX Calendar calendar = Calendar.getInstance(); Calendar cal1 = calendar.add(calendar.MONTH,1); //incompatible types error Date expiry = cal1.getTime(); but I got the requiremen

  • Folders popping up with an .bak extension? Is this Normal?

    Whenever I make a NEW song in logic I get all these folders popping up with an .bak extension and different folders like "Bounces" and "Freeze files" and "undo data" .....these folders always pop up on my desktop after I create a new song in logic..