New button help

i want to add a new drop down movie clip button to this fla,
can anyone take a look and help me, i would credit you in the html,
http://www.megaupload.com/?d=JWW4TDGK
please help me !
the website is www.sandslandscaping.com
i want it to say John Deere

i want to add a tenth drop down button that is saying John
Deere for the main then rollover to show these categories: Service,
Parts, Products, Ariens,
http://www.megaupload.com/?d=WCR6IJ79
Thank You !

Similar Messages

  • Urgent help needed -in customizing an OAF page --adding new button?

    Hi,
    We are currently implementing an OAF based oracle application.One of the requirements that the customer has is to display an additional button on the page button bar available out of box in an OAF page. This button needs to be enabled/disabled based on certain conditions. Also when the button is pressed a pl/sql api needs to be invoked. I know through personalization a new button can be created in the page button bar. But how do we handle the logic behind the button? Can we extend the page level controller?Will this survive future upgrades? If not then what is the alternative?
    Please help!
    Thanks!

    You can follow the thread Calling PL/SQL Procedure for pl/sql call from controller example.
    --Shiv                                                                                                                                                                                                                                                                                   

  • Creation of new button on same page after insert command

    Hello All,
    I have an application running on apex.oracle.com where my workspace name is shruti_work,username is [email protected] and password is buwigi. The application name inside this is "app2"
    I am trying to achieve one functionality there but unable to get it so felt like seeking an help from experts here. I have two forms there one page1 form which is simplly made on an html region with go button which is navigating the page 1 items value to page 2 but simply passing their address witout updting the database table.
    In Page 2 i created page on a table or view, which made some extra buttons which i dont want like applychanges ,delete button, cancel button. I created a create button even which is updating my database with insert sql command. What i am seeing is after my create button is pressed i got navigated to same page 2 which i want to but the applychange button, cancel and delete button got appeared. I dont get the idea why it is so. i have checked the buttons even i didnt found anything there.
    All i want is when i press create button in page 2, my database get update and at the same page (2) a new button get appears which i have to use for other things. Approaching to this solution i created a button with giving databse action update and condition to this button "value of item in expression 1 is not null" and in expression 1 i passed p2_id...... but my new button is not getting created.
    Any help on this?

    Hi Jeff,
    I dont want applychanges button and delete button in my page 2. But when i created form on a table or view this but got created and i cannot delete it even. When i am navigating my page from page 1 to page 2 and filling the fields in page 2 and clicking create button, at that time i want after updating my table and running my plsql process which i have created which you can see in page processing, my button at same page get generate which i will use to navigate to other form. This button which i want to generate after clicking my create button will be meaningful only if my record get inserted in table. so that is why i want it at that time.
    I dont want any report so i am not creating form on a table or view

  • New button in lightbox?

    I am trying to add a button inside Lightbox to link to a PDF i created  and the link name would have [PDF Version] so when the button is clciked it would open a new window that would have the PDF in it.
    What i am trying to do as an overall objective is to create a lighbox style menu for the Website i am creating so when the Breakfast link is clicked on it opens a Lightbox group of images. Now i have already gotten Lightbox up i just need to put a link or new button linking to a PDF of the same page but something people can download i would prefer to have a Icon style custome button in the lower center of the lightbox kind of like this
    http://i1114.photobucket.com/albums/k528/jeepsguy/WildBoar_Sample.jpg
    The website i am working on is
    http://creationsmh.com/
    that is an old version of it,  but when u hover over the menu button u see breakfast lunch and drink links when each is clicked on right now they open up a Lightbox gallery with the abover format.
    Please help?

    Hello Kevin
    Two ideas come into my mind:
    (1) You have not selected any node in your ALV tree yet the toolbar function expects at least (exactly?) one node to be selected (NOTE: You may have selected an ITEM but not the node)
    (2) Perhaps you have used NODE_SELECTION_MODE = ..._MULTIPLE in the CONSTRUCTOR method and the control expects NODE_SEL_MODE_SINGLE
    Regards
      Uwe

  • How to add a new button in IC tool bar and handle the event for the button?

    Hi,
        I am working on CRM 2007 Interaction center. To add a new button to IC toolbar, customizing is available to define a new button and then assign in to the profile.
    In SPRO->CRM->IC webclient->Customer Specifc System Modifications->Define Toolbar Buttons, I defined one new button with ID ZSTART.
    Now in SPRO->CRM->IC webclient->Basic Functions->Communication Channels->Define Toolbar Profiles , I selected Default profileid and in Generic Layout Buttons Tab, I added the new button ZSTART in Position 3.
         So after completing the customizing when the user logs in using role IC_AGENT,  the button (with ID:ZSTART) gets displayed in the IC toolbar too.
          Now on click of this button, I need to create an object.
    To do so, I have to catch the event which is raised by this new button.
           Please let me how to implement the event handler for this new button. What will be the event name for this button click event and how I can subscribe for it ?
         Please let me know if anyone of you have already worked on similar requirements.
    Regards,
    Manas.
    Edited by: manas sahoo on Jul 22, 2008 7:49 PM

    Hello Manas,
    There are a couple of threads in the community that might help you out (if you haven't already found them):
    Re: IC Web Client Toolbar
    /message/3621917#3621917 [original link is broken]
    Regards,
    Renee Wilhelm
    Edited by: Renee Wilhelm on Nov 6, 2008 7:46 PM

  • How can I set a value in a field before create when a New button is clicked

    Hi,
    I am using
    JDeveloper 10.1.3.1.0.3984 and
    JHeadstart 10.1.3.1 release 10.1.3.1.26
    I have one group and there is a detail group under that group.
    From main group to detail group there are 3 field relating those groups.
    field1
    field2
    fieldSEQ (auto-generated by database trigger)
    These 3 fields are PK.
    In the detail group, there is a New button. So, when the New button is clicked, it tries to create the record with those 3 fields value as those are coming from main group. As a result it's giving the duplicate error as that record already exists in the table.
    But I don't want to create the record with that SEQ as that will be created in the trigger.
    How can I set the SEQ temporarily any no. (-1) before create when the New button is clicked?
    Can anybody help?
    Thanks
    Syed Jabbar
    University of Windsor
    Windsor, ON, Canada

    Hello Syad,
    What I would suggest is setting the sequence number at the creation of the entity object (so in the create() method) by using the database sequence. This way it will always be unique.
    So something like:
    protected void create(AttributeList AttributeList) {
    super.create(AttributeList);
    SequenceImpl sequence =
    new SequenceImpl("KCP_SEQ", getDBTransaction());
    setFieldSeq( sequence.getSequenceNumber());
    If this still does not solve it: please go to the ADF Forum since this problem is an ADF problem, not a JHeadstart problem.
    Regards,
    Evert-Jan de Bruin
    JHeadstart Team.

  • Create a new button in Financial Planning of the bucket

    Dear experts,
    We need to create a new button in the bucket financial information in order to when a user click on it, a report is executed, Does anyone know the steps needed to create the button and be showed in the bucket financial information?
    Thanks,
    Sara

    Hi Amit,
    Thank you ver much for your help. I tried this option and it works. The problem is this button is already configured at item level and we have no idea where is configured . We would like to retrieve it to copy in the bucket.
    It is not configured in the launchpad and it is not configured in the webdynpro, if it is not there where can be configured/developed?
    Is there any list of all buttons of the system?
    Thanks again for your help,
    Sara

  • Create a new button in a sap-standard-view WD4A

    In webdynpro for ABAP
    I have changed the text on an existing button in a sap-standard-view using configuration (change application configuration/go to component configurator/implicit configuration and then on the view-component change the text) it works perfect.....
    my next step is to create a new button beside the old one with a new text on it, I created a new button by using "enhance view" (I copied the existing button) the new button appears (so far so good) but when I go into the configuration to change the text on the new button (using configuration the same way I did when I changed the text on the existing button) I  cant find my new button in the view-component list....why can't I find it there so I can change the text?
    Can anyone help me this one?

    I don't believe that the Configuration tool picks up Enhancement Objects because of the way they are linked to the original component at Runtime. Why set the text using configuration?  You can control the text within the enhancement object.  Do you want different texts based upon multiple configurations?

  • DVDSP3 Won't Make New Buttons, Won't Open Project Files

    HELP!!!!
    The button editor in my DVDSP 3.02 stopped working after it opens a new project file. I mean, when you go to a menu and then hold down the mouse button and drag, nothing happens. It will not create any new buttons. Even if you drag a button template over and use the pop-up submenu. It will not create any buttons.
    Worse is what happens when I open an existing project file. Then it stalls forever at the "Loading Menus" point in the "Loading Project" dialog. It doesn't crash, it just stalls there forever. However, if I click "cancel" - THEN the app crashes.
    But it won't make buttons in the new project files it can open, and it won't open any existing project files. Very confusing.
    Here's what I know and have done to this point...
    If I watch this whole process in the Activity Monitor, here's what I see. I find that two apps named "DSPX_AEncoderServer" and "DSPX_EncoderServer" get hung (and turn red) when the "Loading menus" point is reached in the document load. Sometimes DVDSP will say it's hung, too, but not always.
    However, I found that my DVDSP app still runs flawlessly if I boot from my "clone" backup drive, which is how I'm still able to get work done currently.
    Back on my normal boot drive, all of the other Apple Pro apps still run perfectly - FCP, Compressor, A-Pack, etc. But not DVDSP.
    OK, here's a clue, but I don't know what it means. Two months ago, I had the logic board replaced on my G4. All the pro apps made me re-register. Then this DVDSP problem appeared out of the blue. Nothing fixed it that I could find. What made it finally go away was the timely arrival of a new Security Update to the OS via "Software Update." Installing that made the problem with DVDSP go away, for good.
    Not doing hard drive maintenance, repairing privleges, fully optimizing OS, Disk Warrrior, Norton DiskDoctor - none of them worked. But that Security Update showing up, installing, and then doing the post-install optimize fixed the problem. That time. Or maybe it didn't? Because...
    Two weeks ago the FW ports on the "new" logic board blew, just like the original, so AppleCare gave me a third logic board.
    Same deal as before with all the pro apps wanting to re-register because they are seeing a different serial number in firmware.
    Also, just like before, I have this trouble with DVDSP. But I can't fix it this time.
    In the past three days (two of which were really one "large" day with no sleep period in between) here's what I have done in an attempt to fix this, without success.
    I dumped the receipts for the DVDSP v3 installs and upgrades, then I reinstalled the DVDSP components from my original disc, and then reinstalled the online 3.02 upgrade. No go.
    I did all of the above, except this time I found an Apple TechNote on deinstalling DVDSP v2. So using that as a guide I did my best to delete the app and all its supporting files, as well as the install receipts, before doing a fresh install of the app and the v3.02 upgrade. No go.
    I did a plethora of hard drive and system maintenance thinking that perhaps some files had been misplaced, a hard drive directory corrupted, a bundle bit here or there un-set, a few system libraries de-optimized, various font and system caches corrupted, as well as numerous log files too filled up with "essential" data to run correctly therefore in need of deletion.
    Along with anything else I could think of based on my 20+ years of supporting Macs in a production environment. Again, no go.
    So I deleted all the DVDSP files and receipts from my boot drive again. Then I dumped all the install receipts for OS 10.3.9 and ran the "combo" version installer for that OS upgrade. Next I dumped the receipts for the Security Updates and reinstalled those. Then I did drive maintenance, OS permission fixing and optimizing. Then reinstalled DVDSP and friends. Still no go.
    But my version of the app that is on my backup hard drive that I cloned right before taking the Mac to the shop for the 3rd logic board still runs just fine. I boot off that drive (connected via Firewire) and DVDSP will run fine.
    I'm confused.
    Now I'm not inclined to spend a lot more time on this since my DVDSP 4 upgrade is due for delivery any day now, and I'm sure that will work OK. Especially since I'm planning on moving to Tiger at that point, too.
    But in the meantime, it sure would be nice to know what happened to my "regular" copy of DVDSP.
    Can anyone figure this out, or at least give me some new ideas on now to troubleshoot this?
    Apple Support refuses to help me because I'm still using an "unsupported" version of DVDSP. Even though I'm still using it because my purchased upgrade is being delivered via "media mail" - the US Postal Service's version of the proverbial "Slow Boat."
    That was a difficult and frustrating conversation withthe Apple Support rep, too, let me tell you. I've been a fan, user, customer, supporter, and evangelist for Apple hardware and software since 1984. But when that voice on the other end of the phone essentially told me that...
    a) if I was not using the latest and greatest version of the software, AND...
    b) if I was not willing to spend several hundred dollars each year on support fees...
    ...then I was basically on my own and they would not help me. Worse, they didn't care that I was an old and loyal customer, or that I was even a stockholder in the company. The support system essentially told me to get stuffed. Yee-e-e-ow!!!!
    I was especially mad about this because I have this nagging suspicion that this whole problem I'm having with DVDSP is somehow related to some kind of copy protection scheme that Apple has going on but doesn't talk about.
    I mean why did I need to re-enter the serial numbers for all my pro apps when I changed logic boards? Is my problem being caused by some Pro App component that knows enough to stop working when it thinks it's been bootlegged, but doesn't know enough to trigger a re-registration of itself.
    At this point, that idea is beginning to sound more and more plausible as the cause of my trouble.
    Anyway, this problem is seriously hurting my workflow. I'm out of ideas and I need some guidance from the collected wisdom of the forum to solve this problem.
    Thanks in advance.

    I didn't see anywhere that you had downloaded and
    installed the latest proApplication Support file. If
    you haven't, you should do this next:
    http://www.apple.com/support/downloads/proapplications
    upport31macosx1039.html
    Hal:
    I had reinstalled that ProApps Support version, but I hadn't done it since I deleted all the app files and such, then done a complete reinstall from the DVD.
    So I just downloaded it afresh, and then installed it. Then I restarted, and then repaired permissions with Disk Utility.
    Still no go.
    I'm bamboozled. I thought I knew something about this stuff, but I guess it's good to stay humble.
    However, my 5.1 studio upgrade just arrived in today's mail. I think I'm going to take a chance. I'm between projects right now. So I'm going to upgrade my OS to Tiger>then 10.4.6 upd. Then I'll take a shot at installing the new FCP Studio upgrade and see what happens.
    Any comments or advice? Otherwise, wish me luck. I'll let you know how this works out with a post here.
    Sure wish I could figure out what's going on with my DVDSP v3, though. I really HATE to leave unresolved problems hanging out there. Seems like they always come back to bite you again if you don't deal with them.
    Thanks for the help.

  • Extremely slow when clicking the Specified Order - New button.

    Post Author: cavenger
    CA Forum: Charts and Graphs
    I often use the specified order option on charts to group pieces of information together. When I click the New button for a new specitied order or if I try to edit an existing specified order, it takes forever for the dialog to come up. I have experienced this problem in both Crystal 9 and 10 installed on different machines. Is there some sort of option I am missing? Maybe something that tells it to query the database. I have no idea why it would do a query at that point, it is not like I am using a select list of options from a drop down where it would need to retrieve the values. The reason this is a problem is that it takes me forever to run reports when I am asked to an add hoc report that requires this sort of customization. VERY frustrating....TIA for all help.

    Post Author: RichardN
    CA Forum: Charts and Graphs
    I'm having the exact same problem.  I think what's most infuriating about this is after waiting several minutes for the "Specified Order" Tab to display, I have to wait several more minutes after I click on the New button.  This happens everytime I click the New button, and I have eight groups to create. 
    I'm using Crystal Report XI Release 2 on Vista with 2 GB of RAM trying to access a Progress database using an ODBC connection. 
    Is there ANYTHING I can do to speed this up?  Is it possible to use the "Formula Editor" to essentially write out the information the Group Options window is creating?
    Thank you,
    R

  • PLM_AUDITMONITOR New Button

    Hi There,
    I'd like to put a new button on the PLM_AUDITMONITOR detail screen, I've checked a number or BADis from the below list but none of them seem suitable, does anyone know if it is possible to add a new custom tab or button to an existing tab?
    /PLMPCV/QRM_LICENSE_AUDIT      BAdI: License Audit
    ARC_PLM_AUD_CHECK              Archiving Object PLM_AUD: Checks for Add-On-Sp
    ARC_PLM_AUD_WRITE              Archiving Object PLM_AUD: Archiving of Add-On-
    BADI_PLM_AUD_AUDIT_ROLES       Extensions to Roles in Investigations
    BADI_PLM_AUDIT_ACTION_TYPE     Definition of Action Types
    BADI_PLM_AUDIT_ALV             Changes to ALV Table in Audit Management
    BADI_PLM_AUDIT_DS              BAdI for Digital Signature
    BADI_PLM_AUDIT_LIITEM_SERVICE  Enhancements to List Items Services
    BADI_PLM_AUDIT_LIST_ITEM_TYPES Definition of List Item Types in Investigation
    BADI_PLM_AUDIT_OPTIONS
    BADI_PLM_AUDIT_STRUCTURE       Structural View for Investigations (Audit, FME
    BADI_PLM_AUDIT_TYPE            Context Menu Extension
    PLM_AUDIT_ACT_LINK             Audit: Linkage of Objects with the Corrective
    PLM_AUDIT_ALV_GRID             ALV Functions
    PLM_AUDIT_APPEARANCE           PLM Audit Management: Determine Display of Aud
    PLM_AUDIT_ATTRIBUTES           PLM Audit Management: Process Attributes of Au
    PLM_AUDIT_AUO_UPDATE           PLM Audit Management: Create, Change, and Dele
    PLM_AUDIT_AUP_UPDATE           PLM Audit Management: Create, Change, and Dele
    PLM_AUDIT_AUTH_CHECK           Activities in Audit Processing
    PLM_AUDIT_BATCH_JOBS           Scheduling of Background Jobs
    PLM_AUDIT_CALCULATE            Calculation/Valuation of an Audit
    PLM_AUDIT_COR_UPDATE           PLM Audit Management: Create, Change, and Dele
    PLM_AUDIT_GOS                  PLM Audit Management:Generic Object Services -
    PLM_AUDIT_HELP_LINKS           PLM Audit Management: Enhancement for Maint. o
    PLM_AUDIT_IDENTIFIER           Identification of Objects in Audit Management,
    PLM_AUDIT_LAST_GET             Flexibilization of "Display Last Associated Au
    PLM_AUDIT_OBJECT               PLM Audit Management: Audit Object Enhancement
    PLM_AUDIT_QUEST_CONT           Controlling Procedure for Audit Questions
    PLM_AUDIT_QUEST_COPY           Assignment of Question Lists to Audit
    PLM_AUDIT_QUN_UPDATE           PLM Audit Management:Create, Change, and Delet
    PLM_AUDIT_SAP_TXT              PLM_AUDIT_SAP_TXT   Detach Long Text Managemen
    PLM_AUDIT_SEARCHHELP           Enhancement for Search Helps
    PLM_AUDIT_SIGNATURE            Provide Signature for Audit
    PLM_AUDIT_STATUS               PLM Audit Management: Audit Component Status M
    PLM_AUDIT_TEXT_ID              PLM_AUDIT_TEXT_ID   Definition of Text Types P
    PLM_AUDIT_XML                  XML Generation

    Have you looked at how SnippetRunner in the SDK implements the control strip for it's panel? It appears to me all the widgets are just regular widgets put in a ErasablePrimaryResourcePanelWidget, where its binding is set to kBindBottom | kBindLeft | kBindRight,. And of course, you want to specify the ErasablePrimaryResourcePanelWidget is in the bottom of your panel.
    thanks!
    lee

  • Export internal table to Excel file pressing a new button created in ALV

    Hello, I am trying to implement the functionality to export to excel file inside a button that i have created into my ALV. I don't want to use FileDownload UI.
    The code I have set for event handler of this button is the following:
    METHOD attach_files .
      TYPES:
        BEGIN OF tipo_alv_tab,
          tipod    TYPE objid,
          descd   TYPE p1000-stext,
          begda   TYPE begdatum,
          endda   TYPE enddatum,
          pernr     TYPE pernr_d,
          nombre  TYPE ad_namefir,
          email     TYPE ad_smtpadr,
          posicion TYPE p1000-stext,
          uodesc   TYPE p1000-stext,
        END OF tipo_alv_tab.
      DATA:
        i_alv_tab    TYPE TABLE OF tipo_alv_tab,
        conv_out     TYPE REF TO cl_abap_conv_out_ce,
        content      TYPE xstring,
        lv_filename  TYPE string,
        xml_out      TYPE string.
    Fill values from memory
      IMPORT name1 TO i_alv_tab  FROM MEMORY ID 'ZCA'.
    Build XML file with internal table information
      CALL TRANSFORMATION ('ID') SOURCE tab = i_alv_tab[] RESULT XML xml_out.
    Build XSTRING with XML
      CALL FUNCTION 'CRM_IC_XML_STRING2XSTRING'
        EXPORTING
          instring   = xml_out
        IMPORTING
          outxstring = content.
    Format XSTRING
      conv_out = cl_abap_conv_out_ce=>create( encoding = 'UTF-8'  ).
    Convert data
      conv_out->convert( EXPORTING data = xml_out IMPORTING buffer = content ).
    Save file
      CALL METHOD cl_wd_runtime_services=>attach_file_to_response
        EXPORTING
          i_filename      = 'Excel File.xls'
          i_content       = content
          i_mime_type     = 'application/msexcel'
          i_in_new_window = i_in_new_window
          i_inplace       = i_inplace.
    ENDMETHOD.
    When pressing the button, the file created is without extension, and with a rare name. When trying to open the file, it seems to be corrupted.
    Does anyone know what am I doing wrong???
    Please, help is really really appreciated!!!!

    Hi Jorge,
    The export data to excel functionality is available inbuilt in ALV and you dont have to write any implementation. However, if you want to create your own button for it, you can do so as below.
    data:
    lr_button type ref to cl_salv_wd_fe_button,
    lr_function type ref to cl_salv_wd_function.
    CREATE OBJECT lr_button.
    lr_button->set_text( 'Export to excel' ).
    lr_button->set_tooltip( 'Export data to excel' ).
    lr_function = l_alv_model->if_salv_wd_function_settings~create_function( id = 'EXCEL' ).
    lr_function->set_function_std( IF_SALV_WD_C_STD_FUNCTIONS=>EXPORT_EXCEL ).
    lr_function->set_editor( lr_button ).
    Now, you have created your own button, created a user defined function for the ALV and set this button as editor for the function. And using the set_function_std method, we have just mapped the functionality of your new button to the existing export to excel functionality in ALV.
    Hope this is what you are looking for.
    Regards
    Nithya

  • To put a new button in std Device master data (transaction IQ03)

    Hello Experts,
    Can you tell me how cqn i add a new button in the Std Device master data,transaction IQ03,IQ02 etc.
    I got an exit menu exit +ZUD and function exit EXIT_SAPLIPW1_003 but dont know how to use it.
    is there any customising where i can make the button visible in the transactions.
    Regards,
    Bigy

    Hi Iulia,
    I created implementation for the Badi EQUI_SCR_03. This is will bring up
    a new tab in the Device/Equipment master.
    You can check in system E5M/300.
      I Implemented methods : INIT_SCREEN, PUT_DATA_PBO.
      In the subscreen tab of Badi I gave my subscreen name and screen number.
    Hope it helps
    Regards,
    Bigy

  • How do I set up a new button on the button bar?

    I was used to previous versions of A/Works in which you just needed to create a macro. In the latest version, it's not so simple. Could someone let me know, preferably in words of one syllable (lol), the steps to take to set up a button. I want a double underline one, it's so frustrating not having one as I use it all the time.
    Any help gratefully received!
    Thankyou
    Marianne
    Mac Pro   Mac OS X (10.4.9)  

    In the Finder, choose New Finder Window from the File menu, and then locate and click on the item in the sidebar named Applications. Next, open the AppleScript item inside, find the Script Editor application, and double-click it. Copy and paste the following text into it up to the second blank line following:
    tell application "AppleWorks 6"
    set style of selection of document 1 to {class:text style info, on styles:{double underline}}
    end tell
    Press the Command and S keys, choose Application as the File Format, and click Save. Open AppleWorks and click on the AppleWorks menu, followed by scrolling down to Preferences and clicking on Button Bar. Find and push the New button, choose Launch Application from the Action drop-down menu, click Choose, locate the script, and click OK.
    (20382)

  • HAP_START_PAGE_POWL_UI new Buttons in the ALV Control

    Hello,
    we use the POWL-Querry for perfomance management.
    I wanna create a new button the the ALV-Table and this button should open a new WD with a PDF-File.
    I created the Button already and i see the Button in my ALV Table. But if i press the Button nothing happen.
    Do i have to customize the launchpad in the transaction LPD_CUST?
    I tried it with an enhancement in the controller of the WD
      ELSEIF ls_powl_params-value = 'zshowpdf'.
        READ TABLE event_parameters INTO ls_powl_params WITH KEY key = 'URL'.
    Create the parameter table with the required values to generate the url.
        CLEAR ls_parameters.
        ls_parameters-name = 'MODE'.
        ls_parameters-value = 'X'.
        APPEND ls_parameters TO lt_parameters.
        CLEAR ls_parameters.
        ls_parameters-name = 'WDACCESSIBILITY'.
        ls_parameters-value = wd_this->l_accessible.
        APPEND ls_parameters TO lt_parameters.
    my own WD
        CLEAR ls_parameters.
        ls_parameters-name = 'WDCONFIGURATIONID'.
        ls_parameters-value = 'ZAIF_AIP2_PDF_VIEW'.
        APPEND ls_parameters TO lt_parameters.
        wd_this->lt_params = lt_parameters.
        wd_this->url = ls_powl_params-value.
        wd_this->display_document( ).
    I hope someone can help me with this problem.
    best regards
    jens

    If you did a search of this forum using the name of the WDA app you are considering:
    [Search of forum for HAP_START_PAGE_POWL_UI_ESS|http://forums.sdn.sap.com/search.jspa?q=HAP_START_PAGE_POWL_UI_ESS&objID=f249]
    I think you would find several posts where I and other have provided this information in the past.
    Re: help in finding view corresponding to application etc.
    Please do follow the forum rules and search before posting!
    Thanks,
    Chris

Maybe you are looking for

  • How can you unload your iphone contacts to a computer

    When I purchased my phone from ATT, they copied my contacts from my existing phone memory card to the new iphone.  When looking in the iphone, the names aren't first and last, they're just one name so instead of 'Bob Jones' it came as  'Jones;Bob/H 

  • Help with Servlet - JSP Newbie

    I'm trying to teach myself jsp. I've created a couple of classes to do my data I/O. I have a form to collect user data and the page the form posts to should write the data to a text file. When I run the form and form handler the data is presented bac

  • 4.1EA2 User-Defined-Report strips CRLF when using PL/SQL DBMS Output

    Hi, I have a report with a child report. That child report uses pl/sql to print to the screen. (dbms output) When i use the procedure manually it prints fine. When i copy this output to a text editor i can see the CRLF in there. If i call the same pr

  • New in adobe

    I just download ade then what's next to make work. I only want to read ebooks from the county library better the pdf becouse I like pictures (ilustrations) and colors so do I need ade or overdrive read is enaght. after download do I need run the inst

  • Migrated CS4 to new iMac - am getting error code 150:30

    Have migrated all my programs to a new iMac - none of the CS4 programmes will launch.  I get the message ' Licensing for this product has stopped working' following the advice on Adobe's site, I downloaded the License Recovery tools but get the messa