How to run update operation from MBO

I need to update the data from MBO update operation.
but can you guide me for input how to set the personalised key.
Regard
Ali

You have to set the PKs from program. Follow the below steps:
Create a new key on the screen where custom menu item is created. Click on screen > Keys>Add. Ex. key name "CustomKey".
From the properties of the menu item created, map the PK with the key created (ie.CustomKey ).
Write the below code inside custombeforesubmit method inside custom,js file
hwc.customBeforeSubmit = function(screenKey, actionName, dataMessageToSend) {
     if(screenKey =="Details_Screen" &&      actionName=="menuItemCallbackTimeSheetMBOCallUpdateQuery " ){
       var myNewValue1 = new MessageValue();
       myNewValue1.setKey("CustomKey");
       myNewValue1.setValue(""+value);//Value you got from screen
       myNewValue1.setType("TEXT");
       var mvc = dataMessageToSend.getValues();
       if( mvc ) {
       mvc.add( myNewValue1.getKey(), myNewValue1 );
Midhun VP

Similar Messages

  • How do I update iPhoto from 8.1.2?

    How do I update iPhoto from 8.1.2 when the updater says updates complete but it is not showing as updated?

    How do i update it to the most current iPhoto.????
    Make sure, you have a current backup of your Mac, i.e. your iPhoto Library. On no account risk the upgrade without a current backup. After upgrading to a newer iPhoto version, iPhoto will need to upgrade the iPhoto Library as well. Due to a current bug, the upgrade may go wrong and leave your iPhoto library damaged, if the system should crash during the upgrade, because of running out of storage or similar.
    As Larry pointed out, the current iPhoto version 9.6 requires Yosemite, and the App Store will not offer the last compatible version for Mavericks. To upgrade to 9.6 you need to upgrade to Yosemite as well.
    You should finish any book projects before upgrading, because the upgrade will change the themes of the books. So your books may change a bit after upgrading.

  • How to run a report from oracle 10g form in .csv format

    dear all,
    how to run a report from oracle 10g form in .csv format? i've already run in pdf & excel format.
    i'm using
    SET_REPORT_OBJECT_PROPERTY (ro_report_id, report_desformat, 'PDF'); --for pdf
    SET_REPORT_OBJECT_PROPERTY (ro_report_id, report_desformat, 'SPREADSHEET'); ---for excel
    Please Help..

    i have already tried.
    but the report show in htm or html format. that file will not save into csv. please help.

  • How can I update apps from iCloud to my iPad

    How do I update apps from MacBook Pro OSX10.92 to my iPad?

    Hey forgetyou,
    Thanks for using Apple Support Communities.
    If you can’t update wirelessly, or if you want to update with iTunes, follow this article.
    Update your iPhone, iPad, or iPod touch
    http://support.apple.com/kb/HT4623?viewlocale=en_US
    Have a nice day,
    Mario

  • How to delete an operation from order using the bapi

    Can somebody please tell me how to delete an operation from order using the bapi
    BAPI_ALM_ORDER_MAINTAIN.
    Following was the test data for the BAPI.
    000000 OPERATION DELETE 0000040052810070
    000000 SAVE 0000040052810070
    Even I tried entering the operation table. The BAPI control ends fine, but when I check the order using IW32, the operation still exists.
    So, can you please tell me where Iam going wrong.

    Hi Subash Mohanvel,
    Check bapireturn parameter of the bapi BAPI_ALM_ORDER_MAINTAIN after execution of the code , and if there is no error message in the return table then call bapi_Transaction_commit.
    Unless you call this database saving of the records/values will not get reflected in the system.
    Hope that helps.
    Regards
    Kapadia
    ***Assigning points is the way to say thanks in SDN.***

  • Request to run updater.exe from an unknown publisher starting firefox

    every time Firefox is started from initial turn on of computer (not from the computer being hibernated or in sleep mode), I receive a message to run Updater.exe from an Unknown Publisher. There is nothing to show that this is a Firefox application but, I am not receiving any threat messages either. Is there any way to find out where this Updater is coming from and if it is to be trusted?

    Do you use a Norton security suite? If so, I suggest checking with Norton's support on whether that prompt is legitimate.
    You will find numerous unofficial distributors advertising on Google for Firefox downloads. These generally are bundles of crap along with Firefox. You should check to make sure you don't have such a thing installed.
    Open the Windows '''Control Panel''', Uninstall a Program. After the list loads, click the "Installed on" column heading to group the infections, I mean, additions, by date. This can help surface undisclosed bundle items that snuck in with some software you agreed to install. Take out as much trash as possible here.
    You can supplement your regular security software with the '''scanning/cleaning tools''' listed in our support article: [[Troubleshoot Firefox issues caused by malware]]. These on-demand scanners are free and take considerable time to run. If they finish quickly and especially if they require payment, you may have a serious infection. I suggest the specialized forums listed in the article in that case.
    Does that help?

  • How do I update operating system? To iOS 5 or 6

    How do I update operating system? To iOS 5 or 6

    Go to settings>general>software update>update! There you go.

  • How do I update/upgrade from Logic Pro 8 to 9?

    How do I update/upgrade from Logic Pro 8 to 9?

    There is no update, you have to purchase Logic 9 from the App Store, it's $199, which is close to the price of an update.
    Warning, if you do purchase Logic 9 from the App store it will download 2GB of additional patches/sounds/loops...etc. This is for first time buyers so their App Store Logic will have some basics to work with before trying to download the additional 20+GB of loop/instrument data. If you have a full installtion of Logic 8 it's possible the 2GB of data Logic initially downloads will mess with the instruments and sounds you've been using, past projects may not load properly. Just something to be aware of.

  • Can someone tell me how to delta update data from db like oracle?

    Hi gurus:
         as the title,can someone tell me how to delta update data from db like oracle?
    and can someone give me some link about the detail of delta update?
        thanks very much.
    chan

    Hi,
    Check help links
    Data Transfer with DB Connect
    http://help.sap.com/saphelp_nw04/helpdata/en/58/54f9c1562d104c9465dabd816f3f24/frameset.htm
    http://www.bwexpert.com/downloads/DBConnectMakingDELTAABAPCode.doc
    Delta Concept
    http://help.sap.com/saphelp_nw04/helpdata/en/84/81eb588fc211d4b2c90050da4c74dc/frameset.htm
    Thanks

  • How to run java program from website?

    Hello
    I'd like to know how to run java program from my web page.
    I'd like to push some button in this web page so java program that would be on my server
    would pop-up. Can it be done automaticaly upon running this web site? (without any buttons - I just enter website and program pops up).
    Cheers

    I rather thought about RMI. But I could try servlets. So how it would look like?.
    I would make http request in browser (enter address) and program would show up in its window?. And I would not have to change anything in my program?. This program would run then on both boxes?. One remotely and one not?.
    But I would have to learn some basics, I've never worked with servlets. Could you suggest some good sites about it?. With ready examples so I could tweak them to my purpose.
    Message was edited by:
    macmacmac

  • How to run ZAC CDP from a Linux Bundle

    Hi all,
    I am trying to work out how to run "ZAC CDP" from a Linux bundle. We have 330 Satelites that I need to force the replication of the TFTP folder too in one staggered process.
    Is there any reason why this would not work? would a script do it and anyone have a sample?
    cheers,
    Trev.

    I would imagine it's possible.
    I'm assuming something (run as root user?)
    #!/bin/bash
    zac cdp
    (you may have to put the absolute path in for the location of "zac")
    I'm not a linux guru by any means, just that if you can script this via a cron job, I'm sure it can be done via ZCM Bundle.

  • How do i update app from latests itunes?

    How do I update apps from I tunes in the computer? The  phone tellls me iI need to connect to I Tunes but There is no way to update apps from this latest I tunes. Thanks!
    Jose

    You update them the same way you always did.
    Go to the apps page, click Check for updates

  • TS1702 how should i update app from new apple id?

    how should i update app from my new apple id?
    i have downloaded an app using my friends apple id now i have to update it.
    how should i do it using my own apple id?

    thnku v mch....many of my friends where having same doubt...
    but its solved now...
    solution i foud out is tat u have to delet the app n download and update it from your new apple id..
    it simply workd

  • How to run db.xml from ORPOS 13.4 version on standalone

    Hi All,
    How to run db.xml from ORPOS 13.4, We dont have ORBO.
    Thanks & Regards
    GM

    Go to the location where your installer is residing and execute the following command:
    install.cmd ant install-database
    Regards,
    Uttam Kumar

  • How to run batch file from oracle forms 9i

    Hi everyone.
    i have a data in csv file. i want to upload it to my database. i am using sql loader for it.
    i have made a batch file which run the sql loader and transfer my data to database.
    How to run batch file from oracle forms 9i.
    when i press the button, nothing uploads in my database. (when i simply run the batch file it works).
    here is my code
    Begin
    HOST('C:\temp\batchfile.bat');
    message('done');
    end;
    Thanks in advance
    regards
    sajid

    this is my log file, when i run manually.
    SQL*Loader: Release 10.2.0.1.0 - Production on Thu Jul 1 23:27:53 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Control File: file_to_upload.ctl
    There are 2 data files:
    Data File: sk.csv
    Bad File: sk.bad
    Discard File: none specified
    (Allow all discards)
    Data File: sk1.csv
    Bad File: sk1.bad
    Discard File: none specified
    (Allow all discards)
    Number to load: ALL
    Number to skip: 0
    Errors allowed: 50
    Bind array: 64 rows, maximum of 256000 bytes
    Continuation: none specified
    Path used: Conventional
    Table KHAN, loaded from every logical record.
    Insert option in effect for this table: APPEND
    Column Name Position Len Term Encl Datatype
    SR FIRST * , O(") CHARACTER
    DATES NEXT * , O(") CHARACTER
    AGENT NEXT * , O(") CHARACTER
    COUNTRY NEXT * , O(") CHARACTER
    TRANSACTIONS NEXT * , O(") CHARACTER
    PKR NEXT * , O(") CHARACTER
    USD NEXT * , O(") CHARACTER
    BANK NEXT * , O(") CHARACTER
    Table KHAN:
    11088 Rows successfully loaded.
    0 Rows not loaded due to data errors.
    0 Rows not loaded because all WHEN clauses were failed.
    0 Rows not loaded because all fields were null.
    Space allocated for bind array: 132096 bytes(64 rows)
    Read buffer bytes: 1048576
    Total logical records skipped: 0
    Total logical records read: 11088
    Total logical records rejected: 0
    Total logical records discarded: 0
    Run began on Thu Jul 01 23:27:53 2010
    Run ended on Thu Jul 01 23:27:54 2010
    Elapsed time was: 00:00:00.63
    CPU time was: 00:00:00.17

Maybe you are looking for