Posts

Showing posts from April, 2018

Important Tables in Asset Accounting SAP- ERP (P2)

Image
II. Asset Accounting: Basic Function Master Data 1. ANEK: Document Header Asset Posting Company code              BUKRS Asset                             ANLA1 Subnumber                    ANLA2 Fiscal Year                    GJAHR Document Date             BLDAT Posting Date                  BUDAT Posting Period               MONAT 2. ANEP: Asset Line Items Company code                 BUKRS Asset                                ANLA1 Subnumber                      ANLA2 Fiscal Year                       GJAHR Sequence Number           LNRAN Depreciation Area            AFABE Asset Acquisition year     ZỤJHR Document Number          BELNR Line Items                        BUZEI Asset Value Date              BZDAT 3. ANKB: Asset Class: Depreciation Area  Asset Class                     ANLKL Chart of Depreciation     AFAPL Depreciation Area          AFABE 4. ANLC: Asset Value Field Company Code           

Important Tables in Asset Accounting SAP- ERP (P1)

Image
I. MASTER DATA  1. ANKA : Asset Classes: General Data Important fields in table Asset Class                          ANLKL  Account Determination       KTOGR Asset Class Name               TXK20 Description                          TXK50  2. ANKP : Asset Class on Chart of Depreciation 3. ANKT : Asset Description 4. ANLA : Asset Master Record Company code                       BUKRS Asset                                      ANLN1 Subnumber                             ANLN2 Account Determination         KTOGR Acquisition Year                    ZUJHR Vendor                                    LIFNR Country of Origin                  LAND1 Language Key                        SPRAS 5. ANLB: Depreciation Term 6. ANLZ : Time Dependent Asset Allocations Company code                       BUKRS Asset                                      ANLN1 Subnumber                            ANLN2 Valid to               

Asset Accounting Configuration In SAP-ERP

Image
I. Step for Asset Accounting  1. Copy Reference Chart of Depreciation/ Depreciation Areas      EC08 2. Assign Chart of Depreciation to Company code                        OAOB 3. Create Screen Layout Rules 4. Specify Account Determintion 5. Define Number Range Interval                                                   AS08 6. Define Asset Classes                                                                  OAOA 7. Creation of G/L Accounts                                                          FS00 Machinery                                        200000 (211) Acc. Depreciation on Machinery     100200 (214) Creation of Asset Sale                     300115 (515) Profit on Asset Sale                         300120 (711) Loss on Asset Sale                          400215 (811) Scrapping on Machinery                 400220  Depreciation on Machinery             400400 8. Assign G/L Accounts                                                                AO90 9.

Upload File Text to The Internal Table and Write to File Log

Image
I. Description. Trong file text  chứa thông tin của một các chứng từ kế toán. Mục tiêu là Insert, Update, Delete những dòng chứng từ kế toán đó vào trong bảng ZBKEG đã tạo sẵn. Để biết dòng nào được Insert, Update, Delete thì ta căn cứ vào số hiệu đầu mỗi dòng. Nếu là      1 - Insert      2- Update      3- Delete  Khi thực hiện xử lý dữ liệu giữa file text và table- ZBKEG. Nếu thực hiện việc xử lý thành công hay thất bại thì in ra file Log kèm thông tin status việc xử lý đính kèm.  INPUT  FILE TEXT      2. TABLE- ZBKEG       3. INPUT-OUTPUT FILE OUTPUT TABLE-ZBKEG (UPDATED)     2. FILE LOG. II. CODE TYPE-POOLS :  TRUXS . TABLES  ZBKEG . DATA :  TT_ZBKEG  TYPE  STANDARD  TABLE  OF  ZBKEG  INITIAL  SIZE  0 ,       WA_ZBKEG  TYPE  ZBKEG . TYPES :    BEGIN  OF  ZTY_INPUT ,     TYP    TYPE  C ,     BUKRS  TYPE  ZBKEG - BUKRS ,  "Company code     BELNR  TYPE  ZBKEG - BELNR ,  "Document number     GJAHR  T