abap-如何用eclipse 编写abap程序?

如何用eclipse 添加系统?

(1)File -> New -> ABAP Project
abap-如何用eclipse 编写abap程序?
(2)选择你要添加的系统
abap-如何用eclipse 编写abap程序?
系统的配置,如果在之前的SAP GUI中配置过可以直接点击NEXT,输入client,user,password后,点击finish。
abap-如何用eclipse 编写abap程序?
abap-如何用eclipse 编写abap程序?

想要查看系统内的abap程序。

右键打开后点击open abap developerment Object
abap-如何用eclipse 编写abap程序?
输入你想要查找的程序名,点击确认
abap-如何用eclipse 编写abap程序?

新建一个abap程序

New -> abap Package
abap-如何用eclipse 编写abap程序?