DC30 - Templates for original files

Hello,
is it only possible to create and change templates for original files without transport?
I have one document type for templates which I want to use for different document types in DC30. I only want to create the templates (document type for templates) in production and do not want to use for every new version the customizing with transport order. As it is a production system without changes allowed, I cannot use DC30 direcly in production. Is there an other way without transport from developement? (Table TCZ02 directly is also not allowed).
Thanks.
Karin

Hi,
I feel your requirement cannot be met without transports or without opening the production client.
Regards,
Deepak Kori

Similar Messages

  • Problem in Creating Source Files (Templates) for Original Application Files

    Dear Friends,
    I am trying to ccreate "Source Files (Templates) for Original Application Files" . I checked the link
    http://wiki.sdn.sap.com/wiki/display/PLM/Templates-Document+Management
    I created a new DOc. type TMP with no statuses, checked in KPO, assigned no. ranges.
    Created  DIR & assigned the template file, checked into storage category. DIR no. 10000000390 created.
    In Workstation application "DOX" in define templates for originals : doc. type: ZGA, application: DOX; language- EN; no - 01; In source doc- entered doc. type- TMP, doc. no.- 10000000390, part & version
    Assigned for required source file copy" ZGA doc. type. -- Default Appl. as "DOX" workstation application.
    Now created a DIR with ZGA doc. type, when clicking on originals , DOX prompted and clicking on "create with template" . TMP doc. 10000000390 template open in a new window. I edited & saved. close the MS word window. When comes to DIR, it prompted, Original was changed Do you want to save the original?.
    clicked on yes.
    Saved the ZGA DIR. When I saw the new ZGA DIR created it didn't capture. Where I went wrong ?
    Regards,
    Sai Krishna

    Dear Ravindra,
    By going this below link, it seems we can use template for creating ne wdocument & attach the same.
    http://wiki.sdn.sap.com/wiki/display/PLM/Templates-Document+Management
    Following messages if you read, it may be clear.
    By having templates in place we can utilize the pre-defined documents instead creating right from scratch.
    Entries can be done in the Template and save the document.
    Templates are used for standardization and uniformity. By using templates time consumption for creation of documents will reduce as most of the details are maintained in the master template and the same can be utilize by using the template when creating documents.
    If in DMS editing functionality is not there what is the use of templates- documentation?
    Regards,
    Sai Krishna

  • How can I recover a numbers spreadsheet.  When I saved as a template, my original file was replaced with the saved version.

    I save a numbers spreadsheet as a template and I lost my original document.  How can I recover the original spreadsheet?

    If the file you saved as a template no longer contains any data then I have no more suggestions other than restoring a backup copy.
    Have you looked for the original file? did you use spotlight?

  • Aperture cannot export multiple projects for original files

    i want to export projects (original files) to time capsule folder for sharing
    i can only go into the individual projects, select all, then export to my desire location
    but i cannot select multiple projects and do it at once, as i have 100+ projects
    it will be a nightmare if i go projects by projects

    Tks for the reply , the reason I wrote (original) means I want each project name will be a directory name
    That is what the Export settings in my screenshot should give you, if you select the images from several projects at once and export using "File > Export > Originals".
    Only you have to select the images inside the projects, not the projects in "Projects" view. Move the projects to a containing folder and select all images in the folder, or select all photos in the "Photos" view.

  • Needed: flash for dummies - a template for HTML snippet

    I am a dummy when in comes to code. I understand that iWeb '08 uses "HML Snippets" and by using them, you can add flash movies (.flv or .swf) to your iWeb '08 created site.
    What I (and apparently many other dummies) need is a step by step set of instructions on how to modifiy an HTML template and where to put the flash files to get them to work.
    <http://web.mac.com/wyodor/Embed_Media/Embed.html> provides useful HTML templates, but they leave many unanswered questions that dummies, like me, have no clue about. Here is the template for .flv files with my questions in CAPITALS.
    Object for Flash movies with player.
    The outer object is for Safari.
    The inner object is for Firefox/Camino.
    This sample uses a Flash player. There are several Flash players around you can use.
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="320" height="260"CHANGE WIDTH AND HEIGHT TO DIMENSIONS OF MY FLASH MOVIE-YES? codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab #version=8,0,0,0">
    <param name="src" value="http://url/to//anpplayer.swf?file=movie.flv&amp;autoStart=true" />CHANGE URL TO LOCATION OF .FLV FILE? CHANGE MOVIE.FLV TO NAME OF FLASH MOVIE?
    <param name="autoplay" value="true" />
    <param name="loop" value="false" />
    <param name="controller" value="false" />
    <param name="kioskmode" value="false" />
    <param name="cache" value="true" />
    <param name="scale" value="tofit" />
    <object type="application/x-shockwave-flash" data="http://url/to/anpplayer.swf?file=movie.flv&amp;autoStart=true" width="320" height="260">CHANGE URL TO LOCATION OF .FLV FILE? CHANGE MOVIE.FLV TO NAME OF FLASH MOVIE? CHANGE DIMENSIONS TO THOSE OF MY FLASH MOVIE?
    <param name="autoplay" value="true" />
    <param name="loop" value="false" />
    <param name="controller" value="false" />
    <param name="kioskmode" value="false" />
    <param name="cache" value="true" />
    <param name="scale" value="tofit" />
    </object>
    </object>
    IF YOU INCLUDE THE FLASH MOVIE IN THE iWEB FILES FOR THAT PAGE, IS THERE A WAY TO INDICATE THAT THE PATH TO THEM IS SHORTER THAN THE WHOLE HTTP//...?
    I have read all the postings and gone to all the sites and attempted doing what they seem to say and I am still having no luck. I hope someone will take the time to explain to dummies like me how to do this. I used iWeb because I thought it would be simple.

    Remember, I am a dummy.
    The path I gave to files is an invention, not the actual path I am using, but that is not the problem (I suspect). I have eliminated the parameters ending in false. Will that mean that the controller shows up? That the movies does not loop?
    Should the question mark not be there or is it required? I have no idea what it does.
    My understanding (or misunderstanding) was that this code has two parts to address playback on various browsers. Is that true or is it just redundant?
    Here is what I have now. If you could just make necessary changes and post, that would probably be the biggest help. The "piecemeal" approach leaves me with more questions. Thanks for all the help.
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="309" height="206"
    <codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab #version=8,0,0,0">
    <param name="src" value="http://eclogite.geo.umass.edu/funstuff/flash/Mixotricha.flv?file=Mixotri cha.flv&amp;autoStart=true" />
    <param name="autoplay" value="true" />
    <param name="cache" value="true" />
    <param name="scale" value="tofit" />
    <object type="application/x-shockwave-flash" data="http://eclogite.geo.umass.edu/funstuff/flash/Mixotricha.flv?
    file=Mixotricha.flv&amp;autoStart=true" width="309" height="206">
    <param name="autoplay" value="true" />
    <param name="cache" value="true" />
    <param name="scale" value="tofit" />
    </object>
    </object> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="309" height="206"
    <codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab #version=8,0,0,0">
    <param name="src" value="http://eclogite.geo.umass.edu/funstuff/flash/Mixotricha.flv?file=Mixotri cha.flv&amp;autoStart=true" />
    <param name="autoplay" value="true" />
    <param name="loop" value="false" />
    <param name="controller" value="false" />
    <param name="kioskmode" value="false" />
    <param name="cache" value="true" />
    <param name="scale" value="tofit" />
    <object type="application/x-shockwave-flash" data="http://eclogite.geo.umass.edu/funstuff/flash/Mixotricha.flv?file=Mixotric ha.flv&amp;autoStart=true" width="309" height="206">
    <param name="autoplay" value="true" />
    <param name="cache" value="true" />
    <param name="scale" value="tofit" />
    </object>

  • Itunes purchased song could not be located because original file missing

    I got a new Air and downloaded several songs from the Itunes store, but after I imported my library from my old G4 it no longer can play the new songs. The error message says, "The song 'blank' could not be located because the original file could not be found. Would you like to locate it?" When I select yes, it sends me to a window with the documents folder selected. Of course the song is not there.
    I have the new songs on my ipod nano, is there any way to get them back from there? Or perhaps another way? Help.

    Hey there!
    Thanks also by replying... It seems that my library is back to normal now... But as soon as it starts asking for original file locations, I'll try that what you told me!
    Merci and have a good day!
    Vincent

  • Help! (please :) I have a 1GB iPod that's loaded with music for which my computer can no longer find the original files-due to external mass storage crash during recent move. Is there a way to import iPod music back into my iTunes library on computer???

    Help! (please I have a 1GB iPod that's loaded with music for which my computer can no longer find the original files-due to external mass storage crash during recent move. Is there a way to import iPod music back into my iTunes library on computer???

    Or If there is any purchased music then you can try to transfer purchases
    http://support.apple.com/kb/ht1848
    If you're in the US you can reload purchased music
    http://support.apple.com/kb/ht2519

  • My iTunes account says that it cannot locate the original file for all of my songs.  My iPhone still has all the music and is able to play the songs, if I sync and backup my iphone will the songs be replaced with the empty copies from my itunes library?

    So basically I tried to back up my itunes library to my external hard drive and when I followed the instructions and then went to play a song it said Orginal file cannot be found. It said that for all of the songs. I'm not sure how to fix what I did, I already tried consolidating and all of that stuff and it didn't locate the files.  I'm guessing that I somehow deleted the original songs along the way.  I synced my iPhone without knowing what I did and surprisingly all of the music is still on my phone.  So now that I've completely screwed up my iTunes account, I need to know how to get all my music back onto my iTunes account and have that library only on my external hard drive, not my computer. Everything looks fine on my iTunes besides the fact that it cannot locate the files but what I'm afraid of is me syncing and backing up my iPhone and then being left with no music because it syncs to the empty songs.  How can I fix this? and if I can't fix my iTunes library is there anyway for me to still be able to backup my iphone and all the music on it, without erasing my music?

    Well I'm not sure if I correctly backed up my itunes library because when trying to open itunes from that back up it keeps saying original file not found. Okay this is going to sound confusing but bear with me.  I "backed up" my itunes, meaning I just dragged and dropped the iTunes folder into my external hardrive, and then I changed the destination on iTunes to open from my external hardrive.  It was working fine when I did that, however I did that just on my own, I didn't know about consolidating the files or any of that so I hadn't done that before copying the folder to my external hard drive. I can't remember but I'm pretty sure I deleted the iTunes folder after I had copied it to my external hardrive. So I did that and it was working fine, I was able to open my itunes with my external hardrive.  BUT yesterday I thought that I hadn't done it correctly because I didn't consolidate the files and all that, so I wanted to be more thorough and do that, I followed the steps to do that but when I did that I think it got all the files from my computer and not from my external hard drive so it basically didn't find anything on my computer because I had deleted them. And like an idiot, I replaced the iTunes folder on my external hard drive (the one I did correctly the first time), with the one I did wrong. So I believe I pretty much deleted all the music files from both my external hard drive and my computer. Please correct me if I'm wrong?
    I believe getting all my music back on my itunes is a lost cause. BUT I still have all my songs and stuff on my iPhone. My question is, if I plug my phone into my computer and sync it, will it erase all my songs from my phone? A little more info, my iTunes still has the names and stuff of all my songs, they just can't be played because the files are missing, my iPhone doesn't need to erase and sync when I plug in my phone because it's already synced to my computer. What I'm afraid of is when I plug in my phone to backup and sync, will it erase my music because it can't find the files on my computer or external hard drive anymore? Or will it just leave the songs because they're already there (on my phone) and only sync the new songs that I've downloaded? I just need to know is my iTunes still going to be functional as far as me being able to backup my phone?
    I have a lot of songs purchased from iTunes but a lot (like 60%) are from CDs that I no longer have. So re-downloading my music would only account for 40% of my library.

  • How can I change the time of photos in info in iPhoto for iOS. I've done it in iPhoto for Mac but when I sync to my ipad the info field goes back to the camera time ignoring "modify original files" in iPhoto for Mac?

    I used "adjust date and time" and"modify original files" to correct the time of photos taken on a camera used in Peru which was set to UK rather than local time. which is 6 hours  behind. This was to bring them into line with shots taken with other cameras set to local time. This was using iphoto 08 on a Mac. I then synced to my iPad. The photos stayed in the correct order in photos but in iphoto (iOS version) the original dates appear (the camera dates) and so the photos are out of chronological order again. This looks like a bug but is there a fix?

    don't know what you mean by "write to master" but speculate that it means modify the original times, in which case the taken times on the camera should no longer be present
    No,I meant your using the option "modify original files" will do exactly that - change the capture date original master files stored in the iPhoto library. Only when you do that, the "date modified" of your original files will be changed as well, and it will now be the date of your manipulation of the capture date.
    Oh - I hadnt considered that possibility - but of that were the case, why don't my manipulated photos go to the end of the sequence as I have done all the manipulation after the end of the holiday??
    In photos the synced album maintains the chronological order which I set up on the mac by modifying the originals, as you said,
    That is what the linked article is describing: "some apps may sort your photos in the order you specify in the app (such as iPhoto or Aperture"
    The problem I have is that, in the album, iphoto (ipad) sorts them differently to both iphoto (Mac) and the photos tab on the ipad
    In addition to albums and events, synced photos appear in a unified category called Photo Library (on iPad, this is the Photos tab). Photos are not duplicated. This category will also sort photos in ascending order by the date modified.
    "on ipad this is the Photos tab" - but this displays as per the original sequence ignoring time adjustments - the manipulations seem to be ignored (but are reflected in the album in the photos tab) and the photos tahat have been modified stay in their original positiom - they don't get put the end
    Because the library uses a different date - the date modified - the date of the last time the file has been changed in any way - any editing you do to your image, including adjust date and time will change the "date modified"
    This may change the sorting of the database but it appears not to influence the order in the albums
    In addition to albums and events, synced photos appear in a unified category called Photo Library (on iPad, this is the Photos tab). Photos are not duplicated. This category will also sort photos in ascending order by the date modified.
    So how can i get my photos in date and time order in an album in iphoto for ipad?
    Thanks for your help

  • I have a new hard drive as my old one crashed. Everything seemed to transfer fine except for my entire iTunes library. It shows all of my old songs, but when I click on one it states "the song could not be used as the original file could not be found

    I have a new hard drive as my old one crashed. Everything seemed to transfer fine except for my entire iTunes library. It shows all of my old songs, but when I click on one it states "the song could not be used as the original file could not be found.would you like to locate it".
    Either how do I locate it, and I've tried every trick I know, or how do I restore all of my songs from one of two sources. I have my old hard drive backedup on an external drive which should have all of my songs, and I have most of my songs on my old iPhone 3S which I'm using as a backup iPod.

    The "missing file" error happens if the file is no longer where iTunes expects to find it. Possible causes are that you or some third party tool has moved, renamed or deleted the file, one of its parent folders, or the drive it lives on has had a change of drive letter. It is also possible that iTunes has changed from expecting the files to be in the pre-iTunes 9 layout to post-iTunes 9 layout, or vice-versa, and so is looking in slightly the wrong place. In the case of a library moved from one system to another there are also potential permissions issues. See Repair security permissions for iTunes for Windows.
    Select a track with an exclamation mark, use Ctrl-I to Get Info, then click No when asked to try to locate the track. (Due to a bug in iTunes 12 you currently have to say No twice!) Look on the summary tab for the location that iTunes thinks the file should be. Now take a look around your hard drive(s). Hopefully you can locate the track in question. If a section of your library has simply been moved, a folder renamed, or a drive letter has changed, it should be possible to reverse the actions. If the difference between the two paths is an additional Music folder in one path then this is a layout issue. I can explain further if that is the case.
    In some cases iTunes may be able to repair itself if you go through the same steps with Get Info but this time click Locate and browse to the lost track. It may then offer to attempt to automatically fix other broken links.
    If another application like Windows Media Player has moved/renamed the files then the chances are that subtle differences in naming strategies will make it hard to restore the media to the precise path that iTunes is expecting. In such cases, as long as the missing files can be found somewhere, you should be able to use my FindTracks script to reconnect them to iTunes. See this post for an explanation of how it works.
    See also Recover your iTunes library from your iPod or iOS device.
    tt2

  • Original files for songs on itunes can no longer be found, please help!!

    My itunes has unfortunately been deleted and the ipod with the songs/playlists is no longer with us. My whole list of songs/playlists etc are stilllisted but they are no longer playable. When I try to play a song it just reads 'song cannot be played as the original file cannot be found' and proceeds to ask me if I like to locate it. Now I would never claim to be a competent computer user (hence no backup) but I have tried searching the computer to no avail. Any help/hints/tips would be very greatly appreciated.
    Thanks for your time and I look forward to hearing from you =)

    If you had iTunes set not to copy added recordings into its own library, then the files might be anywhere and justreferenced in iTunes. Only you could know where you put the originals, but if careful searching doesn't find them that suggests they've been deleted.
    If it did copy the files but you have deleted the library from your 'Music/iTunes' folder then the songs are gone. Again, if searching produces no results then the songs would appear to be missing from your computer.
    With no backups, and the songs deleted, they are lost. 'iTunes in the Cloud' might enable you to re-download songs you had purchased, but I doubt this works on Leopard, which your signature says you have.

  • (!) How to locate the original file for missing songs?

    song could not be used because original file could not be found. Would you like to locate?
    I got this message when I last tried to synch my ipod.  The message said there were 100 files which could not be found.   Actually more than 100 songs show the exclamation mark that says the file can not be found. 
    Previous posts on this issue suggest the underlying file has been changed or moved out from the ITunes organisation.  Well the last time I synched my ipod on Lion a few days ago it was fine.  On Sunday I wiped my hard drive, carried out the upgrade to Mountain Lion as a clean install, and used Migration Assistant to bring my user data over.  After that I ran cclean and disk utility permissions and disk verification.  Then this happened.
    I migrated my  iTunes Library to an external hard drive six months ago. That was disconnected during the upgrade so I am not sure why the files can’t be found now.    Anyway, I want to recover the missing files .  I could not find them by name, album or artist on the external drive.  So I thought I would find them in Time Machine backup #1.  I couldn’t!.  Nor could I find missing songs on my alternate Time Machine backup #2.  Both Time Machine backups are set to include the external drive.  Songs recognised in iTunes are visible in the backups, but not the ones that are missing.
    I have a third backup volume which was a clone of the Lion setup before I did the upgrade, but I can’t access this or Mac for a few days.
    I did have some permissions failures after the 10.7.4 upgrade which resulted in creating 2 new standard user accounts.  Maybe I’v e got some files across these users?  But in that case I’d have seen problems before the upgrade?   I notice a fair number of these are compilations imported from CD about 4 years ago.  Bu tnot all. 
    (1).  Is there a smart way to list all the files that are missing?
    I can scroll through all of  ITunes Music to see where there are exclamation marks.  I’d like to only list these missing songs.
    (2).  How can I locate the missing media files?
    -  a search on Name / Album / Artist hasn’t found them in live drives or on TM backups.  I’ve still got the missing songs on my iPod, however.
    Once I can answer these questions with your help I’ll know what would be the best way to try to recover, and to work out what went wrong.  I’m shocked that I can’t find them in backup.   Eventually I can restore audio from original source.  If they were photos that went missing from library and backups then I would have no way to get back!
    (3) could this happen in iPhoto?  (shiver)

    Thanks for taking the time to look at my problem.  Shared is empty and I didn't back it up - I only transferred the standard and Admin users to the clean install of Mountain Lion.
    But I got some valuable insight into how the iTunes library is set up from your article on split Libraries. I'd like to see it in the Tips for iTunes for Mac.   My Itunes library was set up in pre-Itunes 8 structure, and as I'd moved it to an external drive it didn't get migrated to the new structure in recent upgrades, perhaps?
    I found your article extremely useful : https://discussions.apple.com/docs/DOC-3991.  That gave me the means to restore the missing files more quickly than getting the original CDs out and re-importing them to iTunes.
    So I've now restored the missing files and started the backups rolling ....
    I still don't understand how they went missing.  However the best backup was the Ipod itself.

  • I have a large library that I ripped in AIFF using iTunes.  I converted to Mp3 to save drive space, keeping the originals. I have a new computer and want to revert to my original files. iTunes sees the library but is looking for Mp3 files.  Suggestions?

    I have a large library that I ripped in AIFF using iTunes.  I converted to Mp3 to save drive space, keeping the originals. I have a new computer and want to revert to my original files. iTunes sees the library but is looking for Mp3 files.  Suggestions?

    You're welcome.
    For tips on logical organization within iTunes see my article on Grouping Tracks Into Albums.
    tt2

  • Using a single  file as a template for th whole site

    My Application.cfm file has the code that i am using as a
    template for the rest of my site. On the template, the title
    section looks like this. <cfif
    IsDefined('pagetitle')><cfoutput><title>#pagetitle#</title></cfoutput><else><title>Welcom e</title>
    and the title variable is set on the end page. lets just say
    test.cfm but when i view test.cfm the title is always Welcome. How
    can i fix this. and this also goes along with my content. On the
    application.cfm pge i have empty divs. on the test.cfm page i have
    the same divs only with all the page-relevant information in them,
    but they never show up. I know that this is how you do it in php.
    but how do you do it in ColdFusion

    Theres a few things you could do here... none of which I
    think is the perfect solution. It all depends on your preference as
    well as the needs of your application.
    -- Move your page title code to another file - call it
    Header.cfm or something along those lines -- and include it in
    every page after you set the pagetitle variable.
    -- Use Javascript to add the page title to some div at the
    top of the page when it loads. (not my favorite option here)
    -- Check out the CF tag cfsavecontent. You could save the
    generated HTML in test.cfm into a variable and output it later. Put
    your pagetitle code in OnRequestEnd.cfm, which is called AFTER
    every template is executed. Set your pagetitle variable in test.cfm
    and save the HTML into a variable, then in OnRequestEnd.cfm output
    the pagetitle followed by your generated content.

  • Save For Web - saves original file name not new name

    Hello, when I use Save for Web with slice(s) the original file name (appended with the slice number) gets saved even though I have changed the file name in the save dialog. This only happens about 50% of the time. Sometimes it saves as expected - with the new file name. I am using the default settings in the save dialog all the time.
    Stranger is that if I am saving (for Web) say 10 slices some will be named with the original file name and some will be saved with the name I gave it in the save dialog.
    This was happening on my Windows XP sp2 system when I was saving to an Ubuntu server (local network). So when I switched to a new computer running windows 7 and saving to a new server (windows 7 pro) I thought it might fix the problem - but it has not. So there must be a setting I am missing - though that does not account for the intermittency of the problem. I have changed settings under "custom" in the save dialog and things do change except the original file name is persistent not the new name I have given it.
    The PSD files come from a designer using a Mac.
    My system:
    PS 10.01
    Windows 7
    AMD x2 duo 250
    4 gig Ram
    Thank you for any help you may provide
    jim

    I made an action to save large batches to a designated "pics" folder. Then when I'm done with a big batch, I just move them to the original folder and let the OS overwrite them. May seem like a lot of work, but I can do a batch of 500 gallery thumbnails in about four minutes and it takes about 30 seconds to move them and replace the originals.

Maybe you are looking for