随笔分类 -  SAP ABAP Programing

1 2 3 4 下一页
SAP 接口概述
摘要:作为目前ERP市场上最为领先的应用系统之一,一直以来,SAP R/3在提供API应用编程接口和接口工具方面也同样领先于其它ERP厂商。ALE/IDocs是SAP公司为SAP R/3 R4.6C版本所提供的接口机制,目前应用最为广泛。在 R4.0以后的版本中,又添加了技术上先进的BAPI。本文作为系列介绍之一,对ALE/IDocs, BAPI以及其它可用的整合方式进行介绍。1、ALE/IDocs是什... 阅读全文
posted @ 2009-06-12 11:20 沧海-重庆 阅读(1766) 评论(0) 推荐(0) 编辑
SAP-ABAPER.COM介绍
摘要:网站: http://sap-abaper.com http://sap-abaper.com Advanced SAP ABAP Programming, focus on SAP Study Material sharing and Advanced Techniques including BDC, IDoc, ALE, EDI, SAPScript/Smartform/Adobe Form... 阅读全文
posted @ 2009-04-05 20:28 沧海-重庆 阅读(471) 评论(0) 推荐(0) 编辑
ABAP的BC教程
摘要:如果有需要,请到http://sap-abaper.com ABAP Tutorials » ABAP BC Course KM211 Knowledge Warehouse - Administration - March 22nd, 2009 CA940 SAP R/3 Application Security Concept - March 22nd, 2009 CA610 Test Wo... 阅读全文
posted @ 2009-04-05 20:24 沧海-重庆 阅读(1567) 评论(0) 推荐(0) 编辑
Including custom text in the step "User Decision"
摘要:Whenever we create a step “User Decision” and provide with our own options like approve or reject, the work item would appear as follows: As marked in green in the above screenshot, the description av... 阅读全文
posted @ 2009-04-05 20:14 沧海-重庆 阅读(372) 评论(0) 推荐(0) 编辑
Developing a simple application using steps "User Decision" and "Mail"(1)
摘要:Basic terminology used in the workflow: The workflow definition is the set of rules that determine the path that the process takes. For example, how a purchase requisition is processed, from the init... 阅读全文
posted @ 2009-04-05 20:08 沧海-重庆 阅读(272) 评论(0) 推荐(0) 编辑
SAP Upgrade Strategy
摘要:Detail information, pls check website: http://sap-abaper.comUpgrade StagesFor Phase 1 – SAP Upgrade, the enhanced ASAPmethodology is used. Below are the high-levelsteps to be completed for a suc... 阅读全文
posted @ 2009-03-26 22:52 沧海-重庆 阅读(615) 评论(0) 推荐(0) 编辑
ABAP 中的日期处理
摘要:Add n number of working days to dateThe following ABAP code adds n number of WORKING days to a particular date, any days which are not workings days (i.e. Saturday) will be ignored. For example if you... 阅读全文
posted @ 2009-02-17 08:10 沧海-重庆 阅读(2484) 评论(1) 推荐(0) 编辑
SAP ABAP Inner Join(Joins)
摘要:Below ABAP Syntax is ABAP Inner Join example.START-OF-SELECTION.* ASSUMPTION: All quantities are in sales units. Since quantities* are summed to the material group level, it is assumed that all* mater... 阅读全文
posted @ 2009-01-13 22:38 沧海-重庆 阅读(3872) 评论(1) 推荐(0) 编辑
批量修改Program的Authorization Group(修改程序属性)
摘要:运行RSCSAUTH . 阅读全文
posted @ 2008-12-29 16:02 沧海-重庆 阅读(507) 评论(0) 推荐(0) 编辑
请等待的...Progress status
摘要:在ABAP开发中,有时要进行一个耗费时间的处理,这时不想让客户感到处理出现问题或者以为是电脑死机,给出一个提示,“请等待的...”,可以使用下面语句: CALL FUNCATION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = '数据处理中,请等待...'. " 进行耗费时间处理 阅读全文
posted @ 2008-12-18 09:39 沧海-重庆 阅读(337) 评论(0) 推荐(0) 编辑
删除内表中的重复行
摘要:在ABAP开发中, 我们经常会删除内表中的重复行,这时我们会需要一个很方便的语句,就是"DELETE ADJACENT DUPLICATES FROM", 但是在使用这个语句,要注意它删除相邻的重复行,我们一般要通过SORT 对这个语句进行排序,示例如下: DATA: BEGIN OF wa_pa0001, pernr LIKE pa0001-pernr, uname LIKE pa0001-un... 阅读全文
posted @ 2008-12-18 09:39 沧海-重庆 阅读(3271) 评论(2) 推荐(0) 编辑
读取Standard Text并过滤注释
摘要:*Begin of QSCR: 2B013195DATA: loc_t_lines LIKE tline OCCURS 0 WITH HEADER LINE, loc_char LIKE tline-tdline.DATA loc_i TYPE i. CLEAR g_po_invoice_1.CLEAR g_po_invoice_2.CLEAR g_po_invoice_3.CALL ... 阅读全文
posted @ 2008-12-17 14:34 沧海-重庆 阅读(392) 评论(0) 推荐(0) 编辑
What is Data Dictionary and its' function
摘要:What is an ABAP data dictionary? ABAP 4 data dictionary describes the logical structures of the objects used in application development and shows how they are mapped to the underlying relational data... 阅读全文
posted @ 2008-11-06 10:56 沧海-重庆 阅读(413) 评论(0) 推荐(0) 编辑
What are local objects?
摘要:Local objects (Dev class$TMP) are independent of correction and transport system. 阅读全文
posted @ 2008-11-06 10:54 沧海-重庆 阅读(289) 评论(0) 推荐(0) 编辑
What are the Data types of the external layer?
摘要:ACCP, Char, CLNT, CUKY, CURR, DATS, DESC, FLTP, INT1, INT2, INT4, LANG, LCHR, LRAW, NUMC, PREC, QUAN, RAW, TIMS, UNIT,VARC. 阅读全文
posted @ 2008-11-06 10:52 沧海-重庆 阅读(271) 评论(0) 推荐(0) 编辑
What are the layers of data description in R/3?
摘要:The external layer: The external layer is the plane at which the user sees and interacts with the data, that is, the data format in the user interface. This data format is independent of the database system used. The ABAP/4 layer: The ABAP/4 layer describes the data formats used by the ABAP/4 processor. The DataBase layer: The database layer describes the data formats used in the database Conversion between ABAP/4 data types and the database layer is done within the database interface. Conv 阅读全文
posted @ 2008-11-06 10:50 沧海-重庆 阅读(305) 评论(0) 推荐(0) 编辑
logon balancing error 88
摘要:This is because of SAP logon router problem please check C:\WINNT\system32\drivers\etc services 文件 阅读全文
posted @ 2008-10-24 10:52 沧海-重庆 阅读(636) 评论(0) 推荐(0) 编辑
Standard Naming Procedure of Library(Report Painter)
摘要:Standard Naming Procedure of Library:- 0 For SAP internal use only 1 Cost Center Accounting 2 LIS 3 LIS 4 FI-LC 5 Reconciliation Ledger 6 Overhead Orders and Project Mgmt 7 Product cost controlling 8 ... 阅读全文
posted @ 2008-08-28 14:28 沧海-重庆 阅读(404) 评论(0) 推荐(0) 编辑
Characteristics and Key figures In Report Painter
摘要:Characteristics are non-numerical fields. They represent criteria, by which you can select data records. Examples of characteristics are the controlling area and fiscal year. Important Characteristics... 阅读全文
posted @ 2008-08-28 14:22 沧海-重庆 阅读(615) 评论(0) 推荐(0) 编辑
Report Painter的传输
摘要:report painter的报表不但可以传输(GCTR),还可以先下载为本地文件(GR57),然后上载到其他的系统(GR58)。 阅读全文
posted @ 2008-08-28 09:23 沧海-重庆 阅读(933) 评论(0) 推荐(0) 编辑

1 2 3 4 下一页