About transport mechanism

In my company, If i developed a program, I have to transport to QAS environment to perform UAT, after the program satisfy, then transport to PRD. The program is when i create a complexity program, will will involved create add-on table, dialog program and so on, then transport QAS to perform UAT, if the program has somethings wrong, I need to modify it in DEV environment. After long long time, many transport requests are created. Then the UAT pass, transport to PRD, since there are many transport request are there, some time, I will forget which transport request should be transported, finally, the program caused runtime error after transport to PRD, because one the request forget transport. I would like how to prevent this issue. Any mechanism should i do or any policy should i use. Thanks!

Hi,
Go to se09, create "Transport of copies".
click on Transport Request and click on button "Include Object".
Click on Radio button "Object list from multiple Request".
Select all request pertaining to your object changes.
Press Merge.
All objects in all request you have mentioned will be merged in one request.
Now, Right click on Transport Request and "Sort and Compress". This will merge all similar object and remove redundant entries. Also this will take care of keeping latest version.
Regards,
Mohaiyuddin

Similar Messages

  • WPC Transport Mechanism

    We have currently 40 users to add content in the Web Page Composer (WPC) tool, but we are preparing for 100+ users when we start converting our existing Intranet content. We are interested in what your experience has been and what may be some lessons learned while using the WPC.
    What kind of transport mechanism do you have in place (CTS u2013 manual or automated, ICE)? We would like to allow our users to push their content to PRD when they completed development and testing.
    Any ideas or pointers would be greatly appreciated. Thanks!

    Simone-
    As from our experience. It is best to have content admin for the intranet sites to create there content in production. Make sure they are given permissions only to create and modify content on WPC sites.
    Its just content in production. That means they dont break any thing else.  Creating content in Dev and transporting is not advisable. Because users create content every now and then. and they want it to show up immediatetly. It not worth the time spending on transport to.
    EG. If user changes one link. You have to actually transport in all system. Which is more easier to change in prod.
    Just control the permissions for users and give content admin for that website.
    Please follow the link for more info on transporting.
    http://help.sap.com/saphelp_nw70/helpdata/en/47/276706548a2deae10000000a1553f7/frameset.htm
    Raj

  • Can anyone send me docs about transportations in bw do and donts?

    hi all,
    Can anyone send me the documents about transportation procedure to be carried in bw do and donts.
    to my email id [email protected]
    thanxs in advance
    regds
    hari

    Hi,
    SAP Help
    http://help.sap.com/saphelp_nw04/helpdata/en/94/d4943b00ce6622e10000000a114084/frameset.htm
    Also check
    TRANSPORTATION
    Transportation
    Thanks

  • Question about transport layer

    Hi folks,
    I would to know if anyone has some information about transport layer between two tenants, eg: Test Tenant and Productive Tenant.
    I suspect that deployment on Productive Tenant requires manual deploy with HANA Studio (or eclipse + hana cloud platform plugin).
    Thanks in advance!
    Kind regards

    No, there is no such transport system in HCP. Actually, you've probably noticed that we don't bind you to a particular DI (development infrastructure) - e.g. it's up to you to choose what version control system suits you best - be it Git, CVS, SVN, Perforce...
    For Java apps - hope I already answered your question above.
    For XS apps - AFAIK, you have to import your sources into a HANA repository package and activate them.
    HTH!
    --Vlado

  • I have question about dml mechanism. particularly delete statement

    HI,
    I have question about dml mechanism. particularly delete statement
    I learned that SQL statements deal with each row. For example, SELECT statement insert each record(1 row) which matched with term of WHERE into record pool.
    Also I find that UPDATE, INSERT statement insert each record into memory and if that is commited, I/O is generated with disk.
    if so, Do DELETE statements deal with each row which is matched with terms WHERE statements? ortherwise with rownum?
    I hope that I know the mechanism of DELETE statement?
    If the content above which I mentioned is fault, plz point out.
    Thank you for reading this contents.

    Hi,
    leave_for wrote:
    HI,
    I have question about dml mechanism. particularly delete statement
    I learned that SQL statements deal with each row. I'm not sure what you mean.
    SQL statements deal with sets of rows ; there may be 0, 1, 2, 3 or more rows in the set.
    For example, SELECT statement insert each record(1 row) which matched with term of WHERE into record pool.You must mean an INSERT or MERGE statement that includes a query. A plain old SELECT statement doesn't insert anything, or change any table in any way.
    Also I find that UPDATE, INSERT statement insert each record into memory and if that is commited, I/O is generated with disk.That's right. All DML involves some I/O. The I/O may be buffered, so that the DML statement might finish before any disk I/O is actually performed.
    if so, Do DELETE statements deal with each row which is matched with terms WHERE statements? ortherwise with rownum?
    I hope that I know the mechanism of DELETE statement?Sorry; the last couple of lines you wrote are especially confusing.
    When you have a DELETE statement that includes a WHERE clause, such as
    DELETE  emp
    WHERE   deptno = 20;then the set of rows that will be deleted is the same set of rows for which the condition "deptno = 20" is TRUE. Again, that may be 1 row, but if it is, that's mere coincidence. The number of rows in the set may be 0, or it may be 2 or more.
    If ROWNUM is part of the WHERE clause, then ROWNUM will be considered when Oracle decides which rows to delete; if ROWNUM is not part of the WHERE clause, then ROWNUM will play no part in determining which rows are deleted. Remember, as Damorgan mentioned above, ROWNUM is an arbitrary number. There is no built-in order to the rows in any table.

  • Transport Mechanism in XI

    What is the transport mechanism in XI??
    How to transport from Development system to Production syatem.
    Is there anyway other than Import or Export??
    Thanks in advance,
    Jeevan.

    When you migrate the Integration Server and the Integration Builder, you install a new IS/IB
    3.0 on additional hardware. After completing the Customizing on IS 3.0, you use XI tools to
    migrate XI configuration and runtime data from the IS 2.0 to the IS 3.0 system. Finally, you
    have to switch the addressing for all application systems, adapters, and SLD parts from IS
    2.0 to IS 3.0.
    You can prepare most steps in setting up Release 3.0 without interrupting the operative use
    of Release 2.0. Therefore, the XI downtime is kept to a minimum.
    The basics of the migration procedure are as follows:
    1. Installation and Customizing of Integration Server and Integration Builder (XI 3.0) on a
    standby host machine (all-in-one)
    2. Migration of SLD data from Release 2.0 to 3.0.
    3. Migration of XI Integration Builder data from Release 2.0 to 3.0.
    4. Cache refresh.
    5. XI downtime starts, which disables the input stream into IS 2.0 / IS 3.0.
    6. Migration of essential runtime data.
    7. XI downtime ends, which enables the input stream into IS 3.0 again.
    8. Address switching of adapters and application systems from IS 2.0 to IS 3.0.
    Migration starts with the upgrade of the DEV landscape (including the DEV SLD) to Release
    3.0
    After upgrading the DEV landscape, there is no way to transport configuration data
    from the DEV 3.0 landscape to the QA 2.0 or PRD 2.0 landscapes.
    We recommend that you perform all required transports from DEV to QA or
    PRD before the migration procedure is started for the whole landscape.
    • If you need to make configuration changes after the DEV landscape migration to DEV
    3.0, for example, for emergency corrections, you need to make the configuration
    changes separately and in parallel for DEV 3.0 as well as for QA 2.0 and PRD 2.0.
    The transport mechanisms for the SLD and Integration Builder are described in the Online
    Help.
    All application systems in the DEV landscape must switch their addressing to the new
    Integration Server 3.0 of the DEV landscape. For more information, see the relevant sections
    below.
    you could detaild information from this link
    http://help.sap.com/bp_bpmv130/Documentation/Upgrade/XI_Upgrade_Guide.pdf
    reward the points if it helps
    Regards
    Naim

  • Transport Mechanism in MDM

    Hi,
    Can you please tell me how transport mechanism works for MDM from development to Testing to Production?
    (Scenario is that all the three repositories are on  different boxes and three MDM systems are maintained in SLD)

    Hi Jaydeep,
               Are you using SP03 or SP04? As per my knowledge SP03 is not build for this kind of scenario.
    For SP04 it is possible to use transport utility. Please go thru the following link for your reference<a href="/people/savitri.sharma/blog/2006/08/03/increased-functionality-and-ease-of-use-the-ins-outs-of-mdm146s-new-transport-utility Utility</a>
    Thanks & Regards,
    Ronak Gajjar
    <b>Please mark helpful answer</b>

  • Data transport mechanism

    A customer has asked if I can describe our "data transport mechanism(s)" to move data between their databases. I have not been able to get more detail on what they are looking for, other than TCP is too low level.
    We connect from one Oracle database to remote databases using database links for Oracle databases and Heterogeneous Services (ODBC or OLEDB) for other databases.
    Can anybody help with a reference to Oracle's mechanism, or even some other "data transport mechanisms" so I can search for something at the correct level?
    Thanks in advance,
    David

    I would think a brief description of Oranet and ODBC would do the job along with a diagram of the Oranet (database link) database to server/database and ODBC connections.
    Oracle has white papers on Heterogeneous Services (also called generic connectivity) available on metalink.
    HTH -- Mark D Powell --

  • Requirement about transport tracking

    Hi,
    I have this small requirement about transport tracking.
    A transport might have lot of tables referenced. I need to find out, what is the difference, between the tables in one system, and the tables in another system, say between development system, and production system. Any leads on this would be helpful. Thanks for the help in advance.
    Regards,
    Vijay

    Hai Srikanth,
    These links may be helpful to you..just check them out.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/7ce5c590-0201-0010-388e-cc28510abb89
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a9039a90-0201-0010-c39d-c7173438ea0d
    Regards,
    Srikanth.

  • About Transportation

    Hi Sap Experts Could You please explain about the Transportation.

    Hi
    Transportation Management basicaly is about two document. Shipment and Shipment cost document. A shipent is basically a collection of deliveries. One shipment can have multiple destinations in its Route. The most important thing in shipment is route determination. One route can have multiple phases e.g. 1/3 distance travelled on road,1/3 on rail and remaining on ship. Thses phases are called Legs. The legs have to be maintained in route determination 0VTC.
    Important fields in Shipment document are shipment type,route and Service Agent(Transportation agent).Also the shipment start, shipment completion etc. button are important. They have some specific functions which can be configured.
    We create shipment with help of transportation agent. He is maintained as partner Function. After completion of shipment we have to pay him for his services. For calculation of the amount payable to him, Shipment cost document is created. One shipment can have only one Shipment Cost Document.
    There is a tickmark named as transfer  in SCD. This tickmark is responsible for transferring shipment cost to FI. After the transfer of cost, A service entry sheet ( GR for services) is generated in background. the service entry sheet is then accepted and the Invoice is created.

  • Question about transport

    Hi all
    What is the aproach to transport XI desing , configuration and mapping objects.
    If we develop a scenario for a customer in our own XI server and we want to implement it in the customer Xi server after it is finished , then what objects do we have to transport and how we can do it.
    what about the tech. and business systems , do we have to create them in the customer machine or just transport them.
    thanks.

    Hi,
    After completing the development you can transport the object by 2 way.
    1. File Transport method
    2. CMS Method
    In Integration Repository object:
    Right click on the Namespace which you want to send to Quality system and select the export option and export it....this will create a .tpz file on the server following path
    usrsap<SID>SYSglobalxi
    epository_serverexportsample.tpz
    Above file will be copied and pasted in following path
    usrsap<SID>SYSglobalxi
    epository_serverimportsample.tpz
    Similar procedure for directory
    Right click on the configuration scenarion in development which you want to send to Quality select the export optin and export it....this will create a .tpz file on the server following path
    usrsap<SID>SYSglobalxidirectory_serverexportsample.tpz
    then login to the IR of the quality select the Tools ---> Import option you will get this tpz file and import it and activate.
    How to transport SLD objects.
    Exporting and Importing Technical Systems and Business Systems
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9e76e511-0d01-0010-5c9d-9f768d644808
    Go through these blogs also.
    /people/sravya.talanki2/blog/2005/11/02/overview-of-transition-from-dev-to-qa-in-xi
    /people/sap.india5/blog/2005/11/03/xi-software-logistics-1-sld-preparation
    /people/sap.india5/blog/2005/11/09/xi-software-logistics-ii-overview
    HOW TO transport usning CMS
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/43f5d790-0201-0010-2984-ff72d822b109 
    /people/sap.india5/blog/2005/11/03/xi-software-logistics-1-sld-preparation
    Regards,
    Sarvesh

  • Parallel Transport Mechanism

    Hi,
    We are planning to have a parallel landscape solution of ECC 6.0 for our client.
    Existing landscape--  DEV>QA>PRD
    Parallel Landscape--  DEV1--QA1
    Whatever we design we will transport in the following path:
    DEV1-->QA1
    Then the objects will be transported from QA1-->DEV
    As the transports reach DEV it would follow the existing route:
    DEV>QA>PRD
    Client has reviewed the proposed parallel landscape solution with their technical architect and would like to understand how we propose to handle the system ownership of transports.  Each transport is stamped with the SID of the originating system. Once we move these transports into existing Development, then we will not be able to change the configuration / code of the transport.  How do you propose that we can regain ownership of the configuration / code once in the existing landscape?
    Proposal given by us to the client:
    The ownership of the transports from Parallel/project landscape to existing landscape can be achieved in multiple ways by Basis function; following SAP standard options are generally followed.
    Option 1 - Transports from a system originates with SID and owner ship of the user. When we import this transport to another system, selectively Basis can help to modify and regain the owner ship of the particular transport. The prerequisite for this is the old developer should exist in the system.
    Option 2 - We can create a new transport and add the imported transport/objects to new transport request to gain the ownership of the objects of the transport.
    Is these the correct options??Is there any other way we can maintain the ownership of the transports??Please guide & suggest me.

    The rekeying (also called dual maintenance) of Business as Usual transports that have reached Production back into your Project landscape, is definitely advisable, as it will ensure that the two landscapes are kept consistent and in sync, and you do not hit unexpected issues when your project cuts over to your BAU landscape that you did not see during Project test phase.
    However doing this rekeying manually can be an extremely time-consuming and human-error prone activity, and often introduces new issues and inconsistencies.
    As already mentioned by Ashutosh, tools like  Transport Express can automate this activity.
    TE Merge capability automatically creates new transports for the objects contained in the BAU transports, and puts them into the Project landscape, avoiding the need for developers to do it manually. You can see a demo of how TE’s Agile Multi-track development functionalities can help make your organisation more efficient and avoid the need for manual rekeying on your multi-tier landscape on the BTI website
    http://www.basistechnologies.com/online-demos
    If you are interested in finding our more about TE, please contact us via our website.
    Thanks
    Ross McLanachan
    http://www.basistechnologies.com/
    For transparency, I should state that I work with Basis Technologies, the software vendor behind Transport Express and other SAP-certified products. Prior to this, I spent almost a decade working in various SAP Change & Release and other delivery roles for a large global SAP consultancy, and so know first-hand the many faced by many SAP customers still delivering their SAP Change using largely manual processes

  • Want info about eventing mechanism in Solaris.

    Does Solaris have facility to register for events such as "link down" other than snmp ?? If yes, where can I find information about it ?
    Thanks,
    Dev

    Try looking at syseventd. This is the mechanism to expose events from the kernel/drivers to userland. I'm not sure if network link events are currently exposed.

  • Hi,a question about transportation of translation of selection screen?

    Hi Experts,
    I am working on an ALV and there is a selection screen for it, and I have translate the texts in the selection screen and can they be transported while the program is transported to another system? if not how can I transport the translations, thank you much.
    Kind regards
    Dawson

    Hello ,
    Please follow the below steps for transalation ..
    - Complete your development and release the same .
    - Always have the Translations which u can do wtih SE63 tocde and have them within a specific transport request (Recomended Transport of Copies) .
    Now u release the TR of translation then everything wil work fine .
    Ensure always Translations TR is younger than Development TR withrespect to their creation and Releases ....
    Regards,

  • A question about transport of the change to InfoSet

    Hello Expert,
    I made a change to the infoSet MMIV03 by Transaction SQ02 and add MKPF-USNAM into the field group INVENTORY MANAGEMENT. Then I clicked Save button, but there is no pop up window to ask me to save into transport. I clicked "Generate" button, and there is no popup window,too. I create a new infoset and the system aslo doesn't ask me to save into transport.
    I need to transport the change to testing system, can any expert tell me how to include the change into transport?
    Thanks in advance,
    Regards, Johnny

    Dear John,
    try this, when you are in SQ02. Go to SAP Menu "Environment" and then "Transports". Choose "Transport InfoSets" and selects which InfoSets you want to transport. Then Execute with F8.
    Regards,
    Peter

Maybe you are looking for