Transporting objects ? Please suggest

We have a landscape of DEV, QA & PROD for BI & R/3. So how will the objects move from DEV to PROD, is it from DEV to QA and QA to PROD (OR) DEV to QA and DEV to PROD. Please suggest me the clear process of transportation of BI Objects from DEV to PROD or atleast explain me the process. Do we need any transportation tool to move the objects or through STMS only, what are the other transportation tools to move the objects from DEV to PROD.
What is Information Broadcasting ?

>
Manohar P wrote:
> We have a landscape of DEV, QA & PROD for BI & R/3. So how will the objects move from DEV to PROD, is it from DEV to QA and QA to PROD (OR) DEV to QA and DEV to PROD. Please suggest me the clear process of transportation of BI Objects from DEV to PROD or atleast explain me the process. Do we need any transportation tool to move the objects or through STMS only, what are the other transportation tools to move the objects from DEV to PROD.
>
> What is Information Broadcasting ?
read this first -
http://help.sap.com/saphelp_nw04/helpdata/en/b5/1d733b73a8f706e10000000a11402f/content.htm
Most BASIS folks use request numbers to transport. There are many III party tools that will cost money.
Uday-Ram Chamarthy

Similar Messages

  • How many string objects - please suggest

    Hi there,
    Can you somebody please tell how many String objects will be created when the following method is invoked?
    public String makinStrings() {
    String s = “Fred”;
    s = s + “47”;
    s = s.substring(2, 5);
    s = s.toUpperCase();
    return s.toString();
    Thanks
    Shan

    Hi VShan,
    This is your code
    public String makinStrings() {
    String s = “Fred”;     //1
    s = s + “47”;            //2
    s = s.substring(2, 5);//3
    s = s.toUpperCase(); //4
    return s.toString();     //5
    EXPLANATION : String is an immutable object, that means the String object cannot change it's contents.It might sound very unfamiliar but it is TRUE. In line 1: You declare a String object by assigning a a String literal "Fred" to the variable s. Now when you concat "47" with the original contents of s , a new memory space is allocated where s is assigned.+It is important to note+ that the previous reference of s i.e. "Fred" will be lost and now s refers to a new memory location where the contents are "Fred47" , so you have created another object in Line 2. Similarly you create another object in line3 & 4.As far my calculations you have created 4 objects.
    I would like you to kindly note that s is already a String so you can directly return s and hence there is no need of s.toString() in Line 5.You should also note that each object is also an eligible candidate for Grabage Collection.
    So as soon as Line2 gets executed , the object in Line1 becomes eligible for garbage collection.. that means when GC runs that object will be reclaimed and hence memory will be freed.

  • Is there any way to create BHO.dll (Browser Helper Object) for Mozilla. I have created done this with IE7. I like to migrate this to Mozilla. Please suggest me

    I have done a project to capture URL details and based on the data I need to do business process. I have implemented this project in Interner explorer using BHO (Browser Helper Object). I need to migrate this project to Mozilla. Please suggest me.

    Firefox doesn't use BHO like IE.
    For Firefox (and Google Chrome) you will have to create extensions to add extra features.
    *https://developer.mozilla.org/en/Extensions
    *https://developer.mozilla.org/en/Building_an_Extension

  • Transport Object

    Hello everybody,
    By mistake i had delete all the format for a SWIN device in production system.
    Now, i want to import all the page format related to the SWIN device from the Development system.
    so please guide me How to do?
    Can i use the transport object of device type SWIN , R3TR PRIN SWIN
    Please suggest me how to transport the object R3TR PRIN SWIN?
    Thanks
    Ganesh

    Hi Ganesh,
    Please go through the following which will help you in solving your problem
    http://help.sap.com/saphelp_nw70/helpdata/en/d9/4a961751ea11d189570000e829fbbd/content.htm
    Thanks & Regards,
    Vidyadhar K

  • Transporting Objects

    Dear BW Experts,
    I have few questions about transports. Would you please guide me thruough this, my understanding of the concepts is not clear.
    Question 1:
    what is the <b>difference between Collecting objects at the object level</b> for eg: Infopackage >> Object Catalog Entry >> Enter developmet package and request id
    and <b>doing it at the RSA1 >> Transport connection</b> and selecting objects and click on the Transport objects truck.
    Do these 2 functions mean the same ? Please advise.
    Question 2:
    Do we collect / transport the Transfer rules, Communication Structure and the DataSource, too ?? Little background on this is, the ODS_21 is feeding the new ODS_22. The ODS_21 is already there in QA & Prod. Please advise.
    Question 3:
    This ODS_22 is feeding new cube CUBE_001, so do i collect the Transfer rules, Communication Structure and the DataSource, too ?
    Please advise.
    Thank you,
    T I

    Hello San,
    Thank you for clearing that up. It sure helps. Since this Cube_001 is not feeding any other targets, there is no export datasource for this. so, i think there is no need in this situation.
    I was hoping if you could help me with this. When i collect the infopackge to transport, would i enter a check mark to collect the infosource, communication strusture and transfer structure. Since there are no changes made i felt there is no need to collect them but just wanted to get some expert opinion.
    Please advise.
    Regards,
    TI
    Message was edited by: TI

  • Issue while transporting objects

    Hello Guyz
    I am having problems while transporting transformations, DTPs and other objects in BI. We are using BI 7.0 by the way.
    The problem is, when I re-transport a few of these objects, I get 2 sets of transformations and DTPs instead of the new one overwriting the already existing one in Quality. Do we need to set 'Overwrite Property' on the transport or somewhere else before re-transporting objects from dev to (qa or prod).
    I have the same question regarding Process Chains: is there some type of 'Overwrite' property that we need to set before we re-transport a Process chain into Quality for a second time? Do we end up creating 2 PCs if we dont have this property ON??
    Please advise.
    Thanks.

    HI,
    You need to select all the options when importing the TR in qualtiy system.excpet the one which says leave the TR in the queue for later import.
    when importing requesting in STMS_IMPORT it will give you a pop up on how you want to import it.
    There are option for overwrite mode.
    Select all the option which says overwrite and then do the import.
    Thanks
    Ajeet

  • Is it possible to transport objects from 4.6C to ECC6?

    Hello,
    Apologies if I am posting this in the wrong forum. I have developed some custom z-tables and an application in ABAP / Screen Painter on a 4.6C server. Is it possible to transport these to an ECC6 system? Otherwise I will have to recreate everything on the ECC6 server. Help is appreciated, thanks.
    Regards

    Hi,
    Yes it is possible, Please login into target system(ECC6) get data and cofiles from source system (4.6c) using ftp method then import the transport objects using tp addtobuffer and tp import with the help of below example.
    Ex:
    tp addtobuffer transportname SID pf=\usr\sap\trans\bin\PROFILE_NAME
    tp import transportname SID client=nnn U16 pf=\usr\sap\trans\bin\PROFILE_NAME
    With Regards,
    Krishna.

  • Transportation ( how to transport objects from one server to another)

    Hi BW guru's
    Please tell me the steps to transport objects from one server to another server.

    Follow the steps.
    1. RSA1 > Transport connection
    2. In the right window there is a catagory "all object according to type"
    3. Select required object you want to transport.
    4. Expand that object , there is select object, double click on this you will get the number of objects, select yours one.
    5. Continue.
    6. Go with the selection, select all your required objects you want to transport.
    7. There is icon Transport Object (Truck Symbol).
    8. Click that, it will creat one request, note it down this request.
    9. Go to Transport Organiser (T.code SE01).
    10. in the display tab, enter the Request, then go with display.
    11. Check your transport request whether contains the required objects or not, if not go with edit, if yes "Release" that request.
    Thats it, your cordinator will move this request to Quality or Production.
    Hope its helps.
    Regards

  • SRM non transportable objects

    Hi,
    I have a request from our SRM Consultant to change the below objects to non-transportable objects.  I would like to know the best process in handling this.  It is not clear to me as to what objects these are.  Some of them are tables, as I found out later.  But other objects are not clear.
    BBP_WS_VC - Define external call services.  Used for definition of catalogue call structures.   
    q       BBP_BACKEND_DEST - Definition of backend systems  
    q       BBP_DET_LOGSYS - Define backend system for product category 
    q       BBP_TARGET_OBJ  - Determine target object in backend system  
    q       BBP_DET_ACCT - Define G/L Account for product category and account assignment category.
    q       BBPV_SRC_DET
    q       BBPV_AVL_DET  - Sourcing by Vendor List flag.   
    q       TWPURLSVR - Logical web servers for logical systems   
    q       Any R3TR SICF objects, which contain user names
    q       Any R3TR SMIM objects, typically images for the catalogue
    thanks in advance,
    Abdul

    Hi
    This is not recommended and best practice by SAP.
    Any specific reasons - why you want to do this ?
    Please consult the same with SAP by creating a OSS message as well.
    Regards
    - Atul

  • I have a situation please suggest some transactional solution.

    hi,
        I have two databases one is entry database (DB1) Where entery is done, other database is reporting database (D2).
    we are trying to transfer data using stored procedure from db1 to db2. the  sp will be scheduled to run after every 20 to 30 sec.
    in db1 we keep three cols in all tables transferedcol, updatedcol, activecol.
    --activecol gets 1 if when record is entered first time and remain same while updation.
    this col gets 2 if deleted( we do not do physical deletion we only mark 2 in activecol and updagtedcol)
    --transferedcol gets 1 if not transfered to db2, if transfered to db2 then we put 0 in it.
    if record gets updated then it gets 1 again so that we can transfer it again.
    --updatedcol gets 0 for new entry of  each record and 1 if updated after transfer of the record to db2 else if any one tries to updated it before transfer then it will be 0 for new record , after the transfer of that record if some one updates the record
    then it gets 1 and remains 1 throught out the life . yes it gets 2 if record is deleted ( deletion is not  physical , it is logical by setting 2 in activecol and updatedcol).
    in db2 we have only required cols for reporting,  but if required we can keep some cols like transfered ,active and updated.
    this db2 has fk and table gets record from joins of many tables of db1 which also has  fks
    that is schema is not same.
    Q1) i want to transfer only the records having transfered col marked as 1 and after transfering i want to make them 0 from the stored procedure which runs after every 20 30 sec.
    please suggest some solution with isolation level.
    note: on db1 i want that entery should not be blocked to much and at the same it want stored procedure to transfer the data from db1 to db2 so that people can see the report at the very time.
    yours sincerley

        I have two databases one is entry database (DB1) Where entery is done, other database is reporting database (D2).
    we are trying to transfer data using stored procedure from db1 to db2. the  sp will be scheduled to run after every 20 to 30 sec.
    Have you considered replication?
    BOL: "SQL Server Replication
    Replication is a set of technologies for copying and distributing data and database objects from one database to another and then synchronizing between databases to maintain consistency. Using replication, you can distribute data to different locations and
    to remote or mobile users over local and wide area networks, dial-up connections, wireless connections, and the Internet.
    Transactional replication is typically used in server-to-server scenarios that require high throughput, including: improving scalability and availability; data warehousing and reporting; integrating data from multiple sites; integrating heterogeneous data;
    and offloading batch processing. Merge replication is primarily designed for mobile applications or distributed server applications that have possible data conflicts. Common scenarios include: exchanging data with mobile users; consumer point of sale (POS)
    applications; and integration of data from multiple sites. Snapshot replication is used to provide the initial data set for transactional and merge replication; it can also be used when complete refreshes of data are appropriate. With these three types of
    replication, SQL Server provides a powerful and flexible system for synchronizing data across your enterprise. Replication to SQLCE 3.5 and SQLCE 4.0 is supported on both Windows Server 2012 and Windows 8.
    As an alternative to replication, you can synchronize databases by using Microsoft Sync Framework. Sync Framework includes components and an intuitive and flexible API that make it easy to synchronize among SQL Server, SQL Server Express, SQL Server Compact,
    and SQL Azure databases. Sync Framework also includes classes that can be adapted to synchronize between a SQL Server database and any other database that is compatible with ADO.NET."
    Kalman Toth Database & OLAP Architect
    SQL Server 2014 Database Design
    New Book / Kindle: Beginner Database Design & SQL Programming Using Microsoft SQL Server 2014

  • Hi ALL please suggest on this

    Hi ALL ,
      Iam a business object XI Developer ,Now i have an option to go SAP BW or to continue working in Businessobjects and SAP acquired BO .Its confusion for me which one to select
    can anyone please suggest which way is best .
    Thanks & Regards
    Sameer Khan

    hi,
    if you know BO, and have he option to work with BI its good hope u could proceed with BI.
    Business one
    http://www.ciol.com/content/news/2006/106012308.asp
    http://contextlabs.in/pdfs/SAP_Business_One-Brochure.pdf
    Ramesh

  • Non-transportable objects

    Hello,
    I am trying to compile an as-complete-as-possible list of non-transportable objects in BW. I would appreciate if you could all contribute to this list - every input is appreciated and will be rewarded with points
    Thanks in advance,
    Manuel

    Hi Manuel,
    would you please let us know the purpose of this list? But anyway:
    all cube-, ods- and infoobject-tables will not be transported. They are just temporary objects. What you transport is the definition of these objects and based on the definition the tables will be created or modified in the target system. Additionally the program behind the update and transfer rules are temporary and generated objects. They will also be generated out of the mapping info after transport in the target system.
    To be continued ...
    (by some others)
    regards
    Siggi

  • SPAU query for documentation and maintainance and transport object

    Hi All,
    I am working on upgrade using SPAU. In without modification assistant there are two nodes and objects in red- 1. maintenance and transport object 2. Documentation.
    When I click on maintenance and transport object , I get the red button for cluster maintenance SOBJ.I try to open in maintain/change mode but it is not giving any option to activate or anything. As it is maintenance it gives an option to create a new entry only.( see attached capture1 & capture2)
    What do we need to do to make it green ? I tried to search but did not get anything related to this. I have attached screen shot for the same.
    Also for documentation, what needs to be done as adopt modification ? I get the pop up for create modification when I click on data element documentation. Do I need to create modification ? what should be the template type ? (Please see the attached screen shot capture3 ).
    Also for both I get 'no version found'.
    I would really appreciate your help.
    Thanks,
    Niki

    Can anybody help/guide on this please ....

  • Error when transporting object data

    Hi,
    i have installed version 7.1 over verison 7 azdobe livecycle designer, howeven after installation, i try to made some changes, but i got the following error
    :" error when transporting object data", anyone familiar with this error?
    Please help. Thanks

    1) It seems that you have deleted a dependent info object from ODS in BW Dev. and so is the warning message that you have deleted that info object.
    2) if you have made some changes in an ODS and want to transport those to quality then you should delete all data from that ODS in quality. Delete all tables in ODS.
    3) You should activate update rules in development again and transport those with this request.
    Error 8 is error caused due to missing objects. do check your request thoughly before you re transport it.
    Hope this helps.
    Regards,

  • Transport objects

    Dear All,
                  I am working on a Training server which odnt have development-quality-Production system seperately, Only one system is there.
                       Now the issue what i facing is the BASIS team is going to refresh the system tommorrow and they said me the copy all your objects in a transport request and give them the request number .Later after refreshing they will paste my objects back to the system.
    But i dont know how to make a transport request in this single training system.Can any one help me on this .Please provide a detailed and step wise solution to this issue..
    Varun

    HI Varun,
    First create a Package in SE80(Object Navigator).
    use tcode rsa1.
    Click on Transport Connection button.
    click object types.
    add which objects you required to be transported.
    check Grouping tab whether it is "data flow before if you are collecting your cube or ods".according to your selection objects you can use this tab like data flow before, data flow after etc....
    place all your objectsin the right sidel........
    use Transport object(truck icon)............
    after this it will ask you to use existing request or create a request. As per your requirement create a request............
    use se01/se09/se10.............
    here you can find your created request...... under that tasks will be there.........release all subtasks first...........after that you can release that particular request or ask your basis team to release that particular request...............
    inform your Basis team to take Back-up of that request so that after they will refresh , you can again use your previous objects.
    Thanks,
    Asish
    http://help.sap.com/saphelp_nw70/helpdata/EN/46/8d598271fc71bde10000000a1553f6/frameset.htm

Maybe you are looking for