Changes made in a Custom Program disappears after save.

Hi,
     I made some changes to a report program.
But the changes has been disappears after saving the report.
This is really strange thing I come across.
Please help me out here.
Cheers,
Sam

This is really strange.
Have you compiled and activate the program.
Maybe you're working with a different version. Look at version management.
regards,
Hans
Please reward all helpful answers !!!!!

Similar Messages

  • How to Track the changes made to the custom table field value

    I want to track the changes made to the custom table field value in table maintenance generator.please help me it is very urgent
    Thanks & Regards,
    Kranti

    Hi Satya,
    These are the steps you've to do.
    1. Enable the change document flag in the data element level for the fields of the tables you want to monitor.
    2. Go to transaction SCDO. Create a new change object, and add your table to this object. After generation, you'll get a function module.
    3. Call this function module in the table maintainence generator screen, after the data is saved to the database table. This function module automaticallly writes the changes, with the old and new values, and the fields that were changed to the tables CDHDR and CDPOS.
    4. You can keep track of the changes made to the table by monitoring these tables.
    Regards
    Anil Madhavan

  • Report for abserving changes made to the customer master and moniter

    Report for abserving changes made to the customer master and moniter and detail
    Please send with t. code.

    Hi Dhari,
    Well the requirement seems very simple but its not as simple as it looks.
    i have an idea not sure whether it gonna work or not. you need to build a history cube as if i understand your requirement then for any selected period you wanna see the change in wage type or pay rate for each employee if any.
    1. pick up an cube that builds on emp transaction data.
    2. add the 0empoyee Md, wage type and pay rate from MD to the cube and fill the cube
    3.so now every day or in scheduled time interval the MD will load and the corresponding the TD will be loaded to the cube.
    4. create a info object say indicator and add it to the cube
    5.while loading the data to the cube everyday in tranformation check if for same employee there is a change or not in the wage type and pay rate. If so set the indicator to 1.
    4.now build one more cube for holding the changed records from this cube and call it say zhrchange
    5. now pull the date, year and related emplyee information for the emplyee to the zhrchange for those with indicator 1.
    6. before the next load happen, rememrbe to set the indicator to 0 before checking the conditoin in the transformation routine , so that only if the conditoin satisfy then only it will be 1 else it will be 0.
    now the cube zhrchange has all the changed records with time stamp and you can base your query on that to get the changed values in specific time period
    hope this helps.

  • How to find out the changes made to the customized table entries

    Hi Team
    i want to know the changes made to the customized table. i have a 'Z' table in my production system, in that table i would like to know whether any table entry is deleted or not. if at all there is any deletion happened, i want to know who had done it.
    So i request you to please let me know the procedure for the same.
    Thanks
    Raj

    Hi Nagaraju,
                       Go to Table Maintenance (SM30)- Display mode-- Utilities-- change Logs. Give the Date range. before giving the date range click on display status , this will show you If the display is active or not. Kindly please let me know If you need any more information on this.
    Regards
    Ram Pedarla

  • Tracking the changes made to the custom table  field value

    Hi all,
           can we track the changes made to the custom table field values. if yes..plz specify how it can be done.
    Example: if i changed the  value of field  'NAME' of table 'YYHCUSTOMER'. i would like to know the old value and the new value of the field. For this, I set the flag 'LOG DATA CHANGES' in the technical settings of the table 'YYHCUSTOMER'.

    -> try TA: SCU3
    regards Andreas

  • Changes in Bundle.js file are disappear after restarting the UCM

    Good Day,
    I add some javascript code in bundle.js file within the following path: domain_home\ucm\cs\weblayout\resources\bundle.js .
    the changes are reflected fine on the UCM, but once the UCM Server restated the changes are gone and the file revert back as is; without my changes.
    the code that i want to add is:
    if ((typeof Range !== 'undefined') && !Range.prototype.createContextualFragment) {
    Range.prototype.createContextualFragment = function(html) {
    var frag = document.createDocumentFragment();
    var div = document.createElement('div');
    frag.appendChild(div);
    div.outerHTML = html;
    return frag;
    i want to add it because i have a javascript error like this: Object doesn't support property or method 'createContextualFragment', this erro occured when the used version of Internet Explorer is V.9. ; no javascript errors appears on Version 8. when i add this piece of javascript to the bundle.js file, it the error is gone and everything goes fine, but as i said earlier after restarting the UCM the added javascript code is gone and disappear from the bundle.js file.
    For that reason i want to ask, is there is a way to keep my code and stay as is even after restarting? Or is the file uploaded on restart from another path?
    Any Suggestions?

    This is actually quite simple to explain:
    - domain_home\ucm\cs\weblayout\resources is a directory that holds runtime version of resources
    - if you want to make your changes persistent, you will need to do it in a source directory. In 11g there are two source directories; one for standard components, and the other for custom ones. You should use the latter
    - in fact, if you create a custom component with Component Wizard, make your changes there and activate the component, you should be done. The only another thing you should pay attention to is the loadOrder parameter of your resource - it should be higher to get applied.
    For more details, see http://docs.oracle.com/cd/E23943_01/doc.1111/e10807/part4_customize_comp.htm#sthref522

  • My custom snippets disappear after updates

    This has been an issue with several versions of DW. When I enter my own snippets, they will be there again when I open DW a few times, and then later, they just randomly disappear. This always happens when I upgrade to a new version of DW. Maybe I installed an update and that wiped them out this last time, but I am not entirely certain that updates are always the cause of the missing snippets. Is there any way to back up these snippets or can Adobe prevent this behavior in the future?
    Thanks,
    Karen

    Each DW version installs as a stand-alone application.  Your custom snippets are saved under your user name in a folder called snippets within the Configuration folder (on Windows 7 this is here for me - C:\Users\username\AppData\Roaming\Adobe\Dreamweaver CS5\en_US\Configuration).  You can copy and save that folder, and then after installing the new version place it in that same location except with the new version of DW (i.e., Dreamweaver CS6).
    On a Mac, this location is <user>::Library::Application Support::Adobe::Dreamweaver CS5::en_US::Configuration
    If you have not uninstalled the older version, you can recover your snippets from that location.

  • Changes made with dbms_macadm.UPDATE_RULE_SET are lost after bounce db

    Hi,
    We have Oracle Database 11.2.0.1 with Database Vault functioning ok but we need to change two rule sets.
    We modify the rule sets with dvsys.dbms_macadm.UPDATE_RULE_SET and the change was applied immediately.
    After bounce the database the changes were lost and we have to applied again.
    Specifically we want to change a rule set from no static to static so we run the following commands:
    begin
    dvsys.dbms_macadm.UPDATE_RULE_SET (
    rule_set_name => 'Limit DBA'
    ,description => 'Limit DBA access'
    ,enabled => 'Y'
    ,eval_options => 2
    ,audit_options => 1
    ,fail_options => 1
    ,fail_message =>''
    ,fail_code => NULL
    ,handler_options => 0
    ,handler => ''
    ,is_static => TRUE
    commit;
    end;
    begin
    DVSYS.DBMS_MACADM.SYNC_RULES();
    end;
    Are we missing something else ?
    Thanks.
    Regards.

    That was actually the first place I started when I began troubleshooting this issue.
    I have logged in as the root user and attempted to check the "allow user to administer this computer" to the affected user. In fact, I tried it on all users that show up in the Accounts listing.
    What happens is, the checkbox doesn't stick. You can check that checkbox all day, but the user is never changed over to an administrator. I have checked the checkbox, and then done like the subsequent popup tells me: I have logged off and logged back on as the affected user, but it's as if no change were made. The user is still just a "standard" user. It is never granted administrator access.

  • How to reverse the changes made in a report program

    Hi Friends,
        I want to change a report program,but this report program is locked under one tp which is not yet released and it is in development only .I want to change the same report program but don't want to keep the changes done in the existing tp.I want to keep only changes which i will do.
    Please help me to achieve this task.
    Thanks in advance.
    Regards,
    Rajesh

    hi
    if u have done<b> Version Management</b> then u can retrieve the previous version of ur report
    <b>Version Management is done in utilities -> versions ->Version Management</b>
    otherwise its not possible.
    regards
    ravish
    <b>plz dont forget to reward points if helpful</b>

  • Creative Suite CS6 Programs disappear after opening

    I deleted everything with CS6 and reinstalled it.  It seems to install fine, but when I open any program it opens then shuts down automatically within seconds.  What am I doing wrong??

    you could try,
    resetting preferences (usually by holding down ctrl-shift-alt while an adobe app starts), you should see a confimation dialog.
    shutting down av
    contacting adobe support, http://www.adobe.com/support/chat/ivrchat.html

  • Bookmarked pages and custom toolbar disappear after firefox crash?

    There is no way to restore pages and you have to manually re-drag all the buttons onto the toolbar!
    It also seems that if the download window is open, the download time counter messes up your dragging, LOL! Like it updates the time and speed every second, and that resets the position of the item you are dragging, lol! (you wont be able to position the item in just 1 second).
    AND - i also cant drag links from address bar to bookmark folders - it just wont "allow" them in... already tried a clean firefox install with folder deletions etc, but its still the same...
    Something goes wrong during the import??
    firefox version 4.0.1
    windows xp, i7 cpu, 3gigs of ram etc...

    For both part 1 and 2 of your problem, see
    * '''Corrupt localstore.rdf''' - MozillaZine Knowledge Base<br>http://kb.mozillazine.org/Corrupt_localstore.rdf
    Rather than dragging bookmarks the following would things easier for you
    * '''Add Bookmark Here ²''' :: Add-ons for Firefox<br>https://addons.mozilla.org/firefox/addon/add-bookmark-here-2/
    *http://dmcritchie.mvps.org/firefox/addbookmarkhere2.txt
    For help working with your '''bookmarks and history''' see
    * '''Bookmarks''' - MozillaZine Knowledge Base -- http://kb.mozillazine.org/Bookmarks
    * '''Sorting and rearranging bookmarks''' - Firefox - MozillaZine Knowledge Base -- http://kb.mozillazine.org/Sorting_and_rearranging_bookmarks_-_Firefox
    * '''Viewing the browsing history''' - Firefox - MozillaZine Knowledge Base -- http://kb.mozillazine.org/Viewing_the_browsing_history_-_Firefox

  • Instantiated subforms disappear after save?

    Hello,
    In a certain project I use several PDF-forms containing subforms instantiated by users when they need to fill in multiple blocks of similar data. This instantiating is done by using scripts calling the instanceManager. This works fine so far! Now I just noticed a problem with solution:
    Whenever such a form is saved as PDF (manually in Reader, but also by e-mail submit), all instantiated subforms (and the data it contained) disappeared as soon as the PDF is closed and reopened. Only the first (default) instance of the subform remains. The strangest thing is: when the same from is submitted as XML, all data blocks are stored just like expected.
    (The form is saved as a Dynamic XML form. These forms are created with LiveCycle Designer ES (8.1))
    This doesnt occur on just a single form, but on all of my forms containing instantiated subforms. So I guess Im doing something wrong, but what? Has anyone an idea why this happens... or better: does anyone has a solution?
    Thanks in advance for any help!
    Kind regards,
    Edgar

    Hello Edgar,
    I have never faced with that problem. Is your subform instances binded to schema or anything else?
    While I am creating repeated instances of a subform;
    1. Create a subform1, put the fields and delete button inside this subform.
    2. Make subform1 flowable layout western.
    3. Pagination stays same (Place:Following Prev, After: Continue Filling Parent)
    4. In Binding tab of subform1, Select "Repeat subform for each data .." and select min count as 1.
    5. In the "Add" buttons script, I enter subform1.instanceManager.addInstance(0); in Javascript.
    6. In "Delete" button subform1.instanceManager.removeInstance(this.parent.index);
    7. Also you can bind the subform to unbounded element in your sema (...coll[*])
    8. It works well.
    If you apply like these and same problem occurs, you can check the versions of your reader or acrobat.
    Hope helps,
    Asiye

  • Previous Workitem has to disappear after save

    Hi,
    I have a Travel Transaction where after each
    SAVE click it creates a new workitem. But it should be
    updated in the same workitem until it is processed
    by the Approver.
    what is that i have to do?
    Thank you.
    Regards,
    Boobalan

    Hi,
    I am using Fork to capture 'Changed' & 'Approved' Event.
    This is for Travel Workflow.
    when Approval is done from Transaction(ouside of workflow).
    Before Approval status is 3.
    After Approval status is 4.
    Here the problem is I have to decide based on 4 some conditions for 2nd Level Approval.
    But After approval also the Trip.Approval Flag is 3,
    where as after i go out to see log, it is 4.
    I think the first Event triggered is 3 and then 4.
    could there be any way that the 'Changed' event is also the 'Approved' event. After the Approved event it is 4.
    Please reply if you have any idea as the above scenario.
    Regards,
    Boobalan.

  • Products added to opportunity disappears after save

    Hi,
    We have the following scenario:
    For an opportunity with sales stage 'Installed' when we add products and save the opportunity the product is getting saved in the database but it doesn't reflect in the display. If we reopen the business transaction the product added earlier is present.
    Thanks in advance.
    Regards,
    Sayan

    Check with the basis guy to run the trace after adding the products.
    Thanks,

  • Background Image In Header Disappears After Save

    My web application has to auto-generate certificates.
    To render the border on the certificate, I have a report that uses a full page sized image in the header.
    I've set the section to "Underlay Following Sections".
    It worked fine with a test image, but the high-res version is giving me grief.
    It imports just fine, and previews correctly.
    However, as soon as I save the file, close it, then reopen it, the image has vanished.
    The file size is still correct and there's an OLE object there of the correct size, but no image.
    I've tried resizing &  reformatting the image in an external application, deleting the OLE in the report, closing, reopening, and then reinserting but I'm running out of things to redo.
    Your assistance is appreciated.
    Kirk

    Does the image not re-appear in:
    Crystal Report Designer
    Embedded Crystal preview in Visual Studio
    Web App
    Or all three?
    It's also good to indicate the specific SDK and version you're using.
    Sincerely,
    Ted Ueda

Maybe you are looking for

  • Hard disk not being detected / Finding compatible replacement

    Hi, I have a late 2007 macbook (white). I was using it when it froze while listening to itunes. I've pressed the power button to turn it off and turn it back on. Unfortunately it did not boot. I've inserted the leopard upgrade disc and booted with th

  • Can download but not install Adobe Reader on Mac OS X 10.4.11

    I have downloaded both Adobe Reader 9 and 8, and tried to install them on my Mac. I have chosen the versions that go with my OS X 10.4.11. When I dubbleclick on the icon for the 8 version, I am told it cannot be opened, because the system doesn't sup

  • Programmer not a DBA

    Rather than develop my PHP/Oracle application on my clients site I wish to get started on my own desktop. I have downloaded and installed Oracle 10gEx on my Windows XP desktop. I have little ambition of becoming a DBA(I have enough trouble with MSSQL

  • A Good "Lost Phone" App?

    Anyone recommend a "Lost Phone" GPS application for the Fascinate? Thanks very much.

  • Can we reduce the SIZE of the text in TEXT Module?..Smart form

    Hello, Can we reduce the size of the TEXT module in Smart form. As the text that I am putting in the Text Module is taking more space and it is displaying in the  next page. What are the steps that I can take to display the text in the same page. Reg