ABAP_Query Graduation Design_Knowledge Share_20110527
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
齐齐哈尔大学
毕业设计(论文)
题目:ERP SAP Query R/3 制作
学院:齐齐哈尔大学
专业班级:计本072 _
学生姓名:刘山珊_
指导教师:张浩
成绩:
2011 年06 月18日
摘要
随着ERP在中国经济的发展,ERP普及,管理企业能更加好的满足客户的需求,未来的ERP将是一个全新的,集管理、技术和信息之大成的SCM系统。Query是能很好的满足客户需求之一,方便客户快速查找到自己想找的信息,方便快捷的浏览方式,为客户省去很多时间。
文中对Query的设计过程进行了详细介绍。Query的制作以NetWeaver为平台使用ABAP为开发语言,数据库Oracles共同开发而成。Query是SAP的一项简单报表工具,它可为没有编程基础的用户用来生成简单的报表。Query使用图形化的界面,让用户托托拽拽就能轻松完成报表编写。也对数据查询可以进行进一步的处理(例如:列表显示、下载到文件、图表方式显示等等)。
用Query制作一个报表,输入条件,查看相关报表信息,产生一个T-Code,在SAP 中直接输入T-Code的便可以查看用户想查看的报表,可以更加好的满足客户需求。
关键字:ERP SAP/R3 Query制作;SAP NetWeaver ;ABAP ;Oracle
Abstract
With the development of the economy in China has sprung up everywhere,ERP universal, management, companies can better meet customer needs better, the future of ERP will be a new, set of management, technology and information the culmination of the SCM system. Query is well positioned to meet customer needs which is one of convenience to their customers looking to quickly find the information browsing convenient way for customers to save a lot of time.
Paper on the Query design process is described in detail. Combination with NetWeaver as a platform for the production, with ABAP development language, co-developed with Oracles database. SAP Query is a simple reporting tool, which can generate simple reporting for no programming basic user. Query use the graphical interface, which allow users to drag-and-drop and finish report editing. Data queries can also be further processed (for example: a list of shows, download a file, the chart display, etc.)
Make a statement with the Query, enter the conditions, view the report information to generate a T-Code, enter directly in the SAP T-Code's will be able to view what the user want to report, which can be better meet customer needs.
Key words: SAP/R3 Query design; SAP NetWeaver ; ABAP ; Oracle
目录
摘要 ..................................................................... I Abstract................................................................. I I
第1章绪论 (1)
1.1 前言 (1)
1.2 国内外的发展现状 (1)
1.3 SAP Query设计概要 (2)
第2章数据库及开发工具介绍 (4)
2.1 SAP R/3系统 (4)
2.2.1 SAP 公司简介 (4)
2.2.2 SAP 产品概览 (4)
2.2.3 SAP产品模块及功能介绍 (5)
2.2.4 SAP R/3功能特点 (6)
2.3 Oracle简介 (7)
2.3.1 Oracle数据库 (7)
2.3.2 SAP中Oracle数据库 (7)
2.4 NetWeaver平台 (8)
2.5 ABAP简介 (9)
2.5.1 ABAP/4的特征 (9)
2.5.2 ABAP程序的类型 (10)
2.5.3 创建ABAP/4程序,进行的操作 (11)
2.5.4 ABAP Workbench (11)
第3章系统分析 (12)
3.1 需求分析 (12)
3.2 可行性分析 (12)
3.2.1 经济可行性 (12)
3.2.2 时间可行性 (12)
3.2.3 技术可行性 (13)
3.2.4 操作可行性 (13)
3.2.5 法律可行性 (13)
第4章系统设计 (14)
4.1 总体框架设计 (14)