Using same webdypro iview with DEV and QAS

Dear Sir,
We have the webdynpro program iview in EP 7.0 , however, I would like to change the same webdynpro iveiw with different client in Sap DEV and QAS,  Is it possible? Or how to change the connection to SAP system.
Please kindly advise.
Thank you and best regards,
Vimol

Vimol,
Yes, you can do it.
Procedure :
Logon to NWDS : -> Windows-> Preferances->J2ee Engine
First mention the QAS system on which you want to deploy the application.
Then change these parameters and point to the DEV system.
Now, you have finished deploying the application in both the servers successfully.
1.Logon to the QAS system
http://fqdn:portnumber/sld
2.login as a J2ee_admin
3.Create a technical system and test the jcos that you are using in your application there. After the JCOs are tested and pinged successfully, run the application and test.
4. Finally, create a web dynpro iview and assign it to the users or roles you want.
Repeat the same steps for your DEV system and you are good to go.
Hope this helps.
Cheers,
Sandeep Tudumu

Similar Messages

  • I want to install DEV and QAS on same Server

    Hello all,
    Can anybody tell the step by step procedure to install dev and qas on the same server, i have installed Dev with win 03 server and oracle as a DB.
    Now what to do? please provide some document or note to do this.
    I am waiting for ur reply, its urgent....
    Jitender

    Hello Mr.X,
    SAP suggests that even for a single system installation data files,redo log files and back up of log files should be placed on different hard disks. So it makes sense to do the same for different instances as well. Going to ORA_HOME you need mutiple ORA_HOME.
    For mutiple ORA_HOME please check this link :
    http://www.lc.leidenuniv.nl/awcourse/oracle/em.920/a96697/moh.htm.
    System number definitely have to be different. System number will also influence the ports.
    Also check the SAP installation guide for installation of 4:6C on unix/oracle platform. It discusses this mutiple database instance concept.  Other higher release installation guides also do that.
    Please award points for useful answers.
    Regards.
    Ruchit.

  • Installing Mobile Repository Server DEV and QAS on same server

    Hi,
    i installed CRM Server 7.0 SR1 ABAP DEV and QAS on one server. Afterwards i installed the Communication Station DEV and QAS together on one server.
    Now i want to install the Mobile Repository Server (MRS) for DEV and QAS on one server. For DEV i have installed it successfully. But i don't know how to install it for QAS on the same server.
    The only answer i found is: Re: CRM Mobile installation
    Here is written that one of the repository database ARS_DB needs to be renamed.
    But my first question is:
    Do i have to install the MS SQL Server 2005 again for the QAS system? Only a default instance is supported and not a named instance. Can i install a default instance twice?
    What are the steps for installing the second MRS? Does anybody did it successfully?
    It would be very nice if someone could help me.
    I use SAP CRM Mobile 7.0 SP04 on Windows 2003 with MS SQL Server 2005 SP2.
    Kind regards
    Wolfgang

    Hello
    MRS requires SQL Server 2005. It is not possible to \have two MAR repositories with two default instances in a single machine.
    Installation might not allow you or throw an error  if you have more han one sql server defualt instance.
    Instead, you can stll follow the either of the following approaches:
    1. Use DEV MAR repositroy itself as a TST repository. It means, you will have one MAR for both DEV and TEST.You have to be cautious.
    2. * First install the DEV MAR in one machine.
    Configure DEV MAR to DEV CRM for transports.
    Restore the TEST MAR DB in DEV MAR machine.
    Also configure TEST MAR to TEST CRM server for Transports.
    Approach 2 avoids the second time installation. You should have the TEST MAR repository to restore. this option woudl work:)
    Best Regards
    Shankar

  • Not able to comapre roles in DEV and QAS using SUIM?

    Hi,
    I am trying to compare role in both DEV and QAS, DEV and PRD using SUIM t-code.
    While comapring its showing that roles are in different systems, not able to comapre.
    Actually role exisitng in both QAS and PRD.
    Individually I can login to QAS, PRD can see the role.

    For role comparision both the roles must be in the same system, in same client
    Transaction code SUIM -> Comparision-> Roles
    If the roles are in different system, then tranport the role into one of the system and do comparision. If no transport connection defined then, you can use the upload and download option in the PFCG
    comparing
    Run the t-code SUIM
    Go To Comparison and select the option of roles
    Click on Across systems option it will give option to select the sys name under Remote Comparison there enter the SYS ID between which system you want to do comparison and put the role name in compare role section then execute it will give you the result.
    If there is any difference b/wn the t-codes it will b in red colour otherwisein yellow.

  • Can I use HP Pro 8600 with usb and wireless at the same time

    Can I use HP Pro 8600 with usb and wireless at the same time?  Sometimes I cannot get the wireless to work, it seems to be my laptop.  It would be nice if I could use the usb, but it doesn't work.  What should / can I do, if anything?
    Sam

    Hi,
    Same physical printer but when connecting to SAME computer using both USB and wireless it becomes two (logical) printers. Probably your default prnter is the wireless one, you have to select the right printer before print .
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Special Characters issue in DEV and QAS

    Hi,
    I am uploading a file that has special characters (Japanese).
    In the DEV system the special character is converted to #. Which the business wants.
    In QAS system the special character is not converted and is as it is, which makes the business users difficult to find out if any speical characters are there and they don't want the special character as it is
    The file consists millions of record with a possibility of four or five records with special characters
    The special characters on keyboards is not an issue.
    The programs in DEV and QAS system are same and the file tested is also the same but different results.
    Tried in Tcode SNLS to find something but didn't know what and where to look into.
    What could be the issue in this? Looks like this is Basis issue but would like to know if anyone can let me know.......
    Regards
    Sandeep

    Hi ,
    i want to check ur open dataset statement in the program which is being used here if at all in ur case.
    Can you please check the relavant code page in both the D and Q systems and search with the appropriate hexa decimal values(for the special characters ) in both the systems ..
    u can use code page by tcode scp ..
    ex -> as u say a special char sp1 is having entry in q and code page which is being used (like 4200 )
    is not having in d03 .
    then if in d03 this page has no entry then it shows as # , since it is showing in q then it has an entry over there. this is my guess..
    so if at all the client wants not to see this special char's , u need to remove them from this code page.. and check ..
    Cant say if this can solve but u can take this as one more way of dealing with code pages  and special chars....
    br vijay..

  • What is CTS ? what is the role of CTS in between DEV and QAS?

    Dear
    What is CTS ? what is the role of CTS in between DEV and QAS?
    Thanx & Regards
    Mohamamd Nabi
    [email protected]

    hello, friend.
    actually, you can search for subjects like this in the threads archive.  you will be pleasantly surprised to find that there are already many threads with similar issues and that you can find answers to even more otherwise unrealized questions.  and you don't have to wait for anyone to reply.
    it looks like the issue is urgent for you, and this is why i am attaching this feed from Sadhu Kishore, which was posted some time ago... (if he replies to your thread, you may choose to award him points).
    "Hi,
    The transport workflow provides a framework for transporting enhancements or new developments of existing business functions in a system landscape. It provides a direct connection between development and transport administration. The transport workflow manages the transport process, determines the user for each individual step automatically, and then displays an interface which they can use to perform the task directly.
    It is an efficient method of transporting a selected number of requests into a group of transport targets, and uses clearly defined approval steps to ensure the quality of your target systems. The requests can be transportable change requests, Customizing requests, relocation transports or transports of copies. The transport targets do not need to be located on defined transport routes. However, the transport workflow can involve some risks, caused by the dependencies between transport requests:
    Import sequence
    It is important that you import requests in the correct order, so that development work is up-to-date in the target system.
    Incompleteness
    It is important that the functions transported in the transport proposal are complete; otherwise errors may occur in the import system.
    A request is not imported, but it contains an important data element. You use another request to transport a table that references this data element. Since the referenced data element does not exist in the target system, activation errors will occur when you import the second request.
    The transport workflow is a generic workflow. Its ability to process the transport route configuration in TMS enables it to adapt itself to any system landscape. This means you can transport multiple requests into multiple targets, even if these targets are not located on the transport routes.
    This reduces the amount of work for the transport administrator significantly. The automated nature of the workflow also reduces the likelihood of errors during transports.
    You can use the transport workflow in two different ways.
    Transport workflow as a transport strategy
    If you have production systems in your landscape that can only accept approved transports, we recommend that you use the transport workflow to organize and coordinate the transport process.
    To do this, set Workflow-controlled transports as your transport strategy and configure the transport workflow.
    When you release a transport request, the transport workflow starts automatically and the screen Create Transport Proposal appears. The requests are then released implicitly when the transport proposal is sent to the transport administrator.
    Special transport workflow (mass transports)
    You can use the special transport workflow to make transports that do not follow the defined transport routes or that take place outside the normal transport schedule (part of the mass transport strategy). These transports may be corrections made in the development system that have to be transported into the production system without delay.
    To use the special transport workflow, set Mass transports as your transport strategy and configure the transport workflow."
    thanks.  you have been most generous.
    regards.

  • Importing Program from Production System to DEV and QAS.

    Hi All,
    I have 3 Systems in my Landscape.
    DEV-> QAS-> PRD
    One of my Z program is running in the Production system.
    This Z program is got deleted in the DEV and QAS.
    How can I import the Program from Production System to QAS and DEV.
    Regards,
    Viji.

    hi Vijaya laxmi,
    you can goto Production system ---> SE38/ SA38 and copy the program and create the same in program using SE38 in Development system  and then transport it to Quality system.
    You can also Re-Import the Request from Production to Dev system.
    Thanks,
    Nelson
    Edited by: Nelson karunakar on Sep 18, 2008 7:15 AM

  • Compare SPRO between DEV and QAs

    Hi there,
    I'm in GoLive eve and all consultants are desperate with the future problems.
    Is there a way that I can compare the customizing (SPRO) between DEV and QAS or another system?
    Thanks,
    Dany Anderson
    Edited by: Dany Anderson Alves on Mar 4, 2008 9:03 PM

    Hi,
    Use comparison tool in SCU0.
    Select SAP Reference IMG and ssay compare.
    This will show the differences if any.
    You can also compare at component level.
    cross system visibility should be maintained in SCC4 settings for the client
    Regards,
    Revathi

  • PRD installation in a differenet domain than DEV and QAS

    Dear Experts,
    I need to install SAP ECC 6 and PI 7.1 on production servers.Our dev and qas servers are running in the domain X(for eg) and the PRD servers are in the domain Y(for eg).All the servers are supposed to be in the same landscape.Do I have to include the prd servers also in the same domain as dev and qas or will it cause any issues running them in different domain ?If it gives issues pls let me know the the kind of issues  it will be as I need to give my IT team proper reasons to run all the servers in the same domain.
    I know some reasons like servers should be in the same domain if we use common transport directory.
    Please let me know if there are any other reasons.
    Regards,
    Dinakar
    Edited by: mutnuru dinakar on Apr 13, 2011 7:19 AM

    Hi Sunny,
    Thanks.your notes are helpful.From PI point of view,running dev PI and prd PI in different domains will cause any issues?
    Suggestions of others will also be appreciated.
    Regards,
    Dinakar
    Edited by: mutnuru dinakar on Apr 18, 2011 1:44 PM

  • Sort Dumps All Over in DEV and QAS While Applying Patches - Help Pls

    Applying about 80 patches on DEV and QAS over the weekend with the "Minimize Downtime" option. I got failure at the "TEST_IMPORT" phase and tried to backout and ignore the error but now I keep getting short dumps for any tcode that I use. I can't get past short dumps.
    Here is a sample of short dump that I got when I try to execute SPAM and reapply just one patch. I does not load the patch, it just generates a short dump. I opened an OSS note with SAP and they refused to consider that as high priority. Since my DEV and QAS systems are down, the developers will not have any system to work on today and there will be a lot pressure on me today. Please help.
    Short Dump text below                                                                        
    The following syntax error occurred in the program SAPLKKBL :           
    "The field "GFLG_NESTED_PRINT_ON" is unknown, but there is a field with"
    Error in ABAP application program.                                                                               
    The current ABAP program "CL_GUI_ALV_GRID===============CP" had to be   
    terminated because one of the                                          
    statements could not be executed.                                                                               
    This is probably due to an error in the ABAP program.                                                                               
    What can you do?                                                                               
    Please eliminate the error by performing a syntax check                 
    (or an extended program check) on the program "SAPLKKBL ".              
    You can also perform the syntax check from the ABAP/4 Editor.           
    If the problem persists, proceed as follows:                            
    Print out the error message (using the "Print" function)                
    and make a note of the actions and input that caused the                
    error.                                                                               
    To resolve the problem, contact your SAP system administrator.          
    You can use transaction ST22 (ABAP Dump Analysis) to view and administer
    termination messages, especially those beyond their normal deletion

    Hi
    Please check the following link, it may help you:
    Re: Can not lanche workflow with event
    Can you give me some more details like whether the patch application is complete or its hung in between? Did u tried to restart the patch application? Can you tell me what error you got while patch application in import_proper phase?
    Regards
    Sumit

  • Can i use same apple id with 2 iphones

    can i use same apple id with 2 iphones

    Welcome to Apple Support Communities
    Of course. Furthermore, you should do this if both phones are yours, so all your content will get synced and you can use all your purchases in both iPhones

  • I use a Win7 PC with iCloud and Outlook 2010 for syncing my calendar and contacts. I can enter data in my Outlook Calendar and it will appear in iCloud, but data entered in iCloud does not sync back to Outlook.  ICloud syncs to my iphone fine both ways.

    I use Win 7 PC with iCloud and Outlook 2010 for syncing my Contacts and Calendar.  They have stopped syncing...mostly.
    Now, appointments I enter on my local Outlook (iCloud) Calendar goes up to iCloud fine.  But, data I enter on iCloud directly does not come down to my local Outlook iCloud Calendar.  If I reboot the computer, the iCloud data shows up.
    Also, Contacts I try to enter on my Outlook (iCloud) Contacts goes up to iCloud fine, but does not show up in my local iCloud Contacts.
    All syncing works with my iPhone.
    I have signed out of iCloud on PC.  I have stopped syncing and re-started.  No change.
    I have an .aplzod folder for iCloud.  I have a separate Earthlink.net.pst email account in Outlook and a me.com.pst Outlook email account (which I don't actually use) listed under Data Files.
    Any help would be appreciated.  Curious that Outlook will upload to iCloud but not receive downloads unless I reboot.  However, rebooting does not download the missing Contacts.
    Jim Robbins

    Hi Jim!
    You've started off with some good troubleshooting steps, so let's see if we can take this a little further and figure out what the issue is with your iCloud contacts and calendars. I have two articles here that will help you troubleshoot this issue a little further, but the troubleshooting steps for both articles are exactly the same, so I will lay those out for you here:
    Note: When using iCloud Control Panel 2.0 and later, iCloud Calendar event descriptions in Outlook 2010 do not support text formatting (bold, italics, or underline), HTML, images, or attachments. The contextual (right-click) menu has also been disabled.
    If you are having trouble with a PC (with Outlook 2007 or 2010) and iCloud Calendar, try each of these steps, testing after each to see if the issue is resolved:
    Verify that you are using a Windows configuration that is supported by iCloud. For more information, see iCloud system requirements.
    When enabling Calendars in the iCloud Control Panel, part of the setup process is to copy your Calendars data from the default Outlook ".pst" file to iCloud, and then remove the Calendars from the ".pst" file by placing them in the Deleted Items folder in Outlook. The Calendars data is then stored in the iCloud data set within Outlook so that changes can be pushed to and from Outlook by iCloud. Be sure you are looking for your data within the iCloud dataset within Outlook after enabling Calendars in the iCloud Control Panel. The deleted files can be seen by viewing Deleted Items within your Outlook Folder List. This is not iCloud removing your data; iCloud simply copies your data into the iCloud data set and then removes the local Calendars data by placing it in the Deleted Items folder.
    Make sure your computer is online. Attempt to view www.apple.com and iCloud.com. If you can't connect to the Internet, your iCloud calendars and events will not update in Outlook. Click here for more information about troubleshooting your Internet connection.
    Open a secure website to test if you are online as is necessary for iCloud Calendar. This also tests if the ports 80 and 443 are accessible. Outlook requires port 443 access to iCloud in order to push and pull updates to and from the iCloud Calendar servers.
    Verify that your iCloud member name is entered into the iCloud Control Panel pane. See iCloud Setup for more information about setting up iCloud on Windows.
    Completely close and reopen the iCloud Control Panel.
    If you recently made changes in Outlook and they are not moving to your other devices or vice-versa, click the Refresh button in Outlook.
    Turn iCloud Calendar off and back on:
    Close Outlook.
    Open the Windows Control Panel:
    In Windows 8, move the pointer to the upper-right corner of the screen to show the Charms bar, click the Search charm, and then click the iCloud Control Panel on the left.
    In Windows 7 and Vista, choose Start menu > All Programs > iCloud > iCloud.
    Remove the checkmark in the checkbox next to Mail, Contacts, Calendars & Tasks, and click Apply. Wait a few seconds, then replace the checkmark, and click Apply.
    Open Outlook and test to see if the issue has been resolved.
    Ensure the iCloud Outlook Add-in is active within Outlook.
    Outlook 2010:
    Open Outlook 2010.
    Click the File menu.
    Click Options in the left panel of the Outlook window.
    Click Add-Ins in the left panel of the Outlook Options window.
    Look at the list of add-ins beneath "Active Application Add-Ins" and verify that the "iCloud Outlook Add-in" is listed.
    For Outlook 2007, follow these steps to verify the iCloud Outlook Add-in is active
    Open Outlook 2007.
    From the Tools menu, choose Trust Center.
    Select Add-ins from the left column.
    Look at the list of add-ins beneath "Active Application Add-Ins" and verify that the "iCloud Outlook Add-in" is listed.
    For additional information about managing Add-ins with Microsoft Outlook, see this Microsoft support document.
    Restart your computer. This may sound simple, but it does reinitialize your network and application settings and can frequently resolve issues.
    iCloud: Troubleshooting iCloud Contacts
    http://support.apple.com/kb/ts3998
    iCloud: Troubleshooting iCloud Calendar
    http://support.apple.com/kb/ts3999
    Thanks for using the Apple Support Communities!
    Cheers,
    Braden

  • How to Use Same Asset Number with Different Sub-number

    Hi
    We want to sell some assets and buy them back on lease. We want to use same Asset number with different sub-number under the same company code. This new asset will be under different Depreciation Area (Statistical).
    We use external numbes for assets . And same asset number range is used by all compnay codes.
    Please suggest whether this is possible & how.
    With Regards,
    Nitin

    Hi,
    Go to field status for asset master data section and change the field status to optional for field Deactivation date, then follow the below steps.
    You can create an sub asset number to an asset, which is already deactivated by retirement as like normal sub asset creation with AS11.(While creating sub number, you need to remove cap date and deactivate dcate field manually from asset master)
    With this you can get new asset number as same as your old retired asset main number and but sub number will be different.
    To post to diff dep area, other than 01, then you first create an acq transaction type, which will post only to specific areas and then use the new asset number in ABSO to post acq with your custom TTY.
    I have tested and found working well in my system............Try now in your test client
    Thanks,
    Srinu

  • Role difference in DEV and QAS?

    Hi
    I made some changes to role in DEV and moved to QAS.
    Whatever changes I made in DEV, are reflecting in QAS, But SUIM comaprision of roles, it's showing 3 objects are existing in DEV, but not there in QAS.
    I opened the role in DEV, tried to find these objects.
    Actually these 3 objects not at all existing in DEV also.
    Then why in SUIM comaprison it's showing these 3 objects existing in DEV, not QAS.
    Cheers
    Sreenivasu Balaka

    Hi Sreenivasu,
    maybe the cause is the same as you have mentioned in Profile not generated in QAS even though same as DEV? ....
    Try first to generate both profiles in DEV and QAS. run the compare then again....
    Still some differences?
    b.rgds, Bernhard

Maybe you are looking for

  • 502 Bad Gateway Mal-formed Reply problem

    I need some help! A few users are reporting the following when accessing certain URLS via IE7 pointed to NBM 3.9SP1 server running NW65 SP7: HTTP ERROR Status: 502 Bad Gateway Description: Mal-formed reply from origin server. The problem can be seen

  • With the new ipad coming out soon, why should I buy the ipad 2?

    with the new ipad coming out soon, why should I buy the ipad 2?

  • Basic Report Question

    I am using Oracle 9iAS Reports. I have a requirement to change an existing report .rdf file. Can i just change the report and save back to default directory to apply the change or is there something else i need to do ? The report in question creates

  • Center external jpg in movie?

    Is it possible to externally load jpgs with different dimensions which would center with the movie clips registration point instead of aligning with the upper left default point? Here is the code I am using currently for each button calling the jpg t

  • Weird join issue

    hi all, I am running into a strange issue and wondering if you have any similar experience. I have two very simple tables and  am joining them on employee id. everything pulls correctly in this query but there is one employee id that exists in both t