SAP ERP ABAP DEVELOPMENT TOOLKIT (ADT) NAVIGATION in Eclipse Luna
Connecting to SAP ERP system in Eclipse Luna
open Eclipse Luna click on file -> new -> projectSelect the ABAP Project
Now click on Browse to check the valuable connections.
now Click on Define Manually radio button and insert the Properties of connection
now enter the login client , user and password which is provided to you by SAP basis team.
Since we are creating an ABAP project this will open a ABAP perspective. Perspective gives you an option to work in different areas of Eclipse, Now you are ready with your project and connected to your box
Coding ABAP in Eclipse Luna Navigation
open Eclipse and click on file -> new -> ABAP program
Enter the required information like Project name, Packages , Name and description and click next
- Select a transport request / create a new request/ or enter a request number.
- In $TMP package, it is not needed to use a request number
- You are now ready to code and launch in Eclipse Luna!
- Enter a write statement as per the example and execute by pressing F8.
Comments
Post a Comment