How to make the wdDoIniiit() function executived twice in the view of WebDy

Hi Guyes, How can i make the  wdDoIniiit() function executived twice in the view of WebDynpro? Thank you

Hi
WdDoInit() :- This is called only once when the View is loaded freshly.
WdDoModifyView:- Called every time an action is performed on the View.
It is called by webdynnpro runtime environment for modification of the view layout.
For all the views,this takes place at a time immediately before the closing response renders.
check for
<a href="http://help.sap.com/saphelp_nw04/helpdata/en/86/16e13d82fcfb34e10000000a114084/frameset.htm">Modifyview</a>
also you can know about <a href="http://help.sap.com/saphelp_nw04/helpdata/en/86/7fcf3d4f902d10e10000000a114084/frameset.htm">Supply function</a>
Regards
Abhijith YS

Similar Messages

  • Since I migrated my files from one Mac to another and am now running Yosemite, Photoshop Elements 9 (adequate for what I do) is not showing the previous functionality on some of the tools. I have uninstalled/reinstalled twice to no avail.

    Since I migrated my files from one Mac to another and am now running Yosemite, Photoshop Elements 9 (adequate for what I do) is not showing the previous functionality on some of the tools. I have uninstalled/reinstalled twice to no avail.  Is there a fix? Also, when I tried to update, it comes up with this error.

    I have a similar problem. I found out that my macbook air created a new USER with my former's computer user name. You can check that by going into System Preferences -> User & Groups, and see if a "Other user" has been created. You have to login under this new USER to find your transferred contacts in the address book.
    My problem is that I do not know how to merge the 2 USER logins or transfer the data from the new USER created into the existing one.

  • How to make use of adjacent data elements within the same buffer

    Hi,
             Does anyone know how to make use of adjacent data elements within the same buffer? To make my question clearly, I would like to give you an example. In my application, I set "sample to read" as 10 which means at each loop 10 data samples will be taken into a buffer. Now, what I would like to do is to do some calculations on adjacent data samples in same buffer. I tried to use "shift register" for this, but it seemed to me that it only can deal with the calculation between data from adjacent loops. In other words, it skips 9 data elements and take the 10th one for the calculation.
             Here I also attach my VI showing what I did.
        Thank you very much in advance,
                            Suksun
    Attachments:
    wheel_encoder_1.vi ‏98 KB

    Hi Suksun,
          I hope you'll forgive me for distilling your code - mainly to understand it better.  I tried to duplicate your logic exactly - which required reversing the "derivatives"-array before concatination with the current samples array.  As in your code, the last velocity is being paired with the first position.  If first velocity is really supposed to be paired with first position, just remove the "Reverse 1D Array" node.
    cheers
    Message Edited by Dynamik on 01-07-2006 03:17 AM
    Message Edited by Dynamik on 01-07-2006 03:19 AM
    When they give imbeciles handicap-parking, I won't have so far to walk!
    Attachments:
    encoder2.GIF ‏14 KB
    encoder2.vi ‏102 KB

  • How to make a redirect without auto-redirect from the portlet "edit" mode?

    How to make a redirect without auto-redirect from the portlet "edit" mode?
    I use some sofisticated customizing with server-side validation of the form data. I want to redirect to the page of the portlet "show" mode and to the "edit" mode depending on the validation results. How can I do it?

    Heay.....this worked for me.
    I am able to change the mode programatically from edit to show.
    HttpPortletRendererUtil.handleEditAction(portletRenderRequest,"OK");
    I removed Apply , OK and Cancel buttons and applied my own Submit and Back button in Personalize mode and then change the mode to show on click of Back button using the above mentioned statement.
    Thanks
    ~Neeraj Sidhaye
    Try_Catch_Finally @ Y !
    ExtremePortal @ Gmail&#12288;&#65316;&#65359;&#65364;&#12288;&#65315;&#65359;&#65357;

  • How to make an ebook and sell it on the ibook or app store??

    How to make an ebook and sell it on the ibook or app store??
    Can anybody help me please T^T
    By the way I'm in Thailand and want to sell my ebook around the world.
    This is my dream ^^.. Help me please...

    Hi,
    Start with the ADC iOS dev center here.
    http://developer.apple.com/devcenter/ios/index.action
    Carolyn

  • Hi , How to make a calculated kf as local in the query definition

    Hi ,
    How to make a calculated kf as local in the query definition
    Regards,
    Ravi.

    Hi,
    Calculate KF consists of Basic, restrict and other calculated kFs stored in Metadata repository.
    Calculate KF is a replicate of Formula and acts as Global.
    Calculate KF acts as Global--you can use Globally.
    Formula as Local--you can use as local to Query.
    you can create the Calculate KF as follow:
    Goto Query Designer>Open/Create Query>Select Key Figures Mode on left side of Query>Select that KF node> right click Select Calculate Keyfigure.
    then one popup window dispays, so you make the calculations based on Basic KF, Restirct Kf and Formule. then save it.
    Regards,
    Suman.

  • How to make ENTER key in internet explorer run the  BIP report?

    In BI publisher 11g, users wanted that after entering the values for the parameter, they hit the ENTER key ( on the keyboard)  and the report should run .
    In Mozilla firefox, when I hit ENTER key on the keyboard report runs fine... but in Internet explorer, it does not ( infact in internet explorer TAB key works)
    How to make ENTER key in internet explorer run the report?
    Thanks
    Ashish

    Perform the following steps and tell us if it  resolve this issue:
    1. In Internet Explorer, click Tools, and then click Internet Options.
    2. Click the Security tab.
    3. There are four security zones listed:
    * Internet
    * Local intranet
    * Trusted sites
    * Restricted sites
    Click the zone being used by P6, which is noted at the bottom right hand corner of the browser window when the P6 URL is being accessed.
    4. Under Security level for this zone, click Custom Level.
    5. Under Downloads, under Automatic prompting for file downloads, click Enable, and then click OK two times.
    6. The browser will need to be restarted for the change to take effect.
    Refer to the following Microsoft Knowledge base article for additional file download and active x controls which should also be enabled: http://support.microsoft.com/kb/883255

  • How to make more than one person can access the database at one time

    how to make  more than one person can access the database at one time 

    Please post further f'up's in the Access forum.
    In short: for different reasons it is best practice that each user gets its own local copy of the database. This means that you need to split it into a front-end which only consists of the forms, queries, reports etc. Everything which doesn't need to be
    shared. And a back-end, which only stores the data.
    Take also a look at Allen Browne's article:
    Split your Access database into data and application.
    When you've splitted your database, you may often consider to use SQL Server as back-end. Here you may read Armen Stein's
    The Best of Both Worlds: Access-SQL Server Optimization.

  • Frequently I send an email to multiple contacts.....I'm constantly changing my selection of multiple contacts so using the "group" function doesn't get the job done.......so how can I go through m

    I guess I was not clear.....my fault....let me re-phrase:  frequently I send an email to multiple contacts.....I'm constantly changing my selection of multiple contacts so using the "group" function doesn't get the job done.......so how can I go through my list of contacts and quickly select those contacts that I want to receive that particular email....thx  

    You need an app that allows group messaging. Enter group messenger in the search bar in the app store.

  • Hello, i would like to know how to make horizontal sites and it moves with the scroll

    Hello, i would like to know how to make horizontal sites and it moves with the scroll

    Hi
    You can refer to these videos :
    http://www.lynda.com/Muse-tutorials/basics-horizontal-scrolling-websites/108131/115685-4.h tml
    https://www.youtube.com/watch?v=gZI_K1TXqOM
    Thanks,
    Sanjit

  • HT5446 If I buy a mac mini with a fusion drive and add windows using boot camp, can I make the SSD function be dedicated to the windows partition?

    If I buy a mac mini with a fusion drive and add windows using boot camp, can I make the SSD function be dedicated to the windows partition?

    Additional information from Linc's post. Basically, only one additional partition can be added to a Fusion Drive and it resides on the HDD.
    Do computers that come with a Fusion Drive support Boot Camp?
    Yes. Use the Boot Camp Assistant to create a Windows partition and install Boot Camp. The Windows partition will exist on the hard disk drive, not the Flash drive, and is not part of Fusion Drive Logical Volume Group. 3TB Fusion Drive configurations need to update to OS X Mountain Lion v10.8.3 or later to install Windows 8. See iMac (27-inch, Late 2012): Boot Camp alert with 3T hard drive for more information.

  • Just installed a HP Color Laserjet CM2320nf MFP printer, at the same time I upgraded to Lion. It prints fine, but I cannot use the scan functions.  I downloaded the most recent driver! Any help would be appreciated.

    Just installed a HP Color Laserjet CM2320nf MFP printer, at the same time I upgraded to Lion. It prints fine, but I cannot use the scan functions.  I downloaded the most recent driver! Any help would be appreciated.

    HP says that the drivers for your all in one print/scanner are downloadable from apple. For the scanner to use preview. image capture or the scan icon from the print driver queue.  I don't know how old your HP is, but I know that the newer Os from apple don't support a lot of older printers. You might be able find a third party driver that could work.

  • PDF files are very faint and the search function doesn't highlight the search term when found

    I'm using Firefox 5 with Windows 7 64 bit. When I open a PDF file the file is very faint and the search function doesn't highlight the search term in the body of the PDF.

    Dear Peter,
    I met the following problem, and please help me.
    My English (not Chinese) operating system: Windows XP
    Version: 2002
    Before using RoboHelp 7 to generate Webhelp, I perform the
    following steps:
    1. Control Panel->Regional Options
    2. On the "Languages" page make sure make sure you check the
    box "Install files for East Asian languages".
    3. On the "Advanced" page select "Chinese" from the language
    dropdown list.
    Then I perform the following steps:
    1. Use RoboHelp 7 to generate Webhelp (my Webhelp project
    contains localized Chinese files).
    2. In the "Search" tab, input a Chinese character(For example
    "连接") and perform a seach.
    Result: Serching...(or 正在搜索) or
    No topics found (or
    未找到主题)。
    Expected result: I can get the result.
    Text

  • The MDX function CURRENTMEMBER failed because the coordinate for the attribute contains a set

     
    How to handle this error: The MDX function CURRENTMEMBER failed because the coordinate for the attribute contains a set. when executing MDX query:
    SELECT (
    { [Measures].[Amount]}
    )ON COLUMNS,
    [OrganizationUnits].[Description].[Description].MEMBERS,
    [OrganizationUnits].[IsCURRENT].[IsCURRENT]
    ) ON ROWS
    FROM
    (SELECT [OrganizationUnits].[Description] ON 0
    FROM
    [CubeName]
    WHERE(
    {[OrganizationUnits].[Description].&[Unit1],[OrganizationUnits].[Description].&[Unit2]}
    Thanks!!

    Hi Arth81,
    Please try the query below.
    WITH MEMBER MEASURES.IsCURRENT AS [OrganizationUnits].[IsCURRENT].[IsCURRENT].CURRENTMEMBER.NAME
    SELECT
    { [Measures].[Amount],MEASURES.IsCURRENT} ON COLUMNS,
    {[OrganizationUnits].[Description].[Description].MEMBERS,
    } ON ROWS
    FROM
    (SELECT [OrganizationUnits].[Description].MEMBERS ON 0
    FROM
    [CubeName]
    WHERE(
    {[OrganizationUnits].[Description].&[Unit1],[OrganizationUnits].[Description].&[Unit2]}
    Regards,
    Charlie Liao
    TechNet Community Support

  • Why the alert massage return twice on the screen?

    Hi, everyone
    I got this script:
    var
      mySelected = Number( app.extractLabel("mDialog") ),
      myDialog = app.dialogs.add({name:"Colse files save \"Yes\" or \"No\"",canCancel:true});
      with(myDialog){
           with(dialogColumns.add()){
                with(dialogRows.add()){
                     var
                     mySelection = dropdowns.add({stringList:["01   Yes", "02   No", "03   Reverse"], selectedIndex: 0});
    if (myDialog.show() == true)
        main();
    myDialog.destroy();
    function main(){
          colse_file();
    function colse_file(){
        if (mySelection.selectedIndex == 0){
    var docs = app.documents;
        for (var i = docs.length-1; i >= 0; i--) {
            docs[i].close(SaveOptions.YES);
    alert("Done.\rAll files are saved.");
        if (mySelection.selectedIndex == 1){
        var docs = app.documents;
        for (var i = docs.length-1; i >= 0; i--) {
            docs[i].close(SaveOptions.NO);
    alert("Done.\rAll files are closed without save.");
       if (mySelection.selectedIndex == 2){
    var docs = app.documents;
    app.scriptPreferences.userInteractionLevel = UserInteractionLevels.neverInteract;
    app.documents.everyItem().revert();
    app.scriptPreferences.userInteractionLevel = UserInteractionLevels.interactWithAll;
    alert("Done.\rAll files are reversed.");
    Why the alert massage return twice on the screen?
    VK

    Hi, Chinna
    I changed it into this:
    var
      mySelected = Number( app.extractLabel("mDialog") ),
      myDialog = app.dialogs.add({name:"Colse files save \"Yes\" or \"No\"",canCancel:true});
      with(myDialog){
           with(dialogColumns.add()){
                with(dialogRows.add()){
                     var
                     mySelection = dropdowns.add({stringList:["01   Yes", "02   No", "03   Reverse"], selectedIndex: 0});
    if (myDialog.show() == true)
        main();
    myDialog.destroy();
    function main(){
          colse_file();
    function colse_file(){
        if (mySelection.selectedIndex == 0){
    var docs = app.documents;
        for (var i = docs.length-1; i >= 0; i--) {
            docs[i].close(SaveOptions.YES);
    alert("Done.\rAll files are saved.");
        if (mySelection.selectedIndex == 1){
        var docs = app.documents;
        for (var i = docs.length-1; i >= 0; i--) {
            docs[i].close(SaveOptions.NO);
    alert("Done.\rAll files are closed without save.");
       if (mySelection.selectedIndex == 2){
    var docs = app.documents;
    app.scriptPreferences.userInteractionLevel = UserInteractionLevels.neverInteract;
    app.documents.everyItem().revert();
    app.scriptPreferences.userInteractionLevel = UserInteractionLevels.interactWithAll;
    alert("Done.\rAll files are reversed.");
    but I still got twice
    VK

Maybe you are looking for

  • USB 6009 - Calibration of Analog Input (Mac)

    Hi, I have recently acquired a NI USB 6009. I'm using it under labview 7.1 on Mac OS X 10.4 (Tiger). I can run the software examples and the datalogger without problems. However, the device seems not to be properly calibrated, and I can't figure out

  • Artwork not showing up in iTunes?

    Hey everyone, I just submitted a podcast for approval last night and it was approved this morning. Most of the information is showing correctly in the iTunes store, but the 300X300 jpg image I set up in libsyn is not showing as album artwork in the s

  • Case structure problem with default 0, 1, 2

    Good afternoon, I have a question about the case structure. If you use 3 cases, default 0, 1 and 2, like in the following VI. How can you fix that the sum is never 3? Because when you turn on the switch 1 and 2 simultaneously it gives the sum 3 and t

  • Music with 7.0.2

    After downloading 7.0.2, the music does not continue at the same place after stopping the music it starts at the begining. The old software was able to start up where it left off, and even my nano is able to contunue where left off.

  • Email Problems again on Second 3G

    It seems that this second phone is beginning to have the same problem as the first.... Now I have to restart twice a day instead of just in the morning before work. I now have to restart in the morning and evening before leaving from work to send and