SAP depreciation key config
正常折旧 Configure
1.分配总帐科目
spro进入后台配置 –> Financial Accounting(New) –> Asset Accounting –> Depreciation –> Ordinary Depreciation –> Assign Accounts

或者 T-code AO90 。
正常折旧对应的费用科目为正常折旧的费用科目(Expense account for ordinary depreciat),折旧科目为Acc. dep. Accnt. for ordinary depreciation。
基本方法设置
SPRO进入后台配置 –> Financal Accounting(New) –> Asset Accounting –> Deprecation –> Valuation Methods –> Deprecation Key –> Calculation
Methods –> Define Base Methods.

最关键的是折旧方法设置,折旧方法是SAP预先设定的。
折旧码
SPRO进入后台配置 Financial Accounting(New) –> Asset Accounting –> Valuation Methods –> Depreciation Key –> Maintain Depreciation Key

或者使用 T-Code:AFAMA,就可以看到上图所示折旧码清单。


Base Method(基本方法)
> Base method : 包含了控制计算折旧的参数。
> Type of depreciation : Ord.depreciation(普通折旧),Special tax. depreciation(特别税折旧),Interest(利息)
折旧类型分:普通折旧(Ordinary depreciation),(Special depreciation),计划外折旧(Unplanned depreciation),(Depreciation from write-off of reserves).
> Dep. method : 折旧计算方法
例如:直线法-按百分比折旧(Percentage from the useful life) 系统会按照每年分折旧相同的比率。
> Treatment of end of depreciation(计划期结束后的折旧) : 若需要系统在预期有用寿命末期之后继续折旧,则设置此标识。

Prd cont(Period Control Method 周期控制方法)
通过设置适当的周期控制方法,你可以决定资产折旧开始日期。
| Acquisitions(购置) | Subsequent acquisitions(下一年购置) | Retirements(报废) | Intracompany transfers(转让) | |
| Z01 | 11 | 01 | 01 | 11 |
| Z02 | 01 | 01 | 01 | 11 |
| Z03 | 01 | 01 | 01 | 01 |
| Z04 | 01 | 01 | 01 | 01 |
| Z05 | 11 | 01 | 01 | 01 |


01 : 在每月期间开始日期
> 折旧开始/结束总是发生在收购或者并购的月初
> 例如:Acq. date 2013/9/15 ,Dep. start date 2013/9/1
11 : 下一月
> 折旧开始/结束总是发生在下个月初
> 例如:Acq. date 2013/9/15 ,Dep. start date 2013/10/1
http://www.kuaipan.cn/file/id_2600439489314879.htm
SAP depreciation key config的更多相关文章
- openssh-win64 on windows2016 ssh pub key config
DO NOT follow the official M$ documentation at https://docs.microsoft.com/en-us/windows-server/admin ...
- [转载]config文件的一个很好的实现
以下是转载于网上的一个很好的config文件的实现,留存以备案 //Config.h #pragma once #include <string> #include <map> ...
- 两种读写配置文件的方案(app.config与web.config通用)
第一种方法:采用MS现有的ConfigurationManager来进行读写 using System.Configuration; namespace Zwj.TEMS.Common { publi ...
- 项目文件中含有两个config文件,app.config与app1.config,如何获取app1.config中的配置
想要通过配置文件配置C#前台画面,好奇做了以下测试:在项目中新建了app.config与app1.config两个配置文件,请教一下各位高手如果想从app1.config中读取配置信息应该如何读取?采 ...
- [转]C++编写Config类读取配置文件
//Config.h #pragma once #include <string> #include <map> #include <iostream> #incl ...
- C++编写Config类读取配置文件
老外写的一段代码,在Server中编写这个类读取配置文件比较实用 //Config.h #pragma once #include <string> #include <map> ...
- winform 写App.config配置文件——IT轮子系列(八)
前言 在winform项目中,常常需要读app.config文件.如: var version = System.Configuration.ConfigurationManager.AppSetti ...
- 适用于app.config与web.config的ConfigUtil读写工具类
之前文章:<两种读写配置文件的方案(app.config与web.config通用)>,现在重新整理一个更完善的版本,增加批量读写以及指定配置文件路径,代码如下: using System ...
- C# 如何获取自定义的config中节点的值,并修改节点的值
现定义一个方法 DIYConfigHelper.cs using System; using System.Xml; using System.Configuration; using System. ...
随机推荐
- react-native run-ios “Could not find iPhone X simulator”
问题 这个问题发生在旧的RN版本(0.57,0.58(<0.58.4),-)和Xcode 10.3中,其中可用模拟器的名称得到了一些调整 在文件node_modules/@react nativ ...
- 换了网线异常了,CRS无法正常启动,clssnmSendingThread: sending status msg to all nodes
换了网线异常了,CRS无法正常启动,clssnmSendingThread: sending status msg to all nodes同事换网线前我将节点2正常关闭了,换完网线告诉我,发现节点2 ...
- Bash脚本编程之数组
数组简介 在bash脚本编程当中,变量是存储单个元素的内存空间:而数组是存储多个元素的一段连续的内存空间. 数组由数组名和下标构成,如下. ARRAY_NAME[SUBSCRIPT] 数组按照下标的类 ...
- UE4入门学习笔记开篇
做了3年的Unity, 现在开始转入到做UE4,一来就进入一个超大项目组中学习,度过了最初2个月的生涩和紧张后,现在准备开始慢慢总结,慢慢学习,逐步深入理解和研究UE. 做了3年的游戏开发后,个人感悟 ...
- 【数据库】SQLite3常用函数
版权声明:本文为博主原创文章,转载请注明出处. https://www.cnblogs.com/YaoYing/ SQLite3常用函数 打开数据库 函数原型: int sqlite3_open(co ...
- Prism_Composite Commands(3)
Composite Commands 在许多情况下,视图模型定义的命令将绑定到关联视图中的控件,以便用户可以直接从视图中调用该命令.但是,在某些情况下,您可能希望能够从应用程序UI的父视图中的控件调用 ...
- 如何用web3部署智能合约
合约示例 pragma solidity ^0.4.18; contract CallMeChallenge { bool public isComplete = false; function ca ...
- Redis速记
参考: 集群 https://blog.csdn.net/xiaoxiaoyusheng2012/article/details/82051744 主从 https://blog.csdn.net/u ...
- ResultSet RS_resultxtgg=connDbBean.executeQuery(sqlxtgg);
<%String sqlxtgg="select * from dx where leibie='系统公告'"; ResultSet RS_resultxtgg=connDb ...
- java之操作集合的工具类--Collections
Collections是一个操作Set.List和Map等集合的工具类. Collections中提供了大量方法对集合元素进行排序.查询和修改等操作,还提供了对集合对象设置不可变.对集合对象实现同步控 ...