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

ABAP view problem in eclipse

former_member554223
Participant
0 Likes
4,833

Hello All

I am trying to run my abap tcode through Alt + 8 but whenever i gave se80 its showing nothing not even my program selection screen is not appearing, below is the screenshot

I have installed all the ADT tools on my eclipse.

Kindly guide me what is the problem, TIA.

1 ACCEPTED SOLUTION
Read only

former_member554223
Participant
4,041

Thanks everyone problem is solved by installing

Microsoft Visual C++ 2010 Redistributable Package (x64)

It is not installed during sap gui after installing it sap gui is opening in eclipse now

9 REPLIES 9
Read only

former_member1716
Active Contributor
4,041

aizysyed,

To clarify the difference between F8 and Alt+ F8.

When you you press F8 from a ABAP program in eclipse then system will execute the current program in ABAP application Platform.

When you press Alt+F8 from a ABAP program in eclipse system will open a pop up window where you have to enter the program name or t-code you wish to execute.

If you are trying to execute the current program just press F8 alone, in case you want to run a different T-code give the T-code in pop up that comes for ALT+F8.

When you say you have given SE80, it will open the t-code SE80 which is the object Navigator.

First Check if SE80 is opening in ABAP GUI, if its fine there then it will open in Eclipse as well.

If you are still facing the issue let us know what is the sequence of steps you perform and let us know the issue you face.

Regards!

Read only

0 Likes
4,041

Hi Satish thanks for your reply.

I have checked the tcode SE80 it is opening in ABAP GUI but not in eclipse.

I press Alt+F8 and then give the tcode SE80 but it still showing that blue blank screen

The steps I followed

1) I installed eclipse 2019-09.

2) then I installed ADT tools

3) I created the abap object

4) then I trying to execute abap tcode but its showing nothing

Read only

0 Likes
4,041
aizysyed,For now you can directly execute F8 and run your ABAP object.Regarding the SE80, Check if your ABAP application in eclipse is working fine. You try opening different transaction through ABAP application.Worst Case try reinstalling the Eclipse tool, restart your machine and then start using it.Regards!
Read only

Nawanandana
Active Contributor
0 Likes
4,041

i'm not sure what is your version , but just try bellow

You can run this program in background. SRIS_PROG_TADIR_INDEX_UPDATER then try it. OR you can press <f5> on the empty starting screen.

Read only

Sandra_Rossi
Active Contributor
0 Likes
4,041

What if you run the program via the context menu Run as ABAP in the project view (top left)?

Read only

vineet_gupta3
Participant
0 Likes
4,041

Check SU53 to see if their is Authorization issue blocking execution of transactions from eclipse.

Read only

former_member554223
Participant
4,042

Thanks everyone problem is solved by installing

Microsoft Visual C++ 2010 Redistributable Package (x64)

It is not installed during sap gui after installing it sap gui is opening in eclipse now

Read only

former_member554223
Participant
0 Likes
4,041

Thanks everyone problem is solved by installing

Microsoft Visual C++ 2010 Redistributable Package (x64)

It is not installed during sap gui after installing it sap gui is opening in eclipse now

Read only

former_member291756
Discoverer
4,041

Same issue, but Microsoft Visual C++ 2010 Redistributable Package (x64) is installed already.