准备安装ERP 6, 郁闷之极
辛辛苦苦下载了好几天, 终于把ERP 6下载完成, 结果一查看, 我晕了:
ERP 6只能安装于64位操作系统, 如果你想安装在32位操作系统, 可以, 不过只能安装ABAP stack, JAVA无法安装, 唉, 我这几天的辛苦啊! 更加郁闷的是, 我把ERP 2005在我机器上删除鸟, 欲哭无泪. 再到SAP找, ERP 2005 IDES已经不提供下载, 昏倒!
辛辛苦苦下载了好几天, 终于把ERP 6下载完成, 结果一查看, 我晕了:
ERP 6只能安装于64位操作系统, 如果你想安装在32位操作系统, 可以, 不过只能安装ABAP stack, JAVA无法安装, 唉, 我这几天的辛苦啊! 更加郁闷的是, 我把ERP 2005在我机器上删除鸟, 欲哭无泪. 再到SAP找, ERP 2005 IDES已经不提供下载, 昏倒!
MVC in BSP application
1. Properties View: Created as subobject of a BSP application, via controller call, it’s a HTML page or page with BSP extension Model: Created as a class, reference or derived from CL_BSP_MODEL Provide: a. The data used for views with relevant type and Dictionary information b. Input conversion c. Process input errors Controller: With the file extension .do, is a subclass of CL_BSP_CONTROLLER2
Layout and language
1. Including MIME in BSP application Definition: MIME for Multipurpose Internet Mail Extension Storage: MIME objects stored in database table SMIM* Steps: 1). Open you BSP application with SE80 2). In the context menu of your project, choose Create–>MIME objects–>Import
Stateful and Stateless BSP Applications
1. Stateful programming of a BSP application means that the application context is retained after the response and is available when you continue to work with the application.
Advantage: Easy to program Disadvantage: Waste resources