图解SAP-Query创建过程.docVIP

  • 4
  • 0
  • 约4.76千字
  • 约 24页
  • 2022-10-23 发布于江苏
  • 举报
图解SAP-Query创建过程 SAP Query步骤 QUERY是SAP的一项简单报表工具,它可为没有编程基础的用户用来生成简单的报表。第一次接触QUERY的时候,感觉也不是很复杂,因为它有图形化的界面,你可在上面托托拽拽,然后就可以见到你要的报表,可是这只是简单的应用,其实每个工具功能都是比较完善的,QUERY也不例外。 要全面的理解QUERY,首先看一下QUICKVIWER。 事务代码:SQVI。 我感觉这是QUERY的一个简化,大体流程基本一致,但是在许多方面的功能都“缩水“了。体现如下: 1。Quick Viewer所生成的报表是用户自定义的报表,只能由此用户自己使用、维护 2。Quick Viewer只能使用存于数据库内的数据,不能进行计算(除小计、累计) 3。提供与SAP内部工具如EIS,ABC,ALV及外部工具如Word,Excel借口 4。无须也无法利用用户组、Functional area统一管理 创建、运行分配到该用户组的Queries。一个用户可以属于几个用户组。用户组中的用户享有相同的权力。因此,要想让一个用户使用某个Query,必须将该用户分配到对应的用户组。 4。当Functional area(功能区)分配给了某用户组,该用户组的成员即可以访问此功能区。 SAP Query总体思路: 1.sq02建立功能区域 a.选择table b.建立条件 c..选择字段 2.sql01建立query,可把query的使用分配给你建立的使用者群组(权限的控制) 3.使用query,可定义格式,使用那些栏位进行选择 具体步骤如下: 1. Example by query for Scrap reason; 2. T-code SQ02 for create a query; 3. Input the report name then click “Create”; 4. If the information that show in final report include in one table than choice “Direct read of table”, if need got from more than one table than choice “Table join by basis table” and maintained major table name. In our example, the major table is MSEG; 5. After save, you can choice additional table from “Insert table”; 6. Fill the addition table name, in our example, the secondly table is “MKPF”; 7. System will automatic create the relation between two table, in our example the key field is “MBLNR (material document number); 8. After all related table is chose and create the relation, then click back, in our example we just need use two table; 9. Then choice “include key fields”; 10. After click √, you can see below screen; 11. Expanded the field group; 12. Then you can choice the required information from left side to right side; 13. Our report structure is GL account / Material document number / Material number / posting date / Quantity / Unit / Amount / Currency / Profit center / Cost center / Movement type / Reason / Reason text / User name, after choice; 14. Then generate the repo

文档评论(0)

1亿VIP精品文档

相关文档