Update value of current field by firing key-f3 is not working

oracle 8i
hey,
I implemented a key-f3 trigger wich should insert the sysdate into the current field.
:ab.von := sysdate;
this works perfectly. but when I want to write a standart trigger, wich I could copy in every formfield like the example, it doesnt work and the message frm 41803 is shown, "no prefius datarecord aviable, from wich could be copied
declare new_date date;
begin
if Get_Item_Property(:system.cursor_item, DATATYPE)='DATE' then
Copy( to_date(sysdate,'DD.MM.JJ'), :System.Cursor_Item);
end if;
end;
could anyone tell me where I have my mistake or if there is a easier way to solve the problem
mfg
robert

ok, it works
what I dont understand is, what for is then the trigger key-f3, when is it firing? and what is the use?
how could I make a trigger to use for example strg+d to insert the sysdate or any other key
where do I find the programm oracle terminal?
what F-? keys are not used witch I could use?
thanks anyway, my function is working with your information
mfg
robert

Similar Messages

  • 'D' Value in UPDMOD field getting lost in Transformation,Delete not working

    Hello all,
    We are using this datasource 0PU_IS_PS_32 for Funds management, the datasource has UPDMOD field in it, which is basically the 0RECORDMODE. So when they delete the document on R/3 side we can pick up the delete.
    Now this is what is happening in the delta infopackage, I get the delat records in the delta infopackage and I see a "D" in the UPDMOD field, but that value of D is getting lost when i load the data from PSA to the DSO through transofrmation by using DTP.
    After the request is loaded in DSO, before activating the request I check in New Data table and the field does not have a value of "D" anymore so when I activate the request the system does not know that those records are "D" delete records and so the records are not getting deleted from DSO.
    Has anyone faced this before, how can I fix it. The transformation is just one to one mapping no routines or formulas of any kind.
    Thanks for your help in advance.

    Hi,
    It is mandatory that u map upmode to 0recordmode. In the rule group there will be 2 groups. One will be ur normal mapping and other should be used to map 0recordmode
    Regards,
    Raghavendra.

  • My Sites "Updating values in this field is disabled temporarily"

    Managed metadata is configured and I am able to access and add terms, etc. I am able to go to the User Profile Service in Central Admin and update the managed metadata fields such as "Ask Me About", "Past Projects", "Skills",
    etc. However, when I go to the My Site host and try to edit my profile there, I get the error:
    There was a problem retrieving data for this field. Updating values in this field is disabled temporarily. You can still update values in other fields.
    Managed Metadata Service is available:
    I am able to go to the Managed Metadata service in Central Admin, add terms, etc.
    Service Connection settings:
    Checked - This service application is the default storage location for Keywords
    Checked - This service application is the default storage location for column specific term sets
    Editing profile from My Site host:
    Ask me About: There was a problem retrieving data for this field. Updating values in this field is disabled temporarily. You can still update values in other fields.
    Edit the same profile in Central Admin works fine:
    Ask Me About: No error, able to add data.
    All the solutions for this error that I have been able to find are not working, but they are for when the managed metadata service is inaccessible, or the fields cannot be updated in Central Admin either. I've recreated both the User Profile
    service and the Managed Metadata service. Any ideas?
    Thanks

    Hi tammylj,
    Based on your description, you should use the different service accounts for your CA web application and MySite host site web application, since "Ask Me About" is working for CA but not for MySite host site, the service account for MySite may not read
    and write managed metadata term store.
    please check and make sure your MySite web application service account is added in the Managed Metadata service application with permission "Read Access to Term Store" and "Read and Restricted Write Access to Term Store", then it should work.
    http://james-brennan.co.uk/2011/10/19/failed-background-check-when-the-managed-metadata-service-says-no/
    Thanks
    Daniel Yang
    TechNet Community Support

  • HLM installation error. Invalid values for --certificates_hostmap option. Specified key Hostname is not valid hdbhost

    Hi everyone,
    I'm installing SAP HANA for the first time and im having troubles when the unified installer gets to the installation of the lifecycle manager. Im getting the following error:
    15:08:33.996 - INFO:   Calling postCheck event handler
    15:08:33.996 - INFO:     Invalid values for --certificates_hostmap option. Specified key 'RCNHANA' is not valid hdbhost
    15:08:33.996 - ERR :     Invalid values for --certificates_hostmap option. Specified key 'RCNHANA' is not valid hdbhost
    15:08:33.997 - ERR :     Cannot execute custom event postCheck: Invalid values for --certificates_hostmap option. Specified key 'hostname' is not valid hdbhost at HLM/Installer/BaseExecutionPlanManager.pm line 90
    Can anyone help me
    Thanks

    Thanks Slds.
    I just re-ran the HLM package using the following procedure:
    1) download SAPHANALM06_0-10012745.SAR
    2) copy SAPHANALM06_0-10012745.SAR to the /tmp/hanainstdir/hlm_install
    3) Ensure SAPHOSTAGENT is above level 149, advisable to update it to the latest level. Level 153 till today.
    4) go to the extracted temp directory and run ./hdbinst
    Just click enter when prompt if you are running single Hana Database.
    SAP HANA Lifecycle Manager Installation kit detected.
    SAP HANA Database Installation Manager - SAP HANA HLM Installation 1.50.00.000000
    Options:
      SAP HANA system ID | Description
      SID                | SAP HANA Database SID 1.00.57.378530
    Enter SAP HANA system ID [SID]:
    Root user password (SSH connectivity):
    Root user SSH key passphrase (SSH connectivity):
    Installation was successful. However, I noticed in the log that this time --certificates_hostmap option was not set to any value at all, but still installation went tru fine.
    Thanks
    Raj

  • After updating to 10.7.4 Mission Control (key F3) doesn't work and neither switching the desktop gestures on magic mouse.

    after updating to 10.7.4 Mission Control (key F3) doesn't work and neither switching the desktop gestures on magic mouse. please give me the advice what to do?

    after updating to 10.7.4 Mission Control (key F3) doesn't work and neither switching the desktop gestures on magic mouse. please give me the advice what to do?

  • Appended Key figure is not working in Delta reverse record

    Dear All,
    I have enhanced 2LIS_11_VASCL datasource, to pull value from condition record, called Surchage.
    I have set reversal indicator for this field in my datasource. I have written code in CMOD to get this value from KONV table of that sales order.
    Now when value  is changed, delta record for this, automatically creates reversal record, but it shows new value of surcharge as negative, because that code is pulling value which currently exists in table.
    For example for order 350089 , if surchage is $ 100 .  User changes it to $200
    Then I get following record.
    Reversal Record  - $200 (This should be instead -$100 , i.e. previous value)
    New Record - $100.
    Because of this my new value is not getting updated in table.
    I can't use overwrite mode in ODS because some other technical reason.
    How can I solve this problem?
    appended Key figure is not working in Delta reverse record

    LIS have before-after delta. So ODS should be in Overwrite mode. If that is not possible.. try sorting the records in Start Routine such way that the - 100 $ is above the - 200 $ records in Data Package.
    but this is risky as it will affect other key figures for which things maybe fine. I guess you need take Data Package records in an internal table. And then sort this internal table. then you can read the internal table in update routine of this key figure.
    OR (If you are on BI 7.0) you introduce an InfoSource in between DS and DSO with Overwrite mode for this Key Figure.

  • Satellite C850D-115 / Win7 - the special funktion key mode ist not working

    Hi,
    the special funktion key mode ist not working, although I tried everything in Bios and softare " Toshiba Hardware setup utility".
    I still need to press "FN + " to use the special function keys, while enabled bios mode!
    The special function mode was never working, I have no more ideas. You...?

    As far as I know its no matter what system you are using. The special function key mode should work with Win 7 and Win 8.
    Here an Toshiba documentation.
    [How to change the Function Keys Mode|http://aps2.toshiba-tro.de/kb0/HTD2503B90001R01.htm]
    You bought this notebook without an preinstalled system. Right?
    And you installed an clean Win 7 on this Satellite C850D-115?
    Please ensure that all available drivers for C850D PSC9UE are installed. This includes the VAP (value added package), Hardware Setup, and others
    There is also new BIOS update v6.50-WIN
    Be sure your BIOS is up to date!

  • My 6, 7, y, u, h, j, n, m key's are not working on my hp pavilion g6 PLEASE HELP!!!

    my 6, 7, y, u, h, j, n, m key's are not working. they used to work but even then i had to hold down one of those unresponsive keys to get the others to work now i can't use them at all!! i have to use the on screen keyboard which is really annoying but is the only way i can use my laptop
    i have a hp pavilion g6 4GB  i3 core 64 bit windows . i think the warrenty has expired as it is a refurbished laptop

    Hello momomhammed:
    I think you forgot to type in HP g6 1239as because I could not find HP g6 123sa. This is the only steps they give for your lat top. http://h10025.www1.hp.com/ewfrf/wc/document?docnam​e=c01458194&tmp_task=solveCategory&cc=uk&dlc=en&lc​... I would do the reset direction first then do the update drives for it. To see if that fixes the issue. If it doesn't then yout computer needs repairing. frrw.

  • Transaction SE16: Field selection (User-Specific Settings) is NOT working for ALL tables

    Hi Guru’s,
    I have an issue in Transaction SE16, Field selection (User-Specific Settings) is NOT working in Tables (ALL tables).
    Following is the screenshot attached for your kind reference,
    That is in the initial screen of transaction SE16 if I choose Filed Name or Filed Label only the technical details (Field Names) are appearing and not the descriptions like Client, Purchasing Doc, and Company Code Doc. Category Document Type etc…
    Right now I am using ECC6 and EHP7 SAP system.
    Please help me to resolve this issue by implementing any OSS note or User Role creations or any technical changes required in system.
    Hope the requirement is clear and in case need any clarification please revert back.
    NOTE: Right now in Development System we don’t have any successful user to compare the settings.
    Regards,
    Kumar.S

    Thanks Patra.
    Even I searched in SAP portal and couldn't able to find the relevant OSS note.
    Following is my BASIS team response,
    "Only you can view Table Field values from higher release"
    Can you suggest / guide on this comment as well.
    Looking forward to your speedy response.
    Regards,
    Kumar.S

  • I have a macbook pro with OSX Mavericks 10.9.5 and some keys that are not working. Specifically, the enter/return button, the "p", "0", ";", and all the function keys.  What's really weird is that happens randomly.  I've never spilled anything on it

    I have a macbook pro with OSX Mavericks 10.9.5 and some keys randomly are not working. Specifically, the enter/return button, the "p", "0", ";", and all the function keys.  What's really weird is that happens randomly.  I've never spilled anything on it, and I can't for the life of me figure out how to fix this.  Can anyone help?  of course this happened after my warranty expired.

    **update**
    I don't know if this will help someone but I am posting this for that purpose.  In the past when I first had this problem, I'd read a post somewhere (sorry, long ago, don't have the link) where an individual was having the same problem and they stated that when the MBP got heated, that's when the keys would stop working, and they went into the MBP and jiggle some stuff around (a specific wire, I'm not electronically inclined so I know NOT of what they spake!).  Well I didn't want to do that but it always stuck in the back of my mind.  I had given up, really, and was planning to take my MBP to the apple store.  But by chance one night I left my MBP on the floor where it's cool, and when I turned it on, the problem went - poof! It seems there was some validity to the post that spoke about heat, because my problems started when I would stream foreign dramas on my MBP for hours at night, and I would hear the fan going off all the time, and in the mornings, my "p", "enter", "0", ";", and all the function keys would stop working. 
    So, maybe try keeping the MBP in a cool place when it's off.  Since I've started doing this overnight every night (keeping it on the cool floor, out of reach of any big feet), I have not had a single problem with my keyboard.
    Hopefully this might help someone.

  • Home Keys on Laptop not working sometimes

    Good Day,
    Our HP Pavilion G4-2013TX's keyboard acts up sometimes. The Home keys (i.e., A S D F J K L and semi colon) keys sometimes do not work. I just have to wait a bit or furiously press them to get them to work again.
    The keys are working currently (this message is evidence.) I don't know how to invoke the error at the moment.
    Please help. I've been getting instances that I need to have a good working keyboard but the homekeys don't cooperate. A Sort of troll, actually.
    Thanks in advance,
    Matt

    Hi @MattFromPH 
    Welcome to the HP Support Forums!
    I understand that you are having trouble with your keyboard behaving intermittently. I am happy to help with this.
    As a start I include the support page for your notebook, which includes the current HP modified drivers for your notebook, and also I link the service manual, which can be helpful when it comes to cleaning if followed carefully.
    HP Pavilion g4-2013tx Notebook PC
    HP Pavilion g4 Notebook PC - Maintenance and Service Guide
    With those two resources, then check out this page and see if anything helps with your problem.
    Notebook Keyboard Troubleshooting (Windows 7)
    Cleaning your Notebook PC
    Let me know if you need any more help.
    Malygris1
    I work on behalf of HP
    Please click Accept as Solution if you feel my post solved your issue, it will help others find the solution.
    Click Kudos Thumbs Up on the right to say “Thanks” for helping!

  • HT204389 Since I updated my iPhone, with the last version , Siri it's not working at all.

    Since I updated my iPhone, with the last version , Siri it's not working at all.

    Have you changed location (e.g., in a different country)?
    See this article about countries that support Siri: http://www.apple.com/ios/feature-availability/
    Also, from the HT4992 article you attached: "* Siri is currently in Beta. Siri requires Internet access. Siri may not be available in all languages or in all areas, and features may vary by area. Cellular data charges may apply."

  • TS3694 I performed an iOS 7 software update on my iPhone yesterday, and now the phone is not working at all. The iPhone screen shows to connect to iTunes to restore. I've have done this, and still the iPhone is not working. What going on?

    I performed an iOS 7 software update on my iPhone yesterday, and now the phone is not working at all. The iPhone screen shows to connect to iTunes to restore. I've have done this, and still the iPhone is not working. What going on?

    I have no idea what may have caused your MacBook to stop working, but from your description it kind of sounds like it may have started before you ran Software Update and installed the new Apps. Just the general slow feeling and bugginess is what tips me off. You said that you weren't sure if you had closed all open windows, that doesn't matter if the computer restarts itself. It automatically closes all other open applications when restarting.
    As to your data being retrievable, if when you take it in they do a fresh install of the OS, then no, it will not be unless you want to pay several thousand dollars to a software retrieval company.
    I am glad to hear that you have taken into the Apple Store to get it fixed, and that you have all of your purchased music backed up to your iPod. You should be able to just transfer it all back to iTunes once you get your computer back should it be necessary.
    As a side note, the proper place for this topic would probably in the MacBook forums, not iTunes since there is no evidence that iTunes started the issue.

  • I backed up my Iphone to itunes so i can do the new Update to IOs 7 and so now that i updated it i want to backup and restore and its not working, Please help!

    I backed up my Iphone to itunes so i can do the new Update to IOs 7 and so now that i updated it i want to backup and restore and its not working, Please help!

    An iPhone backup to a computer via iTunes stores the photos in a backup file that is only meant to be be used if needed to restore back to the phone. There is 3rd party "extractor" software available but otherwise the photos are not directly viewable.
    The backup via iTunes was a good idea and your Camera Roll photos should be there and should be able to be restored to your new phone. However if it was me I wouldn't rely on that alone. I would also import the photos to a computer where you can see and verify that you have a copy. That is a good idea at any time (not just when you know you might need it). Any phone can be lost, broken, suffer hardware issues, etc at any time and lose all data on it. Following is a link with information on how to import the photos to a computer:  Import photos and videos from your iPhone, iPad, or iPod touch to your Mac or Windows PC - Apple Support

  • I updated to 5.0 and my outgoing cox mail is not working

    I updated to 5.0 and my outgoing cox mail is not working.  In coming is fine, but I can't send any mail.

    I have the same problem with my iphone4 purchased in Hong Kong, I live in Guangzhou.  How can I switch the maps app back to English?

Maybe you are looking for

  • Dynamic text in Long text of message

    Hi All Can you please guide me that how dynamic text are maintained in long text of the messages. I have used variable name between 2 ampersands 1.e. &var&..but its nt working. Where could be the mistake ? Regards, Shreya

  • Air port express not found by my mac

    Hallo all, I want to extend my wlan, therefore I want to install an additional air port. I have already a time capuse with air port. Now my question: Do I neet to connect the new air port with a wire? I thougt the connection is wireless? Unitl now th

  • SBS 2011 - Need to change Machine name and IP address range

    We had upgraded to SBS 2011 and new hardware 6 months ago, we have recently been aquired by a larger company and want us to comply with their machine naming conventions and change the IP address range to fit in with their corporate structure.  They w

  • How to report a malicious site to Firefox so that it is registered as such?

    On the Security tab of the Options dialog box, you can select to have Firefox block any reported attack sites. I have a software program that keeps alerting me that perhaps an advertiser is sending malicious software my way, and I was hoping to repor

  • Loading images with different horizontal sizes

    I would like to load images with different horizontal resolutions (vertical resolution to be the same) dymanically into an empty movie clip. I would like them to load with the right hand side of the image lined up with the right hand side of my site.