How to implement a view or access implementation file in webDynpro?

Hello,
I'm actually working on developping a simple component with webDynpro, enabling user to fill two inputfields and send the answers by clicking on a button. The problem is when i'm trying to open the view with java editor, i get the error:
"The implementation file for ...View was not found and the implementation editor could not be opened" plus possible explanations for the problem not very helpful. I thought that when i'm adding methods and events, there is a file that is generated. And if not, how will i implement my methods?
Cheers.

Hi,
Assuming your installation of the NWDS was successfull.
You can right click on your project and select repair class path and project structure.
If this doesnt help, try to create a new project in different workspace.
Regards
Ayyapparaj

Similar Messages

  • In the jspdynpage how to implements file download!!!!

    in the jspdynpage how to implements file download!!!!
    in the portal's view i need to implements download file like *.xls,i don't know how to do. and if servlet can be used in the portal application!
    Edited by: xuhuanjun on Apr 8, 2009 9:57 AM

    Hi,
    Check the below thread that will help you.
    How to get a file download window using URL component in HTMLB/JSPDynpage
    Raghu

  • How can I rotate view of a pdf file, like in earlier versions?

      How can I rotate view of a pdf file, like in earlier versions?

    Adobe Reader Touch (Windows Store app with "Modern" UI) for Windows 8 is a relatively new product, which was introduced in December 2012.  Adobe Reader XI, X, or older is a completely separate product - a traditional desktop app with classic UI.  The desktop version has been available in the market for 20 years (!!) and it does not share any common components with Adobe Reader Touch.
    Adobe Reader Touch does not support page (view) rotation yet.
    For Windows 8, you can download and install Adobe Reader XI from the link below.
    http://get.adobe.com/reader/enterprise/
    For Windows RT, you can use Microsoft Reader (built-in PDF viewer), instead.

  • I'm about to transfer the contents of my existing HDD in my (dead PSU) iMac to another computer. I'm just wanting to know if and how I will be able to access my files and documents from the old hard drive once I've made the backup?

    I'm about to transfer the contents of my existing HDD in my (dead PSU) iMac to another computer. I'm just wanting to know if and how I will be able to access my files and documents from the old hard drive once I've made the backup?

    You are not going to be able to run your old system from the backup on this old computer as the hardware is incompatible.
    You need to get a new computer or a refurbished one.

  • How to implement paging in webdynpro jave based on search criteria.

    Hi All,
    In a requirement I need to implement paging in webdynpro java development.
    I successfully did it when there is no search criteria is available i.e webdynpro fetched all data from the BO object and I did it using a "indexNO" (unique serial no from 1,2,3,4.....) field available in BO object.
    But when there is search criteria available , i.e the data to be fetched from the BO based on some specific field , at that time the "indexNo"  field of all data fetched based on search criteria are discrete i.e not continious. In that case how to implement the paging concept.
    I am using CE version 7.1 EHP 1.
    Thanks in advance
    Srikanta Satapathy

    Hi,
    If you go to your VO and generate the ViewObjectImpl, in there you can create a method which will contain two parameters, 1 the attribute name and 2 the value.
    Then you can follow something like explained in this post:
    ADF Tutorial: How to apply bulk actions to a view object rows
    The only difference is that you will need to create a method like this:
    public void updateAttribute(String attribute, Integer value){
            RowSetIterator iter = createRowSetIterator(null);
            while (iter.hasNext()){
                Row row = iter.next();
                row.setAttribute(attribute, value);
    Then you expose that as a client interface and then after you filter your table by your criteria you just need to execute this method passing the right parameters.
    Regards

  • How can I see who has accessed my files?

    I was recently on an open network and saw that a few of my files had been accessed. Is there a way I can see who?

    Well, it sounds like you have security problems, but the short answer to your original question is no, it's not possible to tell who accessed the files. Disable file sharing unless you really need it. If you do need it, disable guest access. When you're on an untrusted network, definitely disable it, or activate the Firewall and block all incoming connections.

  • How to implement File to jdbc scenario

    Hi Guys,
               I am implementing a scenario where in data is passed from File to the database. I have completed the file adapter configuration part. now how do I implement the jdbc adpter part?
    Which database can I use for testing on the local machine?
    Can i download and use any database?
    If i want to use Access as a database what all settings do i need to do in access and Xi?
    Regards,
    Ashish

    Hi,
    This might help you
    /people/sap.user72/blog/2005/06/01/file-to-jdbc-adapter-using-sap-xi-30
    /people/siva.maranani/blog/2005/05/21/jdbc-stored-procedures
    /people/saravanakumar.kuppusamy2/blog/2005/01/19/rdbms-system-integration-using-xi-30-jdbc-senderreceiver-adapter
    /people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3867a582-0401-0010-6cbf-9644e49f1a10
    Regards
    Agasthuri Doss

  • How to implement logoff in Webdynpro using UME

    Hi all.
    I am ken from Shanghai, China.
    These days I am developing WebDynpro in WebDynpro Develop Studio ver 2.0.12
    When I want to put security in my webDynpro application, I use UME to wrap the security authetion.
    My webdynpro requires user to input username and password to acess my webdynpro application, but there is no ' log off ' function in my webdynpro application.
    How can I implement ' log off ' function ?
    log off function is the function to let user log off from current session.

    Web Dynpro components generally are deployed and run within EP, which provides you with the log off button.
    If you still require that a log off button be present in the Web Dynpro application then there are a lot solution described in this forum.
    Forcing Log Off..
    I think this link should serve the purpose.
    Regards,
    Noufal

  • How to implement File Upload/DownLoad in OA page

    Hi All
    I have to implement the File download feature of OA Framework in my Custom OA page when i click the button.
    In developer's Guide i gone through this but i did'nt get what to set in
    File View Attribute,
    File Name Override,
    File MIME Type,
    and View Attribute
    Please Suggest
    Best regards

    The information is there in the dev guide
    File View Attribute - The view attribute that maps to the column that stores the file content.
    File Name Override - The file name to save to when you select the File Download link and choose the Save option in the File Download window to save the file. The default file name that appears in the File Name field of the Save As dialog window is derived from the value returned from the view
    attribute specified by the View Attribute property. The value of the File Name Override property overrides that default file name and is especially useful if the view attribute returns instructional text, such as "Click on this link to download the file". If the File Name Override property is not defined, then
    the file name to save to is the value returned from the view attribute.
    File MIME Type - The MIME type of the file. See the Runtime Control example below if you do not want to specify a static value for this property.
    Data Type - The data type of the File View Attribute. The BLOB datatype is now supported for File Download as of OA Framework 11.5.10D.

  • How to implement File lastmodified to compare IF FILE IS Modified ?

    rgds,

    Hi
    I dont understand your question properly, but I guess U wanna see if a file(on your local system) has been modified or not, while specifying a given time. What I mean is if you have a function say "ismodified(Date d)" means that "Is the file modified after d?". Is that what you mean?
    Then you have to write your own class that extends File say MyFile that has this particular function.
    class MyFile extends File
    public boolean isModified(Date d)
    Date now = new Date();
    long present = now.getTime();
    long lastmodified = this.lastModified();
    if(present==lastmodified)
    return false;
    else
    return true;
    I am not sure if this is what you are looking for.
    Cheers
    -Uday

  • How do I give team members access to Files and Apps in CC for Teams?

    I have 2 seats, myself and a coworker.  Coworker cannot see the files I have stored.  How do I manage file access or assign apps?

    Hi Josh,
    You would have to share files with the process described at the bottom of this document:
    http://helpx.adobe.com/creative-cloud/help/sync-files.html
    -Dave

  • How to set path of MS-Access databse file dynamically in crystal report

    i have windows application and crystal reports and access database.when i connect crystal report to database through followingpath like
    \\machinename\FolederName\AccessDBFile.mdb..here machine name is my machine name(i.e:PCNAMe).but when i will deploy this application on cliet machine then how i can set the path to crystal report with his machine name dynamically..or is
    there any other provision to do this so that i can set it dynamically.
    one more thing i want to tell you is that i wwant to share database on multiple machines so how can i do that.

    Hello,
    Crystal reports is for a long time not anymore supported by Microsoft. 
    Moreover for sure not in this forum for api's components and classes for the user interface Windows Forms
    Try direct the SAP community for Crystal reports for .Net
    http://scn.sap.com/community/crystal-reports
    Success
    Cor

  • How do I get iTunes to access music files on external hard drive?

    We moved all of our music to an external hard drive. The hd is always on and I connect to it wirelessly. I don't know how to get iTunes to use the library that is on the hard drive, can anyone help me please.

    iTunes expects to find its library in the ./Music/iTunes folder. To get iTunes to see music on another drive, you first have to create the library on your internal drive. Once you've done that, you copy the iTunes folder over to your external drive, and redirect iTunes to that drive, using an alias. (I originally did this in Tiger and it continues to work fine in Leopard. I don't know if doing it originally in Leopard would make any difference.)
    Note: If your external drive library is already too large for your internal drive, simply use as much of it as you can to create the original library on your internal drive. You can add the rest of it once you've got iTunes looking at the external drive. In this case, remember to name any "iTunes" folder on the external drive to something else, so you don't erase everything in the following procedure.
    Load up as much music as you can on your internal drive, making sure it appears in iTunes.
    Quit iTunes and copy the iTunes folder from your internal drive to your external drive (be sure you don't erase whatever's already on the external drive). Copying that folder to the root of the external drive is OK.
    On your internal drive, rename the 'iTunes" folder to something else (like orig_iTunes) -- or move it out of the Music folder.
    Open your external hard drive to the directory containing your iTunes folder.
    Cmd-Option drag the iTunes folder from the external hard drive to the internal hard drive Music folder, creating an alias in the internal drive's Music folder.
    Launch iTunes. You should now see the music from the external hard drive. If necessary, you can now add back any missing music, and it will automatically create the necessary music and library files inside your iTunes folder on the external drive. Once you've got them all added, you can delete both the orig_iTunes folder, and the folder on your external drive that served as the source for adding your library back in.

  • How to save html code  into a html file in webdynpro

    Hello Everyone!
    I want create a html page in WebDynpro,
    example :
    String mystr = "<html><head><titile>This is a text</title></head><body> this is body</body></html>";
    I want create a html page and save this to the *.html page , how can i to do ?
    thanks!

    HI! sowmya&Satya
    1st:
    I use method (File>new>file.) create a html under my project . but when I swith web dynpro perspective,  can't found the html file under my current project ?
    2nd:
      public void onActionInputToHtml(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionInputToHtml(ServerEvent)
        String mystr = "<html>.............</html>"
        //@@end
    how to input "mystr" to the html page which I have create in 1st step ?
    3rd :
    how to display the html page In IE when run my project program ?
    Thanks!

  • How to download data in Word or Excel file from webdynpro?

    Hello everybody,
    In my webdynpro application, I want to download my Table control data in word or excel file. Is there anyway to do this?
    Thanks in advance,
    Bhavik

    I am sorry.Please ignore this reply
    Please go through the following
    downloading internal table contents to excel sheet
    Regards,VIP
    Message was edited by: Anilkumar Vippagunta
    Message was edited by: Anilkumar Vippagunta

Maybe you are looking for

  • Submit background job in APEX -- count on all_jobs return shadow jobs.

    Hi, I am trying to submit a job in APEX. The setups are as below: On Submit - After Computation and Validations Run Process: Once Per Page Visit Process: DECLARE v_instance_cnt NUMBER; job_no NUMBER; BEGIN SELECT COUNT(0) INTO v_instance_cnt FROM use

  • Unify, apache2, php issue

    I hope this is a correct place to post this question. I have a oes running on sles 10 sp 2 srvr. The organization that I work for has contracted with a webdevloper to author a new site. The developer needs to have Unify running from the public folder

  • Images in Premiere = blurry

    Hey, So I've made a video in premiere, I get to the finish line and then I get hung up by the credits. I made some images in Photoshop to create the credits/logo, but when I import those into premiere they are blurry. This isn't so noticible with a p

  • Is there a way to lock.....From Itunes?

    a stolen ipod from itunes? or something like that

  • Zoom In/Out Funda

    Hi Everybody ! I am just new this forum. I am working on a project which creates some drawing on the JPanel using Polygon class and now what I need is to zoom In and Zoom Out that Image. I have made that concept of zoom In and Zoom Out by Scaling Con