Characteristics and Key figures In Report Painter

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:
Controlling Area (KOKRS)
Fiscal Year (GJAHR)
Period (PERBL)
Cost Element (KSTAR)
Cost Center (KOSTL)
Activity Type (LSTAR)
Statistical Key Figure (STAGR)
Value Type (WTTP): Indicator for distinguishing different value categories (such
as actual costs, plan costs, target costs and so on) in database tables.
Version (VRSN): year-dependent indicators for plan data
Debit/Credit Indicator (CO): Indicator used to distinguish debit and credit
postings in CO.

 

Key figures are numeric fields, which can be evaluated in a report. Examples
include overall costs and activity quantities.
Key Figures:
Costs (SWKG): The controlling area currency is the currency used for cost
accounting in CO.
Costs in Object Currency (SWOG): The object currency is the currency defined
in the master record of a Controlling object
Costs in Transaction Currency (SWTG): The transaction currency is the
currency in which the given documents are posted.
Activity Quantity (SLST): Posted quantities for activity types
Statistical Quantity (SSME): Posted quantities for statistical key figures

专注于企业信息化,最近对股票数据分析较为感兴趣,可免费分享股票个股主力资金实时变化趋势分析工具,股票交流QQ群:457394862

本文转自沧海-重庆博客园博客,原文链接:http://www.cnblogs.com/omygod/archive/2008/08/28/1278622.html,如需转载请自行联系原作者

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/108335.html原文链接:https://javaforall.net

(0)
全栈程序员-站长的头像全栈程序员-站长


相关推荐

  • kali的sqlmap安装

    1、先在github上搜索sqlmap的地址2、然后命令行切换到/usr/share目录下3、下载命令:gitclone地址(github上的地址)4、下载完成之后就ok了。在命令行中就可以使用sqlmap…

    2022年4月9日
    491
  • java uniqueresult_关于query.uniqueResult报错问题

    java uniqueresult_关于query.uniqueResult报错问题publicfloatcountmonthmoney(Longblogid){java.text.SimpleDateFormatsf=newjava.text.SimpleDateFormat(“yyyyMM”);Stringtoday=sf.format(newjava.util.Date());StringBuilderstring…publicfloatcountmonthmone…

    2022年9月30日
    2
  • Java 图形界面开发–图文并茂建立学生管理系统

    Java 图形界面开发–图文并茂建立学生管理系统(尊重劳动成果,转载请注明出处:http://blog.csdn.net/qq_25827845/article/details/50932501冷血之心的博客)图形用户界面(GraphicsUserInterface,GUI)是用户与程序交互的窗口,比命令行的界面更加直观并且更好操作。关注微信公众号(文强的技术小屋),学习更多技术知识,一起遨游知识海洋~…

    2022年6月21日
    27
  • sqoop从mysql导入hive parquet表timestamp,decimal转换问题

    sqoop从mysql导入hive parquet表timestamp,decimal转换问题

    2021年5月13日
    154
  • mysql的UUID获取上一篇下一篇(上一条 下一条)应用实例[通俗易懂]

    mysql的UUID获取上一篇下一篇(上一条 下一条)应用实例[通俗易懂]先讲原理:有上一篇下一篇(上一条下一条),肯定是在:搜索条件下,排序规则固定的场景下,得到的一个查询集合(列表)中的一个效果。1.我们在这两个条件(搜索条件where排序规则order),给查询结果集给利用rownum(一个顺序自增的标号)2.查询出目标uuid的rownum值x.3.查询上一条和下一条:rownum=x-1的uuid得到上一条rownum=x+1的uuid得到下一条实际应用:一个固定的检索条件固定排序的查询:SELECT bn.*FROM b

    2022年8月9日
    5
  • C# ListView_winform数据库增删改查

    C# ListView_winform数据库增删改查C#winform中listview排序本文解决方案是采用下面链接中的解决方案。十分感谢这篇文章的作者bright:http://blog.163.com/shensc@126/blog/static/1312896522010614103538287/看到网上的许多解决方案(其实就是一种,只不过被转载和粘贴,所以没什么用。同时那么多的代码居然屌用没有(原谅我说脏话了)(

    2022年10月3日
    2

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号