Subscribe via RSS

SAP Business One 8.8 [BT下载/1.72G]

年份: 2009 年
版本: 8.80.202
开发商: SAP AG
平台: MS SQL Server 2005, 2008, IBM DB2
Vista/Windows 7 兼容: 是
系统要求: Intel Pentium IV, 1 Gb RAM, 2.5 Gb HDD
语言: 英语+俄语
The most important innovation – the integration with Crystal Reports + archived data for previous periods

Read the rest of this entry »

plm系列资料下载

http://rapidshare.com/files/115011220/PLM100_Col52_Part.pdf

http://rapidshare.com/files/115011221/PLM110_Col51.pdf

http://rapidshare.com/files/115011222/PLM111_Col32.pdf Read the rest of this entry »

SAP IS Retail Complete collection

IRT100-mySAP Retail Process Overview

IRT310-Retail Master Data

IRT320-Pricing and Promotions

IRT330-Requirements planning and Buying

IRT340-Supply chain Execution Read the rest of this entry »

Enterprise Compensation Management (SAP HR ECM)

With this document you will be able to understand the Enterprise Compensation Management configuration IMG Node.  the easiest and most straight forward compensation plan is the annual merit cycle. This document will guide you through on how to configure this.

Understand about:

  • Budgeting
    • Define Reference Currency for Budgeting
    • Define Budget Types
    • Define Budget Periods
  • Compensation Administration
    • Define Compensation Area
    • Define Compensation Area Feature
    • Compensation Plans & Reviews
    • Eligibility
    • Guidelines
    • Plan Attributes
    • Compensation Programs
    • Other Settings Read the rest of this entry »

SAP for BEA WebLogic User’s Guide

  • AE).
  • Describes how to use iWay Servlet Application Explorer (iAE) to connect to SAP and listen for events.
  • Describes how to create and publish an iWay Business Service using the iWay Servlet Application Explorer (iAE).
  • Describes how to configure and test your SAP system for event processing.
  • Describes how to use the iWay Java Swing Application Explorer in BEA WebLogic Workshop to create XML schemas for SAP BAPIs, RFCs, and IDOCs.
  • Describes how to access Web services created for an SAP Business Application Programming Interface (BAPI) and an SAP Remote Function Call (RFC) using WebLogic Workshop. Read the rest of this entry »

wordpress中文乱码解决方法

步骤如下:

1 改写wp-config.php文件里的“define(’DB_CHARSET’, ‘utf8′);”为“define(’DB_CHARSET’, ”);”(注意不包括双引号),也就是这段代码不指定任何字符集;

2 把新数据库的编码设置成latin1_swedish_ci(在“操作”里设置);

3 以uft8的格式导入备份的数据库文件。