cancel
Showing results for 
Search instead for 
Did you mean: 

WebDynpro Problem - Importing Project from tutorials

sarah_bavousett
Participant
0 Kudos

I am trying to gothru the tutorial Accessing ABAP Functions in Web Dynpro (4).

I have downloaded and unzipped the zip file 4TutWD_FlightList.zip

When I try and Import a project,

It finds the Project TutWD_FlightList_init, I am able to select the project, but then I recieve a error

"Errors importing Projects

Error message: Invalid project description.

I have tried other project tutorials off SDN and get the same error.

Accepted Solutions (0)

Answers (1)

Answers (1)

luciano_leitedasilva
Contributor
0 Kudos

Hi Sarah,

Try extract TutWD_FlightList_init and rename it to TutWD_FlightList_init.zip and extract again.

In Developer Studio, try go at File>Import>Import Project from File System> TutWD_FlightList_init folder extracted

Best Regards,

Luciano

sarah_bavousett
Participant
0 Kudos

Luciano,

I have tried the File>Import>Import Project from File System>

I am able to get the project created but none of the other structure is being built. The application,controller, views and window are all missing. I have tried to rebuild the project and I have tried to repair the project. No errors but no project structure either. I was a little confused by your suggestion to extract and then extract again. I have no files in the TutWD_FlightList_init.zip to extract again.

Also in the directory structure I have the files for the project such as...

project --> ProjectProperties.wdproperties

application --> FlightListApp.wdapplication

resultview--> ResultView.wdview , ResultView.wdview.xlf

controllers --> SearchView.wdcontroller

Any other suggestion would be appreciated,

Thanks,

Sarah

Former Member
0 Kudos

Extract zip-file to folder e.g. c:\tutorials\TutWD_FlightList_init.

File -> Import... -> Existing Project into Workspace

Next

Project Contents... -> Browse...

Goto folder containing ".project" file

Finish.

Armin

sarah_bavousett
Participant
0 Kudos

Armin

I get the project created using this option, no errors, but I do not get any of the project structure,

My project file is located in the directory TutWD_FlightList_init along with other files from the extract that related tothe application, controller ,views etc.

Thanks for your suggestion,

Sarah

Former Member
0 Kudos

Switch to "Navigator", select project root, press "F5" (refresh).

Back to "Web Dynpro Explorer", select project root -> right-click -> Rebuild Project.

Does it help?

If not, open view "PDE Runtime -> Error Log" and observe if any exceptions are thrown.

Armin

sarah_bavousett
Participant
0 Kudos

Armin

The only output I got in the Error log was informational,

thanks for your suggestions

sarah