Transporting Iviews from QA/DEV system to production system

Hello All,
I have some iviews that are based on BW report Iview (BEX ). I have them developed in the qa environment. How can I transport the same iview to the production server.
The portal landscape is some thing like this.
We have a devlopment and qa portal , these are accessing the DEV and QA bw systems respectively.
Then we have a production portal server and a production BW server.
Now we have developed some reports in BEX and those are published on the development portal using Web Application Designer.
How can we trasport the same iviews to the production environment? or first of all is it possible to transport the same? We are on EP 5.0 Sp4 and BW 3.5
Thanks in advance
Pradeep Bhojak

Bhojak,
Yes it is possible to do it. Look at export option under System Admin menu. You can export everything as a package and import the same pakage into your Production system.
Good Luck.
GO.

Similar Messages

  • Transport Error from BI Dev to BI Production

    Hi all,
    I am started the BI transport from BI dev to BI production. we are not having BI quality.
    I am transporting the DSO and the total data flow to the production.
    I have copy the 0FIAR_O03 DSO to the Z DSO and i am transporting thr Z DSO(ZFIAR_O3) to BI production.
    While transportation i am getting below error.
    DataSource 8ZFIAR_O3 does not exist in source system EBP740 of version A                                                            |
    Reading the Metadata of ZFIAR_O3 ...
    Creating DataSource 8ZFIAR_O3 ...
    Application component DM of DataSource 8ZFIAR_O3 does not exist
    Error when creating the export DataSource and dependent Objects
         | Error when activating DataStore Object ZFIAR_O3                            
    Please suggest.
    I have transported all the objects propely.
    Regards,
    Macwan James

    Hi James,
    This issue could be because the Application Component hierarchy might not be installed in Production System.
    Collect the Application Components and transport to Production. Then reimport the failed request, should resolve.
    Regards,
    Chathia.

  • How to Transport iViews from Portal Dev system to Prod system?

    Hello friends,
    This is an urgent request and it would be of great help if you can give me a solution to this.
    We have a Development Portal and a Production Portal. There is no QAS Portal. We are on EP 5.0 and BW is 3.5. Coming to my question, I have created an iView on a Web Application Designer template and assigned it to a role on the Development Portal. The report displays well on the Portal. Now I want to move this newly created iView to Production Portal. I absolutely have no idea how to do this as it is generally a Portal person's work and I have been asked to do this as the Portal person is currently on leave. I need to move the iView to Production as quickly as possible and I would really appreciate if any of you can send me detailed steps on how to do this.
    The best way to say thanks in SDN is to assign points to helpful answers and I will not forget that.
    Thanks,
    Deepthi.

    Hi Deepthi,
    observe these links:
    Here is some material:
    How to Transport Models Within SAP Analytics
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/035be5d4-0a01-0010-b48a-d4c8c9b020b5
    Actually, those pieces are also included in my book "SAP NetWeaver Visual Composer" which is already available from SAP-Press ( http://www.sap-press.com/product.cfm?account=&product=H1932 )
    If Usefull Asain the points.
    Thanks,
    kiran.
    Message was edited by:
            kiran manyam

  • Problem when transporting form from DEV system to PRODUCTION system

    Hi Experts,
    We are developing forms in ABAP, for example there is a form developed in dev system and this form has JS coding in some UI elements events like initialize, on change and on exit; also has one script object defined as variable. this script object has some functions defined in order to do some common validations and field specific ones too.
    The form in DEV work fine, all the functions calling, all the validations and the events are working properly as expected. But there is a problem when we moved the changes done in development system into production system. Specifically the script object has the problem: even though the coding is the same in both systems, in production system we had an script error: "Body.CATALOGPARAMS has no properties", as if the Body.CATALOGPARAMS was never instanciated, or it is not defined...
    The code that produces this error is the following:
    var itemCount = 0;
    itemCount = Body.CATALOGPARAMS.DATA.instanceManager.count;
    CATALOGPARAMS is table defined as context table coming from an ABAP FM where is filled and passed into the form.
    In order to fix this problem I changed that part for the following
    var itemCount = 0;
    var catalogTable = null;
    catalogTable = xfa.resolveNode("Body.CATALOGPARAMS.DATA");
    itemCount = catalogTable.instanceManager.count;
    This still works as fine as the other in DEV system. But my question is: will I have the same problem when we transport the changes to production system, you have to know that a transport is not something that you can do every day, so I am taking precautions before the transport. Which of both coding is the best for doing this?
    Any observations, comments, questions in order to clarify some points are welcome, so please do it.
    In advance, thanks a lot.
    Mauricio.-
    Edited by: Mauricio Poblete on May 11, 2010 4:20 PM

    As always, you are the first one to reply... thanks for that!
    before everything, I activated the form, then I added this form to a new transport using se80 transaction: I navigated through the form objects and I added the form to a new transport by second click on the form -> other functions -> write transport entry. is this the correct way to assign a transport package with the entire form (including script objects, layouts, and all you told in the last reply)??
    Can you give me a guide on how-to add the specific parts to the same transport for forms?
    as always, thanks in advance.
    Mauricio.-

  • Steps to configure BPM report from Solman 7.00 for productive system ECC6.0

    Hi all,
    Please given me the steps to configure Buisness process Monitoring reports from Solman 7.0 for productive system( ECC6.0, windows & database oracle 10.2),
    I wanted to create the Reports of  monitoring the buisness.
    Regards,
    Akash Basis consultant.

    Thanks for replying Volker von Gloeden,
    This thread is my first one in SDN & I am very glad that someone has given the answer ,
    I will take a look for solution you have provided & will inform you.
    Thanks again.

  • Transaction Launcher: Logical System in Production System does not change

    Hi,
    I created a transaction launcher in the CRM development system (CRD) to launch the transaction IL02 in the ECC 6.0 system (ECD). Then I transported the changes from CRD to the CRM production system CRP. I also transported the changes from ECD to ECC production system ECP.
    However, when I see the transaction launcher in CRP system, it is still configured for the URL of ECD. I want the transaction launcher to connect to ECP. One option I have is to change the class name in the CRP system. However, I am not allowed to create a new ABAP class in the production system. Is there any other way to change the target system automatically in production system?
    Thanks,
    Rohan.

    Thanks Piyush. Could you be a bit more specific? I followed these steps:
    1. In transaction CRMS_IC_CROSS_SYS, created a logical system URL for production system
    2. In customizing setting Copy/Delete Launch Transactions, deleted the transaction launcher id.
    3. In customizing setting Configure Transaction Launcher, created the same transaction launcher id newly.
    I still am not able to change the logical system. However, I can do it if I change the class name.
    While deleting the transaction launcher id, should I be deleting all dependencies?
    Regards,
    Rohan.

  • SOLMAN 7.1 Assigning Hana database Technical system to product system

    Hi All,
    I am trying to assign a HANA database technical system to Product system.
    I am trying to do it in conventional way (i.e in LMDB TCODE--> Selected Product system-->Assign Technical system--> ).
    But I am getting below error.
    No local proposals; search remotely in SAP SMP (time-consuming).
    So wanted to know whether there is any other way for assigning Prodcut system to HANA DB Technical system.
    Please find the screen shot for the error message.
    Thanks & Regards,
    Solman Starter

    You can either use a product system that already exists for the ABAP system (if the ABAP system was already connected to Solution Manager) or create a new one. After all you should use the same product system for ABAP and HANA.
    Check this for further reference -
    Managed System Setup of HANA in Solution Manager 7.1 - SAP Solution Manager Setup - SCN Wiki

  • Transporting objects from development  system to production system

    Hi all,
    how can we transfer the object from development system to QA and QA to Production, for example creating a new sales document type,how can we transfer tthese new sales document object from development to production system.
    any one can please send me with screen shots,then it will be great help for me.
    its very urgent
    my email id is:[email protected]
    Thanks & Regards
    Ramesh chandra

    Hi Kalyan.,
                        When you want to create a new sales order type then its better to copy the existing order type from the standard one and save it in one request and then you release the request in SE09 and further it is transported by Basis people using T.code STMS
    I have sent step by step configuration with screen shots,Please go through that
    REWARD if helpfull
    Thanks & Regards
    Narayana

  • Fetch data from a table present in production system

    Hello Gurus,
    I want to get data from a table which is present on production system. And i cannot create RFC. Can anybody tell me any other way of getting the data?
    Thanks in advance!!
    Regards,
    Kumail

    Hi,
    if it's just a one time requirement to get the data from the table into an excel sheet e.g. for some error analysis or for making a development decision, why bothering with development? Just run se11 or se16 display the whole content and save it as excel sheet via the menu. This would be the fastest solution in my opinion.
    If you do not have the permissions to see the table in production ask a admin or super user. Creating a program to dump data from the system you are not really allowed to see usually brings you in a lot of trouble :o).
    Kind Regards
    Roman

  • Transporting Developmenrts from PI DEV to PI Prod

    Hi Experts,
                        in my PI server, when ever I do a development in the ABAP stack, I release and transport the request to Basis. And In case of developments in Java stack, I use Change Management Service - Transport Studio   to move it.
    Apart from these processes, what other practices / processes are done in the industry to move developments to Prod..
    Regards,
    Arnab

    Hi,
    What is CTS+ and why is is introduced:
    The Change and Transport System (CTS) is a tool that helps you to organize development projects in the ABAP Workbench and in Customizing, and then transport the changes between the SAP Systems in your system landscape.
    The XI use case for CTS+ introduces a new transport handling mechanism that offers tighter integration for the transport of ABAP, Java, and Integration Builder objects (Integration Repository and Integration Directory) using the Change and Transport System (BC-CTS) functionality.
    As your XI system requires both the ABAP and the Java stack of the SAP NetWeaver Application Server, the following transport tools are available after installation:
    u2022
    The ABAP transport environment (BC-CTS)
    u2022
    The file export and import mechanisms or CMS integration to transport Repository or Directory objects in your transport landscape
    In addition, you might also have to transport Java development objects by using the SAP NetWeaver Development Infrastructure itself.
    The enhancements to CTS in combination with the SAP Solution Manager Change Request Management (ChaRM) address the following issues:
    u2022
    Synchronized transports for mixed systems (ABAP & Java)
    u2022
    A unified application for mixed system landscapes
    u2022
    Tracking of non-ABAP transports including Change Request Management
    For your XI landscapes there will be one central transport environment with CTS+ where you can manage all XI-relevant transport objects from a single entry point.
    This how-to guide describes the configuration settings you must make in the CTS+ system and XI systems. The functionality must be set up according to the release version of the integrated XI system. The two configurations will be described separately:
    u2022
    Configuration setup for releases prior to SAP NetWeaver 7.0 SPS12 (also for SAP NetWeaver 2004 SPS14 and higher).
    u2022
    Configuration setup for release SAP NetWeaver 7.0 SPS12 and higher.
    Refer the link for CTS+ step by step method of transport:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/80bbbd55-5004-2a10-f181-8bb096923cb6
    http://help.sap.com/saphelp_nw04/helpdata/en/03/dcb6b6048711d3b42a00609419f767/frameset.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/90d3b550-b6fb-2910-0fa5-ece5d61fb9c3
    Regards,
    Phani

  • Error when transporting Webservice from our DEV system to QA system

    Hello, I created a web service from an rfc by following the wizard from Utilities>More Utilities> Create Web Service.  This was created in our 030 client of DEV.  I had to create two transports one client independent that was the VI and Service and one Client dependent for the actual webservice.  I then transported the webservice to our DEV 200 client and all worked well.  Next I transported both to our QA box, first the vi/Service transport then the webservice transport.  This is not working, in our QA system, from wsadmin when trying to get the wsdl error is Could not determine wsdl address (ICF ERROR) and from wsconfig when I pull up the service definition and variant the status shows a red stop sign.  Is there a trick to transporting this webservice to different systems?
    I def award points for helpful answers
    Cheers
    Devlin

    hi,
    I had this problem once and in my case the service wasn't activated in SICF.
    so see your service tree under /sap/bc/srt/rfc/sap/<your_service> and probably it's inactive (grayed out). right klick and activate it.
    anton

  • Transport changes from test system to productive system

    Dear Gurus,
    My existing setup is a 3 system landscape DEV->TST->PRD and DEV is the domain controller.
    We develop on DEV system and transport this developments to the TST system.
    Now we want to change the developed objects in the TST system and transport this changes to the PRD system. Is this generally possible? Is this an konfiguration issue?
    Regards,
    Vincenzo

    Hi,
    Why do you want to change this since you have three system landscape? This is the standard practice which you are currently using. Technically you can transport the objects from your TST to PRD by configuring the transport routes etc.
    My recommendation is to keep as it is.
    Hope this helps.
    Manoj

  • Transport of mitigation controls from GRC Dev to GRC Production in 10.0

    Hi All,
    Is there an option to transport mitigation controls from Dev to Prod in 10.0. Where is that option available. We could not find even download or upload option unlike 5.3 in 10.0
    Thanks and Best Regards,
    Srihari.K

    Hi
    I can see that this question is marked as answered . Could you please update what steps were taken for transporting mitigation controls? Thanks
    Best Regards
    Srilakshmi S

  • In TMS, can you have routes from a dev to multiple consolidation systems?

    My developers want to be able to choose from a list of target systems when creating a transport so that transport would go to a target group, or individual systems.
    Currently, I have my my ECC 6.0 Dev system transport routes configured to send to a transport group which adds the transports to two other systems queues.  there is a SAP layer and zxxx layer. All custom development classes
    use the zxxx layer.
    My problem is that sometimes they only want the transport to go to one system or the other, but not both. They would like to choose which system to use in the target system field when creating a transport.  Is this possible?
    All development classes (packages) use the same
    transport layers, either sap or zxxx, I have tried to create routes from DEV to these to 3 different locations, but TMS only lets me use the layer for one route. if I create a SAP route to the /ZXXX/ target group it will not let me also create a SAP route to the individual systems. It appears you can only use a layer to go to one destination.
    Is there some way to give them a choice? The developers swear they have seen this before in development systems.
    Thanks, Pat

    Hello Pat,
    The customer i work for has a complex landscape. We have one development system and 6 quality systems.
    I have just checked the transport routes in STMS and i see that there are a lot Z layer created for the transport routes to the multiple systems.
    Hence i agree with you from an SAP standard point of view all options are closed out. (and believe me i am working on the old R/3 3.1 version)
    But what is the problem with transport target group. Just because a request goes and sits in the buffer of a system, it does not mean the request has been imported. right? why cant you convince them on those lines?
    But at the same time, i hope your company does not use the standard SAP concept od doing an import all every few hours.
    Regards,
    Prashant

  • Transport Error from BI DEV to BI QUAL in Method Exec

    Hi: Hope you’re all having a wonderful day. I am dealing with a brand new installation of BI7 and ECC 6 (on the R/3 side). Recently I activated some extract structures on the R/3 DEV and had them transported on to the Quality box and everything went well. I then had my Multiprovider/Infocubes/Datasourses on the BI dev transported to BI Quality and everything but some objects did not make it thru. I got an error 8. I looked into the error log and it everything but the 'Method Exec' had succesfully transported. The following is a brief excerpt from that;
    Cross-system information for user USER123
        Imports with Errors
            BIDEV System BIDEV
                  BIK123456              ZMULTPRV_B12-Inspection Results and Related Objects
                    BIDEV        System BIDEV
                               Pre-Export Methods      12/07/2007 14:52:28    (0) Successfully Completed
                               Export                           12/07/2007 14:54:29    (0) Successfully Completed
                        Import steps not specific to transport request
                    BIQUAL        System BIQUAL
                               Import                                   12/07/2007 16:47:07    (0) Successfully Completed
                               Check Versions                     12/07/2007 16:47:10    (0) Successfully Completed
                               Method Execution                12/07/2007 17:44:30    (8) Ended with errors***********
    12/07/2007 16:37:03    (8) Ended with errors
    12/07/2007 17:44:30    (8) Ended with errors
                        Import steps not specific to transport request
                  BIK123455              ZMULTPRV_B11 (Purchasing) and Related Items
                    BIDEV        System BIDEV
                               Pre-Export Methods       12/06/2007 20:15:47    (0) Successfully Completed
                               Export                             12/06/2007 20:17:18    (0) Successfully Completed
                        Import steps not specific to transport request
                    BIQUAL        System BIQUAL
                               Import                                   12/07/2007 08:41:43    (0) Successfully Completed
                               Check Versions                           12/07/2007 08:41:46    (0) Successfully Completed
                              Method Execution                         12/07/2007 09:21:42    (8) Ended with errors
                            12/07/2007 05:09:42   (12) Canceled
                                 12/07/2007 07:54:59   (12) Canceled
                                 12/07/2007 08:34:17   (12) Canceled
                                     12/07/2007 09:21:42    (8) Ended with errors
    Start of the after-import method RS_TRCS_AFTER_IMPORT for object type(s) TRCS (Activation Mode)
    Start of the after-import method RS_UPDR_AFTER_IMPORT for object type(s) UPDR (Activation Mode)
    Start of the after-import method RS_ISFS_AFTER_IMPORT for object type(s) ISFS (Activation Mode)
    Start of the after-import method RS_RSDS_AFTER_IMPORT for object type(s) RSDS (Activation Mode)
    InfoSource 0PRODUCT_TEXT is not available in source system BIQUAL
    Error when activating DataSource 0PRODUCT_TEXT BIQUAL
    InfoSource 0PR_BASE_UNIT_ATTR is not available in source system BIQUAL
    Error when activating DataSource 0PR_BASE_UNIT_ATTR BIQUAL
    InfoSource 0PR_PURCHASE_CATEG_ATTR is not available in source system BIQUAL
    Error when activating DataSource 0PR_PURCHASE_CATEG_ATTR BIQUAL
    InfoSource 0PR_STATUS_ATTR is not available in source system BIQUAL
    Error when activating DataSource 0PR_STATUS_ATTR BIQUAL
    Start of the after-import method RS_ISMP_AFTER_IMPORT for object type(s) ISMP (Activation Mode)
    DataSource 0ABORT_TEXT does not exist in source system R3DEVCLNT200 of version A
    Mapping between data source 0ABORT_TEXT and source system R3DEVCLNT200 is inconsistent
    DataSource 0ABORT_TEXT does not exist in source system R3DEVCLNT200 of version A
    Field AUFBEWORT will not be delivered from DataSource 0ABORT_TEXT in source system R3DEVCLNT200
    Field LANGU will not be delivered from DataSource 0ABORT_TEXT in source system R3DEVCLNT200
    Field TXTMD will not be delivered from DataSource 0ABORT_TEXT in source system R3DEVCLNT200
    Field WERKS will not be delivered from DataSource 0ABORT_TEXT in source system R3DEVCLNT200
    DataSource 0ARTICLE_ATTR does not exist in source system R3DEVCLNT200 of version A
    Mapping between data source 0ARTICLE_ATTR and source system R3DEVCLNT200 is inconsistent
    DataSource 0ARTICLE_ATTR does not exist in source system R3DEVCLNT200 of version A
    Field ATTYP will not be delivered from DataSource 0ARTICLE_ATTR in source system R3DEVCLNT200
    Field BEGRU will not be delivered from DataSource 0ARTICLE_ATTR in source system R3DEVCLNT200
    Field BRAND_ID will not be delivered from DataSource 0ARTICLE_ATTR in source system R3DEVCLNT200
    Field BREIT will not be delivered from DataSource 0ARTICLE_ATTR in source system R3DEVCLNT200
    Field BRGEW will not be delivered from DataSource 0ARTICLE_ATTR in source system R3DEVCLNT200
    Field BSTME will not be delivered from DataSource 0ARTICLE_ATTR in source system R3DEVCLNT200
    Field BWSCL will not be delivered from DataSource 0ARTICLE_ATTR in source system R3DEVCLNT200
    Field BWVOR will not be delivered from DataSource 0ARTICLE_ATTR in source system R3DEVCLNT200
    Field COLOR will not be delivered from DataSource 0ARTICLE_ATTR in source system R3DEVCLNT200
    Field DATAB will not be delivered from DataSource 0ARTICLE_ATTR in source system R3DEVCLNT200
    Field EAN11 will not be delivered from DataSource 0ARTICLE_ATTR in source system R3DEVCLNT200
    Field ERSDA will not be delivered from DataSource 0ARTICLE_ATTR in source system R3DEVCLNT200
    Field EXTWG will not be delivered from DataSource 0ARTICLE_ATTR in source system R3DEVCLNT200
    Field FREE_CHAR will not be delivered from DataSource 0ARTICLE_ATTR in source system R3DEVCLNT200
    Message was edited by:
            BobbySi

    Hi Bobby,
    You need not to activate the Objects in Q system exculsively. Once your transport request is succesfull from D to Q,  the Objects will be ready for data loads. Even same with Transfer, Update Rules (3.5) , Transformations, and Infopackages..and routines..etc. Just re-check the missing object in the transport error log and check whether it has been in another request.
    Please get back if you have any questions.
    Regards,
    -N-

Maybe you are looking for

  • Syntax error in insert into

    Hi, I'm new to coldfusion and was doing a practice survey. I'm getting the following error: The INSERT INTO statement contains the following unknown field name: 'recipes'. Make sure you have typed the name correctly, and try the operation again. The

  • Gl balance inbound and outbound

    Hi sap gurus, We are having legacy systems that should interact with sap.I need to know the following for the GL balances through inbound and outbound 1.How data will flow parallely into sap.what steps i have to follow to do this. 2.what user exits o

  • How to convert .mp4 files that come into iTunes as Movies into Music Videos

    I've tried selecting a file and then going into the "Get Info", then "Options" and then to "Media Kind", but for some reason it is greyed out and I am unable to change these .mp4's into music videos.  Any suggestions are SO appreciated!!!

  • ALV sum average subtotal...

    Can anyone show me where in code of class CL_GUI_ALV_GRID are calculated: sum, average, max, min. I need to calculatete this values on a huge amount of data and I;m interesting how this is done in ALV. Regards, Tomek

  • Data Integration Middleware and Data integration Architect Java Projects

    Hi all, What is meant by the terminologies Data Integration Middleware and Data integration Architect Java ProjectsAre both of them the same? Rony