sap
ANLH:Main asset number (LANEP line item LANEP应该是最后记录item no) ANLE:Asset Origin by Line Item (no usage) ANLK:Asset Origin by Cost Element (no usage) ANLV:no usage ANLU:no uage
ANLP:Asset Periodic Values (每个月的折旧历史)
ANLQ:Period values from dep. posting run per posting level
系统表
D020T:Screen Short Description是哦
CALL FUNCTION 'AREAS_OPEN_IN_YEAR' EXPORTING
I_CCODE = P_BUKRS I_YEAR = P_GJAHR TABLES
T_AREAS = R_OAFABE
T084:Incorrect assets ?????
T093B:Company code-related depreciation area specifications GWGWRT:那个2000元才算资产
ABGJA:shows the last closed fiscal year,this year is the starting point for current depreciation planning. DATUM和ABGJA都是控制这年不能在做的。 ???
T093C:Company codes in Asset Accounting (比如ABZON时就靠此表检查期间) DATUM:The system uses this date to determine the last closed fiscal year. 如下就是说此俩玩意是控制posting date的。 data zt093C like t093c.
select single * into zt093c from t093C where BUKRS = '1000'.
zt093C-LGJAHR = '2019' . (19下面是8表示8-19你可记到任何一年) update t093C from zt093C .
data zt093b like t093B.
select * into zt093B from t093B where BUKRS = '1000'. zt093B-ABGJA = '2008' . update t093B from zt093B . endselect.
就是说你可随便玩,但是以后会有错误提示的,比如你开到2009 post 一个东西, TA1TVT :Asset Transfer Variant
TABWD_FTC :Fields Used for Table Controls on Asset Postings

