Calling WDModifyView without any action

Hi All,
      I have 2 EVS Selector fields (input fields binded to BAPI)  and a search button in my screen. I want to modify the free text entered by user to Upper Case, as the validation is not possible in EVS, i have written the code for case conversion in WDModify view and the Search button(attached to Search Action) will pass the data to RFC and call the next view showing the result.
Code in WDModifyView:-
if(!firstTime){
if(wdContext.currentContextElement().getSpecValidityArea()!=null){
IWDInputField field = (IWDInputField)view.getElement("specValidityArea");
field.setValue(wdContext.currentContextElement().getSpecValidityArea().toUpperCase());
if(wdContext.currentContextElement().getSpecStatus()!=null){     
IWDInputField field1 = (IWDInputField)view.getElement("specStatus");
field1.setValue(wdContext.currentContextElement().getSpecStatus().toUpperCase());
whenever i enter the data in lowercase and click on search button, on first action the case is modified to upper case and on further click the RFC is called. Can any one tell me how the wdmodify view will be called without any action?
Regards,
Vinoth.M

Hi
WdDoModify view is a static method of the WD rramework , as you said it is working at first time it means , you have flag it
if (firstTime)
remove this line  (if condition ).
Best Regards
Satish Kumar

Similar Messages

  • Without any action the name of the places on the map in a book disappeared and is there a possibility to save a book of cd, dvd or usb as a book not only the pictures in the book

    i have several books - of which 4 have been ordered and delivered - but without any action all of a sudden the name of places disappeared from the map i have in these books
    any idea why ?
    in addition, is there a possibility to save the book - with the layout etc  - on a cd. dvd or usb. i tried on a cd and got only the pictures not with the layout per page. Suggestions ?
    thks.

    To archive a book:
    Duplicate the Library that contains the book
    Remove pics from the duplicate that are not in the book
    Burn the duplicate Library to CD
    Regards
    TD

  • Error on pst file When leave outlook opend without any action for a while

    Hi,
    When I leave my outlook opend without any action for a while it reports an error in the pst file and out of memory error,so i have to close outllok then open it again
    this problem is general (not just on my pc ), i tried compact for the pst file but the problem still occure.
    i use outlook 2007 and sun java System Connector 7.3
    my mail server is :
    Sun Java System Communications Express 6.3
    sun java System Connector 7.3 patch id is 139162-05

    _1-when i click on any message the error is:_
    Error on  C:\Users\Administrator\AppData\Local\Sun\Outlook Connector\SJOC_1.pst
    *2-when i click on folder such as drafts,sent items ..... the error is : out of memory please close..............*
    if i close the outlook then open it again every thing is working well
    i monitor the outlook process, it was as the following:
    at 9:01 am 17.628 K
    at 9:17 am 18.348 K
    at 9:50 am 25.972 K
    at 10:05 am 20.220K
    the messaging server version is:
    Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)
    libimta.so 6.3-7.04 (built 18:30:54, Sep 26 2008; 32bit)
    SunOS Cegco-Internet 5.9 Generic_122300-22 sun4u sparc SUNW,Sun-Fire-880
    the clients os is windows  vista bisuniss
    all updates are installed
    this problem is common in my company
    Edited by: Firas_Khadrawi on Dec 8, 2009 9:09 AM

  • Creating UWL task without any action

    Dear All
    First of all Execuse me for the posting the uncorrect scenerio in last thread.
    This is regarding the issue I am facing, the employee is going to view the Request form, but if he will not do any action ( will not click any button ) the UWL task is going to create in his (OWN) UWL.

    Hi,
    If the first view is the first callable object in your GP process then a task will get created whenever the user opens the view (i.e. a new process instance gets started). To overcome this issue I can think of three options :
    1) you can have a cancel button in the view. On Action of the cancel button you can set a resultstate based on which you can call a Terminate process callable object and terminate the process instance.
    2) on wdDoExit() method you can check if any button has been clicked (set a flag on valid user actions). If no user action has been done set the resultstate and cancel the process as above.
    3) Don't add the first view as a callable object in GP. Instead make it a stand-alone Web Dynpro project and on button click(Submit) of that view start the GP process by passing the relevant parameters.
    Thanks,
    Dipankar

  • Itunes starts without any action

    Hi
    I have a Mac Pro with iTunes 11.0.3 that starts music with none action and there is not any iPhone or USB/Bluetooth  device connected . I am usng any program and suddenly itunes starts and play music in his case .
    Can you help ,e please ?

    Is this when you turn on the computer?
    If so then you can turn it off in System Preferences-Users-Login Items: then remove the itunes app from the list with the minus button.

  • Trigger notification without user action...

    Hi All,
    I followed below blog and achieved publishing/Broadcasting messages to logged in users. Everything is working fine. My issue is, user must have to do some action in portal, then only the display popup (notification) will be displayed (poped up). I want this popup/message will be shown to the user even he/she is idle ( i mean without any action of end user in portal).
    Brodcast messages to logged on users in Portal(Part1)
    Brodcast messages to logged on users in Portal(Part2)
    Above blog works only when user do some action in portal. I want this message to be displayed without any user action.
    Is there any API / Service I can use????
    Please help...
    Thanks,
    Pradeep

    Nitesh,
    Thanks...
    Quick POLL??? its totally un related...
    I want to show a message like SM02 transaction in ECC. some notification service... like notifiying logged in users about system down time or software upgrades or some thing else.
    I have already built the application and it is working fine.
    As I kept the iview in content area of framework page, it will only refreshed/activated when some action happen in content area of framework page. so, I need some advice on.... even user is idle, this iview should be refreshed and show the pop up.
    Issue here is: there are two iViews 1. Publish Notification and 2. Display Notification.
    Publish notification iView is given to the users to trigger/publish notifications and Display Notification iView is kept under Content Area of Inner Page of the Framework page.
    So, when Content area is refreshed or had some action, then only Dispaly Notification iView will be triggered and then pop up message (notification) is Visible.... Now I the requirement is, even when user is idle then also display notification iview/dynpage and its methods should execute.
    Thanks,
    Pradeep

  • OSB Service Call Out without soap envelope

    Can we do a service call out without any soap envelope wrapped.
    Example if my message is <Test>test</Test>
    it should not wrap it like
    <soapEnv:Body xmlns:soapEnv="http://schemas.xmlsoap.org/soap/envelope/"><Test>test</Test></soapEnv:Body>in request part of service call out.
    My calling service is WSDL based proxy and called service is ANY XML Proxy Service

    indeed, I have done my tests and it proved the same: whatever you post to a AnyXML service, OSB will first wrap it into a SOAP Envelope / Body and then pass it to the Message Flow.
    After all it makes sense, the Interface of a Proxy Service has nothing to do with its Implementation....
    a SOAP proxy service is implemented exactly like a AnyXML proxy service as far as the $body is concerned (maybe I have said an enormous BS!)
    Only $operation would not be populated - I would expect. Correct me if I am wrong.

  • Find my iPhone alert out of nowhere/ without my action

    Last night my iPhone 3G, IOS version 6.1.3 started sounding the "Find my iPhone" alert out of nowhere and without any action by me.  I also received the normal email from Apple saying that in fact this had occurred.  My iPhone 3G is not connected as a phone, I just use it as an iPod, camera, Apps and so forth.  I have an iPhone 4s, iPad and iMac.  None of my other devices got the alert.  I am familiar with "Find my iPhone” and have used it on occasion.  This occurred at home where I have WiFi.
    Any ideas as to why this happened?
    Thanks,
    bobcat

    Find My Phone will work everywhere. However, all a thief has to do is turn the phone off...remove the sim card...or restore the phone as a new device in iTunes to defeat Find My Phone. Reporting your phone stolen to both the police & your carrier should be done immediately. You should also change your password for all email accounts & iTunes. In fact change passwords for anything you ever used a password for on your phone.

  • How to call a Javascript function from backing bean without any event

    Hi,
    Someone knows how to call a Javascript function from backing bean without any event ?
    thanks

    Please review the following thread:
    ADF Faces call javascript
    Luis.

  • I want to change my region and everytime it says my itunes match subscription is active. I disabled the auto renewal without any success!! I even called apple support that promised me to call within 2 I want to change my, that was 10 days ago!! Any help??

    I want to change my region and everytime it says my itunes match subscription is active. I disabled the auto renewal without any success!! I even called apple support that promised me to call within 2 hours, that was 10 days ago!! Any help??

    Hi Roger
    Thank you for your reply.
    My original feed is: http://casa-egypt.com/feed/
    However, because I modified the feed http://feeds.feedburner.com/imananddinasbroadcast and nothing changed, I redirected it to another feed and then I deleted this feed.
    Is there any way to change the feed in itunes? The only feed I have now is  http://feeds.feedburner.com/CasaEgyptStation
    I tried to restore the feed http://feeds.feedburner.com/imananddinasbroadcast but feedburner refused.
    I know that I missed things up but I still have hope in working things out.
    Thanks is advance.
    Dina
    Message was edited by: dinadik

  • How can we call "SP.UI.Notify.addNotification" methods in sharepoint designer page(.aspx) load without any onclick control?

    Hello Friends,
    How can we call "SP.UI.Notify.addNotification" methods in sharepoint designer page(.aspx) load without any onclick control?
    Scenario: When i was open my page i need to show below script,But here i used button control.
    <script type="text/javascript" src="/_layouts/14/MicrosoftAjax.js"></script><script src="/_layouts/14/sp.runtime.js" type="text/javascript"></script>
    <script src="/_layouts/14/sp.js" type="text/javascript"></script><script type="text/javascript">
    var strNotificationID;
    function showNofication()
     strNotificationID = SP.UI.Notify.addNotification("<font color='#AA0000'>In Progress..</font> <img src='/_Layouts/Images/kpiprogressbar.gif' align='absmiddle'> ", false);
    </script>
    <div class="ms-toolpanefooter"><input class="UserButton" onclick="Javascript:showNofication();" type="button" value="Show Nofitication"/> </div>
    Thanks
    Reddy

    Hi  Reddy,
    You can use the window.onload method for achieving your demand as below:
    <script type="text/javascript">
    window.onload=function(){
    </script>
    Hope this helps!
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Can we call a javascript fun through jsp page without any event

    Hi ,
    I am new to jsp,javascript and i have a little question.
    If i make a function in a js file and want to call it from a jsp file without any event ,ie can i write some thing like <%abc()%> in ths jsp page ,which call the function from another .js file.
    I suppose that it can be done as gmail page reloads it self after some time and for http mostly we use pull ie request from the client side ,so i think that they must be doing something like timer expiry and reload themselves.
    please help me with the solution.
    Thanks & Regards
    Saurabh

    sorta....
    The JS runs in the client, not on the server, so you would just be writing JS code as HTML... If your page is like this and the myscript.js file defines 2 functions (function1, function2), you can call them on page load in either of these ways. I'm not sure offhand which would get called first, but the scripts called inline in the page would be called in the order they are defined in the page. But that is all HTML, it has nothing to do with JSP.
    <head>
    <script language="JavaScript" type="text/javascript" src="myscript.js" />
    </head>
    <body onload="function1();">
    <script language="JavaScript" type="text/javascript">
    function2();
    </script>
    </body>

  • I am unable to make or receive calls after the 6.1 update.  I have restarted, restored and reprogrammed without any positive results.

    I am unable to make or receive calls since I completed the 6.1 Apple update.  I have restarted, restored and reprogrammed without any positive results.  I hope that someone can assist me.
    Thank you in advance!  I appreciate your help!

    Thank you!  I went to the Verizon Wireless Store and everything is okay with regard to my carrier.

  • HT202159 Tried restarting download from the "Purchases" tab but the app comes out with "an error ocurred " message and I the button next to it is grey without any text or action. Please help, cannot dowload bad piggies game

    Tried restarting download from the "Purchases" tab but the app comes out with "an error ocurred " message and I the button next to it is grey without any text or action. Please help, cannot dowload bad piggies game

    Hi aaronvilla,
    Sorry to hear you are having issues with your iTunes Store purchase.   The following information should help you with this:
    How to report an issue with your iTunes Store, App Store, Mac App Store, or iBookstore purchase
    To report an issue with your iTunes Store, App Store, Mac App Store, or iBookstore purchase, follow these steps:
    Find the email receipt for your purchase.
    Click Report a Problem under the app that is having the issue.
    When prompted, enter the Apple ID and password you used to purchase the item, then click Report a Problem.
    Click Report a Problem next to the item you are having an issue with.
    From the Choose Problem dropdown menu, choose the appropriate issue.
    Follow the onscreen instructions and—if prompted—type a description of the problem into the text field.
    Click Submit to have your issue reviewed.
    Hope this helps ....
    - Judy

  • Any way to invoke a servlet without using "action=" in HTML

    Hello,
    Is there any way to invoke a servlet without using "action=" attribute of Form tag in the HTML form.
    I.e. if I need to run the servlet from a hyperlink, how could it be possible?
    Or If I need to run a servlet from a "window.Open()" method using java script, how could it be possible?
    The error I am facing...
    HTTP Status 405 - HTTP method GET is not supported by this URL
    type Status report
    message HTTP method GET is not supported by this URL
    description The specified HTTP method is not allowed for the requested resource (HTTP method GET is not supported by this URL).
    Thanks,
    Sandeep

    Maybe your URL needs to use POST.

Maybe you are looking for

  • How can I retain hyperlinks while saving a webpage as PDF via Print?

    How can I retain hyperlinks while saving a webpage as PDF via Print? This is the title of an apple forum question, and it is a bug in both Safari 5.1.3 and under, and I find it to also occur in Firefox browser (at least 9.* 10.*, 11.0), running on Li

  • Using clone tool in Elements 12

    When I use clone tool, after sampling the area with alt key when I try to apply it the photo moves around so that I cannot not clone.  How can I fix?

  • Insufficient priviledges to access backup files ... ? Cannot migrate data

    Need help. I have a WD 320 gig drive with (3) Partitions: 1. Mac OS File system 2. Mac OS File system 3. MS DOS file system I am trying to migrate the files and dir's on this drive to another, but am unable to. History: The drive was used as a USB/FW

  • List Manager (View Only)

    Hi, Can any one explain what exactly the use of List Manager (View Only) ? Link to an example is appreciated. Thanks, Raj.

  • BW 7.3 Installation query

    Hi Folks, we are going to install BW 7.3. I Have some queries regarding BW 7.3 Installation. Which is the best way of installation with ABAP OR Java OR ABAP/Java stack. Is it possible to install ABAP and Java stack on the same server. People who has