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 -> project

New Project

Select the ABAP Project

Project

Now click on Browse to check the valuable connections.

New ABAP Projects

now Click on Define Manually radio button and insert the Properties of connection 

Insert Connection


now enter the login client , user and password which is provided to you by SAP basis team.

Login

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

open Perspective

Coding ABAP in Eclipse Luna Navigation

new Project

open Eclipse and click on file -> new -> ABAP program

ABAP Program

Enter the required information like Project name, Packages , Name and description and click next

description


  • 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.



Hello world


Comments

Popular posts from this blog

SAP ABAP SELECT STATEMENT

SAP ADOBE FORMS

ABAP AUTHORIZATION CONCEPT