
ABAP
文章平均质量分 66
m2o2o2d
为无知而求知。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
BC400-Unit2:ABAP Workbench Introduction
~~~~~~~~~~~【Lesson 1:Introducing the ABAP Development Environment】~~~~~~~~~~~ 1.The Cross-Client Capability of the Repository 2.Structure of Repository 3.ABAP Workbench Tools 1)Debugger 2原创 2015-07-21 00:05:50 · 917 阅读 · 0 评论 -
BC430-Unit2:Data Types in the ABAP Dictionary
【Lesson 1:Working with Domains and Data Elements】 1.Data Types 1)Cross-program(globally known) data types可在ABAP Dictionary中被定义。 2)ABAP Dictionary:Initial Screen,在Data Type域中有如下基本类型: · Data element原创 2015-07-24 09:31:25 · 631 阅读 · 0 评论 -
BC430-Unit1:Introduction to the Dictionary
BC430主要是关于ABAP Dictionary的。 【Lesson 1:Describing the ABAP Dictionary】 1.ABAP Dictionary的功能 1)Type Definitions:自定义类型,如Data elements,structures,table types。 2)Services:提供一些支持开发的服务,如F1、F4等。 3)DB原创 2015-07-23 21:48:39 · 546 阅读 · 0 评论 -
BC400-Unit5:Complex Data Objects
【Lesson 1:Working with Structures】 1.用Global Types定义Structures 2.用Local Types定义Structures 3.访问Structure Components 4.Copy相同名字的Structure Components 【Lesson 2:Working with Internal T原创 2015-07-22 12:51:08 · 1405 阅读 · 0 评论 -
【Error处理】ABAP中调用Function Module出现“not begin with Function-Pool”错误
【问题描述】 SAP_BC400_Exercise_9,创建Function Module后,Activate Module时会报错“……does not begin with Function-Pool”。 【解决方法】 在激活的时候注意勾选“SAP****COMP”(也可能是“SAP****COMTOP”),将它一起激活,之后可以正常运行。也可以双击Function Group,在对原创 2015-07-21 22:49:04 · 5758 阅读 · 0 评论 -
BC400-Unit4:Modularization
Lesson 1:Introducing Modularization Lesson 2:Modularizing Using Subroutines Lesson 3:Modularizing Using Function Modules Lesson 4:Implementing Function Modules Less原创 2015-07-21 21:07:31 · 1230 阅读 · 0 评论 -
BC400-Unit1:Flow of an ABAP Program
Lesson 1:Describing the Processing of ABAP Program 1.Client/Server Architecture of SAP NetWeaver AS 2.Excerpt for an ABAP Program 3.Interplay Between Server Levels and Program Flow 4.通原创 2015-07-20 22:49:15 · 724 阅读 · 0 评论 -
BC400-Unit3:Basic ABAP Language Elements
Lesson 1:Defining Elementary Data Objects 1.Complete ABAP Standard Data Types 1)定长的,不需要指定长度。 2.Incomplete ABAP Standard Data Types 1)非定长的,需要指定长度,不指定时有默认长度。 3.声明局部类型 4.Dictionary中原创 2015-07-21 00:39:05 · 1023 阅读 · 0 评论