Process & Form:HCM How to revert back from quality to dev server

Hi All,
I have created form and process its was working fine,then move to quality server,later some new requirement occur then i changed in the development server but after some changes its giving dump error if i test the process by t-code- HRASR_TEST_PROCESS
I am not able to find out what changes cause for the error so i want to revert back to last version of form or i can say remove the new change that cause the problem occurs,Is it possible if yes then pls help in with what are the step is required to do.
Thanks In advance...

Hi Vijaya,
You just need to change the preferences of Quality server and deploy the DC. No need to copy the local DC manually. You should have SDM password to deploy this application.
Go through the following thread:
moving Local Web Dynpro project from Dev to Prod
Thanks n Regards,
Jhansi Miryala

Similar Messages

  • Oracle forms 9i - How to return back from a block?

    Some one please help me
    In a trigger, I have a code says go_block. How to return from the block and back to the trigger to continue executing the codes below the go_block statement? Please see example below, I want to come back from block CHECK_STUFF and continue execute the statements
    :Name.option := '1';
    if :name.option = '1' then
    Example:
    Block: Name
    Item: yes_no - Key-next-item trigger
    declare
    begin
    go_block('check_stuff');
    go_item('answer');
    :Name.option := '1';
    if :name.option = '1' then
    Thanks - Patty

    The code behind the GO_BLOCK is executed immediately after the GO_BLOCK, it doesn't stop at that point. So you have to split your code, like
    declare
    begin
    go_block('check_stuff');Then, create a procedure like
    PROCEDURE PR_RETURN_FROM_BLOCK IS
    BEGIN
    go_item('answer');
    :Name.option := '1';
    if :name.option = '1' then
    END;Then, when returning from the block (in whatever trigger you use), just call that procedure.

  • How to revert back from external display mode to laptop display mode?

    Hi, I'm new to this community. I'm not sure if this is where I should be posting my questions. Anyway, I accidentally pressed fn + f2, which switched my laptop into external display mode (I'm pretty sure), and the screen is now very narrow and small. I can't figure out how to switch it back to the laptop display mode. I tried fn + f3, which didn't do anything. I also tried the windows button + p, which wasn't the solution either (I was able to extend my desktop screen, but when I play my Steam games the screen is still very narrow and small). I'm very frustrated because I can't find any answers online. So any information would likely be helpful. Thanks in advance.
    OS: Windows 8

    Hi BorderingOnChaos,
    Fn + F2 is a toggle. You press it again to switch back. If it doesn't work, then something is wrong with your notebook's SCM (system control manager) software or EC (embedded controller) firmware.
    In the future, please do two things:
    1 - Identify your notebook because the answer may vary depending on model.
    2 - This question does not relate to the SteelSeries Engine. The correct place to ask it would be the general "Gaming Notebooks" forum if your MSI notebook is a gaming model. This "SteelSeries Engine" forum is a sub-forum under the "Gaming Notebooks" forum for the purpose of dealing with questions about it---but almost everybody new misses that. The SteelSeries Engine is used to configure keyboard macros and backlighting in MSI gaming notebooks that contain a SteelSeries keyboard as well as accessory devices from SteelSeries like gaming mice and USB headsets.
    Kind regards, David

  • How to revert back from storage(buffer_pool keep) clause

    Hi,
    We have fired "alter TABLE APPLSYS.FND_CONCURRENT_PROGRAMS storage (buffer_pool keep);"
    But, now we dont want the specified table to be cached in keep pool. So, how to do the same ?
    Could anybody please suggest ?

    Like this.
    SQL> select BUFFER_POOL from user_tables where table_name = 'T1';
    BUFFER_
    DEFAULT
    SQL> alter table t1 storage(buffer_pool keep);
    Table altered.
    SQL> select BUFFER_POOL from user_tables where table_name = 'T1';
    BUFFER_
    KEEP
    SQL> alter table t1 storage(buffer_pool default);
    Table altered.
    SQL> select BUFFER_POOL from user_tables where table_name = 'T1';
    BUFFER_
    DEFAULT
    SQL>Asif Momen
    http://momendba.blogspot.com

  • How to move Content from Quality to Production Server

    Hi
    We are havng EP6 SP13.
    How to move the Content from one Server to another
    With Regard's
    Sri

    Hi ,
    Check out this link
    http://help.sap.com/saphelp_nw04/helpdata/en/91/4931eca9ef05449bfe272289d20b37/frameset.htm
    This explains how to move PCD objects by creating a transport package.
    Ankur
    P.S. Reward points if this helps

  • How to go back from SHOW form to RENDERLIST form in XML forms ?

    Hi All,
        I want to know the value of hyperlink property of the label of Show form in order to go back from Show form to Renderlist Form. Its Urgent ..... Plz reply ASAP if anybody knows about it.

    HI Sweta ,
    Havent worked much on this but can refer.
    /thread/4878 [original link is broken]
    /thread/100920 [original link is broken]
    XML Forms - How to render a sequence node?????
    /thread/240057 [original link is broken]
    /thread/147252 [original link is broken]
    /thread/189120 [original link is broken]
    Thanx
    Pankaj

  • How to revert back to 10.6.8 from mavericks

    How to revert back to 10.6.8 from mavericks, a lot of programs i need to use are unsupported by the new update.  what can i do to revert my imac back to the previous OSX

    Why not simply udate your apps, it will be much easier in the long run if you do. However if you want to revert back to 10.6.8, then simply use your SL discs to reformat your HD, then update to 10.6.8 and then use Migration Assistant to migrate your apps and other data from your TM or bootable backup clone to your HD.
    Going forward it's much wiser to do you due diligence before updating. You have old apps that are probably PPC based, Apple supported those until Lion was released 2  years ago. The longer you wait to update those apps the more painful upgrading will be in the future.

  • How to revert back the changes that have made to Infoset

    Dear Experts,
    Can any one help me with solution for the below issue?
    I have activated(checked) some navigational attributes to the infocube "XYZ".This "XYZ" infocube is used in Infoset and as well as in multiprovider.Instead of activating navigational attributes in the infoset ,mistakenly i have removed the infocube and reassigned(reconnected with previous settings) in the infoset.Now i realized that the technical reference names in infoset(For ex:"ABC_F12,ABC_F13") got changed and giving the problem in Multiprovider.And there are n number of queries build based on the multiprovider.
    While iam trying to activate the inactived Multiprovider iam getting an error message saying "inactive infoobjects ...(.ABC_F12,ABC_F13 are not available)....
    Can any body help me how to revert back the changes for the Infoset that i have made or anyother process to sort out this issue.
    Earlier solutions will be appreciated.
    Thanks & Regards,
    Prathish.

    Hi,
    If the changes have been saved, then there is no automatic way of reverting the changes. To get the Infoset in the reqd state, you will have to move an unchanged copy into the dev sys. The easiest way would be to transport a copy from the Prod sys. But first you have to check whether the transport path exists. With the help of Basis team, you can do this.
    wish u luck.
    Regards,
    Rahul

  • How to revert back a SAP NOTE? Dump- Field symbol has not yet been assigned

    Hi Experts,
    We r getting dump(cause: Field symbol has not yet been assigned) in production for ABUMN tx, so, when debugged, it came to know that, the Field symbol is coming from REUSE_ALV_LIST_DISPLAY!!
    So, for some reason the system message text is not getting output in ALV-->Dump!!
    So, found a NOTE causing this problem!!
    So, pls. let me know that, How to revert back this/any SAP NOTE? pls. in detail steps wise!!
    thanq
    Edited by: Srinivas on Jan 24, 2008 4:32 PM

    Hi
    In SNOTE tcode,  select the Note that you implemented and click on 'RESET SAP Note Implementation'
    shylesh

  • To revert back a transport request from prd to dev server

    hi experts
        how to revert back a transport request from prd server to
        dev server?
        a transport request has been wrongly transported
        and it has make major changes in production server,
       now  we want to revert back that request , we know the   request no.
    regards
    pankaj

    All you have to do is create an order of transport type "Transport of copies" in PRO.
    I give you the steps to follow:
    1. Go to SE01 and create a new order (remember the type "Transport of copies").
    2. Enter the data of the order of transport that is going to come back.
    3. Enter the target, here is where you asign the target system to carry the request.
    4. Now just add the number of request to the new request you just created.
    5. Finally released the request from this transaction.
    6. Check on the queue of transport in DES, the request must appear there.
    I hope you serve =)

  • How to revert back of secondary indexes created?

    Hi all,
                     I have craeted secondary indexes in development and they have been transported into quality and production. Some dumps are coming in the production because of these secondary indexes.
    Please guide me how to revert back those secondary indexes from production(means to keep original with out that secondary indexes?)
    Please give me solution.
    Regards,
    Lokesh

    Hello,
    The best way to do this is delete the indexes again in DEV and create a transport request.
    Transport this request to QA and PRD and the index will be deleted.
    Via SE14 you can also delete the index immed in PRD.
    SE14 will only delete the index from the database (shortdumps will disappear then).
    Afterwards you can still use SE11 to delete the index from the SAP repository as well.
    Success.
    Wim
    Edited by: Wim Van den Wyngaert on Nov 20, 2009 1:08 PM

  • Reverting back from the iCal CalDAV Beta

    Upgrading to the new Ical CalDAV Beat, I have lost the ability to collaborate with with co-workers using Outlook 2003. They can not add my calendar events. Also, their calendar events are not longer automatically added to iCal.
    How can I revert back from the iCal CalDAV Beta so everything syncs well and I can collaborate with non OS users

    Yes. Just look at the posts to the right ------------->
    More Like This

  • I recently was sent an update for Safari and I hate it. How to revert back to how it was...

    I recently was sent an update for Safari and I hate it. How to revert back to how it was...

    I think you'll have to reinstall the OS from your Restore partition.

  • How to revert back previous working files in InDesign CS6?

    I have suddenly replace wrong working files, how to revert back previous working files in InDesign CS 6?
    OS Mac version: 10.10.3
    InDesign CS6 version

    This feature does not exist in InDesign. You're best hope is that you have a backup of the previous file. Moving forward, you might want to try a free product called Radish that allows you to save versions and revert back to previous versions when needed. Here's a blog post I wrote about the product Story Versioning in InCopy | InCopySecrets.

  • HT1498 Horrible experience and the movie kept stalling through iTunes on appletv. Gave up (after paying for it) and ended up renting it through cable provider. Anyone know how to get $ back from apple?!

    Horrible experience and the movie kept stalling through iTunes on appletv. Gave up (after paying for it) and ended up renting it through cable provider. Anyone know how to get $ back from apple?!

    Issues are usually network related
    What is your internet speed? www.speedtest.net
    6mbps is required for instant HD (you can switch to SD in the settings)
    If on wifi try ethernet and www.istumbler.net to rule out interference
    Make sure you're using your ISP's DNS

Maybe you are looking for