Difference between release for Transport and Export

Hi,
can anybody tell me the difference between the release for Transport of a change list and the Export Design Object ? When a change list is released is it not possible to select File System as mode or CMS ?
Thx.

These relate to how your transport system is configured.
If you use FTP you cannot release for transport, and if you have CMS, I don;t beleive you can FTP.
Release Transfer
Transfer design objects within an Integration Repository from one software component version to another.
http://help.sap.com/saphelp_nw04/helpdata/en/93/a3a74046033913e10000000a155106/frameset.htm

Similar Messages

  • Any difference between webdynpro for java and webdynpro for abap ?

    Hi all:
       I would like to build one small system in EP.
       I can choose to use webdynpro for java and webdynpro for abap.
       I would like to ask any major difference between webdynpro for abap and webdynpro for java ?
       Is fpm supported in webdynpro for abap ?

    Hi,
    see this thread,
    ABAP Vs JAVA WebDynpro
    Regads,
    J.Joe

  • Difference between Release call, End and Termination node in ICM

    Hi all,
    Can anyone let me know the clear difference between  Release call, End and Termination node in ICM and in which situations we should use these nodes.
    Thanks.
    Regards
    Deepak

    Check this, hope will be helpful.
    http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/ipcc_enterprise/ipccenterprise7_0/user/guide/ipce70sg.pdf
    Sent from Cisco Technical Support iPhone App

  • Difference between BPC for MS and BPC for NW

    Hi All,
    I'm looking for some comparative analysis between BPC for MS and BPC for NW. Can you please give me your points or direct me to some link/material where I can find such stuff.
    Primarily I'm focusing on following two points:
    - How would the integration to SAP BI work (=differences between SAP BPC (NW) and SAP BPC (MS))?
    Could the same degree of automation be established?
    - I was told that  SAP BPC (MS) could be much faster implemented than the NW version. Is this really the case? Why?
    I would really appreciate your earliest response.
    Regards,
    Shabbar

    Hi,
    BPC for MS runs on Microsoft platform where as BPC for NW runs on SAP Netweaver.
    BPC for NW is tightly integrated with SAP BI all the dimensions and applications created in BPC NW can be seen in BI system in the form of Infoobject (dimensions) and Infocubes (applications).
    Performance depends on the complexity and scalability of the project. BPC for NW may undergo lots of improvements and developments in future versions.
    search SDN u will get help.
    Hope this helps
    Regards

  • Difference between mastered for iTunes and previous versions?

    Is there a noticeable difference between Mastered for iTunes albums and any previous versions? I purchased Bon Jovi's "Have A Nice Day (Special Edition)", and now it has been replaced with a Mastered for iTunes version. Is there any value or noticeable difference if I were to purchase the new version?

    One of the inexpensive compilation downloads I purchased on iTunes was terrible, I'd much rather listen to the original mix of " I had too much to dream last night" than the remaster, which destroyed the song completely.
    Well, there is really no way to improve on the sound of The Electric Prunes coming over an AM transistor radio!
    I guess I'm suspicious of iTunes files in general. I am a dying breed, using separate amps and pre-amps and real speakers as well as Ultimate Ear earbuds and a great car system. The cuts that are engineered for iTunes are mixed for lo-fidelity appliances and just don't sound that good.
    There are online download stores that cater to a more audiophile crowd.  Check out HD Tracks.

  • What is the difference between mp4 for iphone and mp4 for ipod ?

    I have converted some videos to mp4 and there is a choice to convert to iphone or ipod.
    But what is the difference between them ?
    It cant just be something simple like screen size / resolution.
    Because I have some mp4 videos that will sync with itunes onto my iphone, but not onto my ipod 5th gen.
    Do you have to have both types of mp4 videos, one for the iphone and one for the ipod ?
    If so then thats a right pain the in arse.
    I would have thought mp4 is mp4 and would work on both the iphone and the ipod ?

    There is no difference because as you said Java is platform independenec. However, the installer is platform-dependent so we needed to package the Beans differently.
    All the java classes and libraries are identical

  • Differences between CC for Mac and CC for Windows

    Hello,
    I just read here in the forum that possibilities regarding app-making in InDesign are limited when you are a Windows user. Seems like the "Create App"-possibility is for mac users only. Terry White made a very good video about app-making, but failed to mention that you needed not only CC (or CS6), but also a Mac.
    Be that as it may, I would like to know if there is a list somewhere, describing in detail the differences between possibilities and options on CC for Windows compared to CC on a Mac.
    And - if there is no list, can anyone tell me the differences?
    Regards,
    MikHva

    Thanks for the answer. I can see that I messed up formulating the last entry - what we are about to do is upgrade from CS6 to CC.
    Maybe you could help me with a related question. The last few days I have been searching for alternatives to builing my apps in InDesign, and I turned to Dreamweaver. I copied the CSS  from InDesign to dreamweaver, fixed the content and made my app work through my 1 phonegap build-project (the InDesign version looked better, though) - but getting on fra Dreamweaver to Android and iOS involves Phonegap.
    I can see that Adobe has developed the Adobe Phonegap Build. Is that a program (app) that I can acces after subscribing to the Creative Cloud? A friend of mine has the CC-version and I asked if she had acces to install Adobe Phonegap Build, but it was not on her list of programs to install.
    - As things look right now we might be going for a Pro or Enterprise version - but I haven't figured out the difference between the two yet - I've been busy with Dreamweaver.
    Sincerely and with thanks,
    MikHva

  • Differences between TOAD for Oracle and Oracle SQL Developer?

    Does someone know the advantages and disadvantages of using TOAD for Oracle and Oracle SQL Developer?
    I work making reports with TOAD, but in a few days I will have to use the SQL Developer (because it´s free) unless I justify the necessity of using TOAD.
    Could some that used both compare them?
    Thanks,
    Facundo.

    Hello Facundo,
    since we are rolling out new client PCs we switch from Toad to SQL Developer. Therefore I'm doing some training for the "normal" users and our developers.
    Most users simply want to have access to the data in tables and views. For those there are 2 main issues:
    - Filters get lost when exiting table while sorting is still applied. Since there is no way to apply filtering before entering the data tab this can become a great performance issue because sorting is applied to many many rows. For views it is sometimes impossible to open the data tab.
    - Exporting date values to Excel needs some know how if you want to sort by this column in Excel, because the date is formatted as "Standard" meaning that the sorting is done as for a text column: 01.01.2009 is less than 02.01.2008. Here you have to use a workaround column with a formula (=1*<datecolumn>)
    The greatest Pro is the easy sharing of connections and reports by XML files.
    Our developers like the easy debugging in SQL Developer. Though they miss the feature that the source is compiled for debug automatically as in Toad. For this we have distributed a script that compiles any PL/SQL object for debugging.
    There are only some Toads installed for DBAs and for users that need access to tables protected by policies that require authentification by OS user since this information is not passed under every circumstance.
    Regards
    Marcus

  • Difference between waiting for millsecond and wait for millisecond multiple

    pls help me out

    Here two nice links about your question:
    Differences Between "Wait (ms)" and "Wait Until Next ms Multiple"
    http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/12b2ea9ad5b265ad86256257004dd8e2?OpenDocument
    Software Timed Loops using Wait (ms) and Wait Until Next ms Multiple
    http://zone.ni.com/devzone/conceptd.nsf/webmain/E83351E12CD2D50886256B66006E4D15?opendocument
    Hope it help

  • What is difference between Numbers for Mac and for iPod Touch?

    Trying to decide pros/cons of getting Numbers for my iMac vs. just for my iPod Touch? Obviously, one is cheaper than the other.  Dumb question, but I guess I cannot use Numbers downloaded from App Store on my iMac; just on my iPod Touch?  And, can I just buy Numbers for iMac; seems only option is to buy as part of package under iWorks (don't need Pages or Keynote for the home).

    (1) Numbers for iOS and Numbers for OSX are completely different products building files using the same format.
    (2) You may buy Numbers as a single application thru Mac App Store. The application Mac App Store is delivered with Lion.
    Yvan KOENIG (VALLAURIS, France) samedi 14 janvier 2012
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My Box account  is : http://www.box.com/s/00qnssoyeq2xvc22ra4k
    My iDisk is : http://public.me.com/koenigyvan

  • Cp 8.0.1,What difference between "Publish for Devices" and "Publish for Devices (App) ?

    i think "Publish for Devices" and "Publish for Devices (App). it same.
    "Publish for Devices (App)" for easy connect phonegap.
    "Publish for Devices"  for advance user.
    not sure you understand but i only share.

    Publish for Devices (App) is to publish your captivate project as a native application using PhoneGap API.
    Publish for Devices is the normal html publish but for Responsive project. It will publish your project as html content and later you can upload it on some LMS or WebServer to view the content on devices using Browser. It has not nothing to do about advance users.
    In both the cases the content will change according to the size of the viewing device.

  • What's the difference between task list release for order and release for c

    What's the difference between task list release for order and release for cost?

    Pallavi,
    The status of the task list determines in which other application areas the respective task list may be used.
    Release for costing: means that the task list can be used to calculate costs in Transaction IA16 i.e. the costs for the task list operations would be calculated if released for costing status is set.
    Release for use in the order: Released for Order means that you can use the task list in an order i.e. you could include operations from a task list in an order.
    Regards,
    Usman

  • Differences between Remote Client copy and Client export and Import

    Dear All, I am new to SAP. Please let me know the Differences between Remote Client copy and Client export and Import. Any response is greatly appreciated. Thanks a Million

    Hello Mallikarjuna,
    Follow the below note,
    https://service.sap.com/sap/support/notes/552711
    which describes the answer to question - Which is better or faster, a client transport or a remote copy?
    Basically client transport would be preferred if the network connection between the source and target system is slow.
    For more help,
    http://help.sap.com/saphelp_nw70/helpdata/EN/69/c24c0f4ba111d189750000e8322d00/frameset.htm
    Regards,
    Debasis.

  • What's the difference between AIA 3.0 and AIA FP 11g Release 1 (11.1.1.4.0)

    Hi, experts,
    Have a question need your great help and clarification, you know we have Oracle AIA Foundation Pack 2.5 based on SOA 10.1.3.4 installation, the new release for SOA has been released on this version Oracle Fusion Middleware 11g R1 (11.1.1.4.x) Released the other day, within this version, we have a Foundation Pack 11g Release 1 (11.1.1.4.0) based on SOA11g.
    My questions are as below
    1) What's difference between AIA 3.0 and Foundation Pack 11g Release 1 (11.1.1.4.0)?
    2) We know, on the top of AIA 2.5, we have Foundation Pack 11g Release 1 (11.1.1.2.0) and Foundation Pack 11g Release 1 (11.1.1.4.0), doesn't mean that the Foundation Pack 11g Release 1 (11.1.1.4.0) has another nickname that is AIA3.0?
    3) Does anyone provide AIA 3.0 installation and implementation guide?
    Appreciated if you could provide some suggestions or comments based on above question, thanks in advance!

    Please see the answers below...
    #1 . AIA 3.0 is internal project name, AIA 11g R1 is an official release which is 11.1.1.2.0, then after two patch sets released they are 11.1.1.3.0 and 11.1.1.4.0
    #2 hope the above answered your question.
    #3 AIA 11g R1 x install and developer guides available on OTN.
    Regards,
    Narayana

  • Difference between Crsytal Report 2011 and Crystal Report for Enterprise 4

    difference between Crystal Report 2011 and Crystal Report for Enterprise 4.0?
    I think Crystl Reprt 2011 has more function, is it right?

    Hi,
    I recently attended a SAP Virtual trianing on SAP Business Objects BI 4.0.
    Here are few extracts from that which probably shows some light to you:
    SAP Crystal Reports 2011
    1. UI and associated processing servers remain the same as CR 2008
    2. Incremental update to CR 2008 with a few new features*
    3. Continue to provide current CR 2008 functionality as-is for existing customers
    SAP Crystal Reports for Enterprise 4.0
    1. Major update & redesign of the Crystal Reports Designer and associated processing servers
    2. Focus on streamlined report design, reporting against BI 4.0 Universe, & reporting against SAP BW data
    3. Provide the foundation for all future releases of Crystal Reports
    Differences between these two releases:
    Data Source & Usage Type                                       General Recommendation
    1. SAP BusinessObjects BI 4.0                                        SAP Crystal Reports Relational Universe (UNX) for Enterprise
    OLAP Universe (UNX)
    2. SAP NetWeaver BW 7 BEx Query (BICS)                    SAP Crystal Reports for Enterprise
    3. SAP NetWeaver BW 3.5 BEx Query                             SAP Crystal Reports 2011
    4. SAP Profitability Cost Management                              SAP Crystal Reports for Enterprise through Analysis View
    SAP Strategy Management
    SAP Budget, Planning and Consolidation
    SAP Extended Analytics
    5. Platform Driven Alerting                                                SAP Crystal Reports for Enterprise
    6. Business Views                                                           SAP Crystal Reports 2011
    7. Direct RDBMS or OLAP access                                    SAP Crystal Reports 2011
        SAP ERP/ Live Office Content/
        Enterprise search content
    Regards
    Gowtham

Maybe you are looking for