Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Display Object List in Eclipse

Former Member
0 Likes
2,897

Hello Experts,

is there a feature similar to the SE80 function Display Object List available in Eclipse?

I always liked this feature in SE80 since it would show you all elements in your current development object (fields, screens, GUI status). And most importantly, you had the possibility to easily navigate to the parent objects (function groups/packages). This is very helpful to see which other objects are related to your current dev object.

I really like Eclipse so far, but this is something I still miss.

Thanks a lot

Rainer

1 ACCEPTED SOLUTION
Read only

ThFiedler
Product and Topic Expert
Product and Topic Expert
1,837

Hi Rainer,

maybe Link with Editor will be your new friend.

Enable it via the button with the two yellow arrows in the project explorer view.

Regards,

Thomas

3 REPLIES 3
Read only

former_member183045
Contributor
0 Likes
1,837

I think the outline view comes close to your needs (ABAP Development Tools Tutorials - Working with Outline View).

But especially old GUI techniques, like dynpro are not supported in the Eclipse environment, thus I am afraid that not all your desired objects are shown there.

Status gui, text elements and screens in Abap i... | SCN

Hope it helps,

Andreas

Read only

ThFiedler
Product and Topic Expert
Product and Topic Expert
1,838

Hi Rainer,

maybe Link with Editor will be your new friend.

Enable it via the button with the two yellow arrows in the project explorer view.

Regards,

Thomas

Read only

Former Member
0 Likes
1,837

Thanks Andreas, Thomas.

The Link with Editor function is exactly what I was looking for!