Linking Assets to Appropriate G/L Accounts in SAP FICO


In SAP FICO, linking fixed assets to the appropriate General Ledger (G/L) accounts ensures accurate financial reporting and compliance with accounting standards. This is achieved by configuring account determination within Asset Accounting. This guide explains how to link assets to G/L accounts step by step, with examples.

1. Understanding Account Determination

Account determination defines the rules for posting asset-related transactions to the correct G/L accounts. Each asset class is linked to an account determination, which specifies the accounts for acquisition, depreciation, and disposal postings.

Key Components

  • Asset Class: Group of assets with similar characteristics.
  • Account Determination Key: Links asset classes to specific G/L accounts.
  • G/L Accounts: Accounts for acquisition, accumulated depreciation, depreciation expense, etc.

2. Configuring Account Determination

Step 1: Access Account Determination Configuration

Use transaction code OAOB to configure account determination. Alternatively, navigate through:

SPRO > Financial Accounting > Asset Accounting > Organizational Structures > Define Account Determination

Step 2: Create a New Account Determination Key

Click on "New Entries" and provide the following details:

  • Account Determination Key: A unique identifier (e.g., MACH_ACC).
  • Description: A meaningful name (e.g., Machinery Accounts).

Example:

    Account Determination Key: MACH_ACC
    Description: Machinery Accounts
        

Step 3: Assign G/L Accounts

Define the G/L accounts for the following categories:

  • Acquisition Account: Account to record asset purchases.
  • Accumulated Depreciation Account: Account to track depreciation to date.
  • Depreciation Expense Account: Account for periodic depreciation expenses.
  • Clearing Account: Used for intercompany or inter-period transactions.

Example:

    Acquisition Account: 500000
    Accumulated Depreciation: 200000
    Depreciation Expense: 400000
    Clearing Account: 580000
        

Step 4: Save the Configuration

After assigning the G/L accounts, save the account determination key. It will now be available for linking to asset classes.

3. Linking Asset Classes to Account Determination

Step 1: Access Asset Class Configuration

Use transaction code OAOA to configure asset classes.

Step 2: Assign Account Determination Key

Select the relevant asset class and enter the account determination key created earlier.

Example:

    Asset Class: MACH
    Description: Machinery
    Account Determination: MACH_ACC
        

Step 3: Save the Asset Class

Save the configuration. The asset class is now linked to the appropriate G/L accounts via the account determination key.

4. Testing the Configuration

Step 1: Create a Fixed Asset

Use transaction code AS01 to create a fixed asset and assign the relevant asset class.

Example:

    Transaction: AS01
    Asset Class: MACH
    Asset Description: CNC Machine
    Acquisition Cost: $50,000
        

Step 2: Post an Acquisition

Use transaction code F-90 to post an acquisition. The system automatically uses the linked G/L accounts.

Example:

    Transaction: F-90
    Asset: 100001
    Acquisition Account: 500000
    Posting Amount: $50,000
        

Step 3: Run Depreciation

Use transaction code AFAB to calculate depreciation. The depreciation expense and accumulated depreciation accounts are updated as configured.

Example Output:

    Depreciation Expense: $416.67
    Accumulated Depreciation: $416.67
        

5. Reporting

Use standard SAP reports to validate postings and analyze asset data:

  • AW01N: Asset Explorer - View detailed asset postings.
  • S_ALR_87011990: Asset Balances Report.
  • S_ALR_87012052: Depreciation Comparison Report.

Example:

    Report: S_ALR_87011990
    Filter: Asset Class = MACH
    Result: List of all machinery assets and their balances
        

6. Conclusion

Linking assets to appropriate G/L accounts in SAP FICO is essential for accurate financial reporting and compliance. Following these steps ensures that asset transactions are correctly recorded and integrated with financial accounting processes.





Advertisement