摘要:
Microsoft .NET Data Provider for mySAP Business Suite,预览版 SQL Server 2005 支持使用 Microsoft .NET Data Provider for mySAP Business Suite 访问 SAP 数据。通过此访问接口可以创建可与 mySAP Business Suite 解决方案连接的 Integration Se... 阅读全文
摘要:
第一步:初始化server group ,server group 可以用RZ12进行维护,参数支直复制即可,不要修改。 CONSTANTS: serv_group LIKE rzllitab-classname VALUE 'JOBRUN'. CALL FUNCTION 'SPBT_INITIALIZE' EXPORTING group... 阅读全文
摘要:
SAP Consultant Certification Development Consultant SAP NetWeaver ’04 – Exchange Infrastructure & Integration Technology Software components: SAP XI 3.0 Certification ID (Booking code): C_TBIT44_04... 阅读全文
摘要:
ABAP 面试问题及答案(一):数据库更新及更改 SAP Standard 前言 最近在准备面试,在网上找了一份英文文档: ABAP 面试问题及答案。该文档的英文原标题为: SAP ABAP Interview Questions, Answers, and Explanations: ABAP Certification Review,作者为 Barry Fewer。 现将其翻译出来,全... 阅读全文
摘要:
REPORT YGL_MYOLE. INCLUDE OLE2INCL. * OLE OBJECT DATA: MYEXCEL TYPE OLE2_OBJECT, MYSHEET TYPE OLE2_OBJECT, MYCELL TYPE OLE2_OBJECT, MYWORKBOOK TYPE OLE... 阅读全文
摘要:
1. In R/3 you can represent a company's structure by defining and assigning corporate structure elements. What is the purpose of doing that? This enhances the flexibility to adapt to the complicated... 阅读全文
摘要:
I BASIS KNOWLEDGE AND SYSTEM NAVIGATION 1. Name two ways to start a transaction. i. Dynamic Menu ii. Command Field 2. Why do you create user-specific parameters? i. They supply defaults to R/3 fields... 阅读全文
摘要:
Doc text: 1) Accessing a Portal Component in the Default ModeAns : doContent (); 2) Extending this class when Developing your Portal ComponentsAns : AbstractPortalComponent. 3) ... 阅读全文
摘要:
text: 1. What is the typical structure of an ABAP/4 program? HEADER ,BODY,FOOTER. 2. What are field symbols and field groups.? Have you used "component idx of structure" clause with field groups? Fi... 阅读全文
摘要:
1. Can you create a table with fields not referring to data elements? YES. eg:- ITAB LIKE SPFLI.here we are referening to a data object(SPFLI) not data element. What are the different types of data ... 阅读全文