‎2020 Jan 03 11:37 AM
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.

‎2020 Jan 06 9:34 AM
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
‎2020 Jan 03 12:28 PM
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!
‎2020 Jan 03 12:57 PM
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
‎2020 Jan 05 6:37 AM
‎2020 Jan 03 2:31 PM
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.
‎2020 Jan 03 3:03 PM
What if you run the program via the context menu Run as ABAP in the project view (top left)?
‎2020 Jan 03 3:53 PM
Check SU53 to see if their is Authorization issue blocking execution of transactions from eclipse.
‎2020 Jan 06 9:34 AM
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
‎2020 Jan 06 9:34 AM
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
‎2020 Oct 02 6:13 AM
Same issue, but Microsoft Visual C++ 2010 Redistributable Package (x64) is installed already.