07 2008 档案
ABAP自测试题一
摘要:这是我整理的ABAP认证的自测试题,如果大家有相关资料,欢迎交流........... 1. When does a BADI default implementation execute ---------------------------------------------------------- Only if the developer specifies the de... 阅读全文
posted @ 2008-07-19 11:58 沧海-重庆 阅读(3339) 评论(0) 推荐(0)
准备ABAP认证
摘要:感觉还真的有点困难 资料不好找,而且量大,没有什么可以作为训练材料的资料 哪位兄弟可以帮帮忙哦 阅读全文
posted @ 2008-07-19 11:55 沧海-重庆 阅读(841) 评论(0) 推荐(0)
我整理的ABAP面试题目(有待进一步完善)
摘要:目前,以下问题都有答案 General Questions.............................................................................................................. 6 What’s function specification.............................. 阅读全文
posted @ 2008-07-18 23:35 沧海-重庆 阅读(3725) 评论(3) 推荐(0)
ABAP中程序之间传递参数的办法
摘要:ABAP中程序是可以相互调用的,而且系统提供了多种方法进行参数传递: 1. 被调程序接口,比如Selection-Screen 2. ABAP内存(一般用Export与Import) 3. SAP内存(使用Set Parameter ID与Get Parameter ID) 4. Database Table 5. 文件传递(Presentation Server) 阅读全文
posted @ 2008-07-02 12:55 沧海-重庆 阅读(1710) 评论(0) 推荐(0)