使用Eclipse开发ABAP程序

qiuag.com_2017-08-17_12-56-00

本文作者: GavinDong

版权属于: GavinDong博客

文章链接: https://gavindong.com/1306.html

如果使用过程中遇到问题,可 **点击此处** 交流沟通。

版权所有,转载时必须以链接形式注明作者和原始出处及本声明。

(0)

回复 ag

登录后才能评论

评论列表(4条)

    • ag的头像
      ag 2017.11.23 10:18

      @ag注意一点,eclipse安装NEON版本的,不要安装最新版,SAP有些插件不兼容最新版的eclipse。

  • ag的头像
    ag 2017.08.19 07:56

    注意一点,你本机要设置一下自己的hostname,否则会报hostname找不到的错误;

    此外,本机必须安装GUI并配置好系统链接,eclipse新建项目的时候是直接调用GUI里的配置的!

    参考:

    Last login: Fri Aug 18 23:41:51 on ttys000

    gd:~ dongjiajun$ sudo vim /etc/hosts

    Password:

    gd:~ dongjiajun$ hostname

    gd

    gd:~ dongjiajun$ sudo vim /etc/hosts

    gd:~ dongjiajun$ hostname

    gd

    gd:~ dongjiajun$ cat /etc/hosts

    ##

    # Host Database

    #

    # localhost is used to configure the loopback interface

    # when the system is booting.  Do not change this entry.

    ##

    127.0.0.1 localhost

    255.255.255.255 broadcasthost

    ::1             localhost

    127.0.0.1 gd

    gd:~ dongjiajun$ 

  • ag的头像
    ag 2017.08.19 07:23

    https://tools.hana.ondemand.com/#abap

    ABAP Development Tools for SAP NetWeaver

    This site describes how to install and update the front-end components of ABAP Development Tools for SAP NetWeaver (ADT).

    It also provides you with detailed information on how to prepare the relevant ABAP back-end system for working with ADT.

    Prerequisites

    Component Prerequisite
    Eclipse Platform Oxygen (4.7)
    Operating System
    • Windows 7/8/10, or
    • Apple Mac OS X 10.10, Universal 64-Bit, or
    • Linux distribution
    Java Runtime JRE version 1.8, 32-Bit or 64-Bit
    SAP GUI
    • For Windows OS: SAP GUI for Windows 7.40
    • For Apple Mac or Linux OS: SAP GUI for Java 7.40
    Microsoft VC Runtime

    For Windows OS: DLLs VS2010 for communication with the back-end system is required.

    NOTE: Install either the x86 or the x64 variant, accordingly to your 32- or 64-Bit Eclipse installation.

    Procedure

    To install the front-end component of ADT, proceed as follows:

    1. Get an installation of Eclipse Oxygen (e.g. Eclipse IDE for Java Developers)
    2. In Eclipse, choose in the menu bar Help > Install New Software…
    3. For Eclipse Oxygen (4.7), add the URL https://tools.hana.ondemand.com/oxygen
    4. Press Enter to display the available features.
    5. Select ABAP Development Tools for SAP NetWeaver and choose Next.
    6. On the next wizard page, you get an overview of the features to be installed. Choose Next.
    7. Confirm the license agreements and choose Finish to start the installation.