Application Development 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: 

Views which i created in Eclipse are now opening in standard SAP rather than in eclipse.

vimal
Active Participant
0 Kudos

Hi,

I have created views in Eclipse. And I created them in eclipse but now when I try to open ,they are opening up in std. SAP.

Any solution for this. Am I missing something? following is the screenshot

Please provide steps to resolve this.

Thanks,

Vimal

1 ACCEPTED SOLUTION

ThFiedler
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Vimal,

the reason is that you are opening the generated DDIC View in your case.

From every DDL source a standard DDIC view is generated that can only be displayed in SAP GUI transaction SE11.

What you have to do is to open the DDL object in the folder "ABAP DDL Sources".

Regards,

Thomas.

3 REPLIES 3

ThFiedler
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Vimal,

the reason is that you are opening the generated DDIC View in your case.

From every DDL source a standard DDIC view is generated that can only be displayed in SAP GUI transaction SE11.

What you have to do is to open the DDL object in the folder "ABAP DDL Sources".

Regards,

Thomas.

vimal
Active Participant
0 Kudos

Hi Thomas,

Thanks for quick reply.

I can see the folder "ABAP DDL Sources" but still confused on how to open DDL object in ABAP DDL sources.

I tried right-click on View->"Open With" but still couldn't find the option to open it with DDL Sources.


Thanks,

Vimal

ThFiedler
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Vimal,

you have to double-click on ZDDL_TEST2 oder ZTEST_DDL_SOURCE.

I guess that these DDL sources beong to the two generated views.

Regards,

Thomas.