Skip to Content
Business Trends
Author's profile photo Thomas Peters

IFRS16: Statement of Liability

Introduction

To get an overview on values of leasing contracts in SAP Contract and Lease Management SAP provides already a pretty good standard reporting out-of-the-box that is based on the values of the valuation cash flow.

However, since liabilities are part of the general ledger and consequently capital and reserves, both the reporting from SAP Contract and Lease Management and that from the general ledger should match. Focusing on liability reporting the current solution is based on the SAP Special Purpose Ledger functionality (see also 2624449 – Configuration of Special Purpose Ledger as preliminary work for closing processes from RE-FX leasing (IFRS 16)) and it is a perfect solution to get the correct grouping and foreign currency valuation reflected in the general ledger.

However, just ensureing capital reserves having the expected amounts, there is no information available regarding value changes, since the Statement of Liability is soley part of reporting

Details

Let’s be more specific on this point. In a nutshell the idea is to have the correct totals in general ledger accounting and see the details about any kind of value changes in SAP Lease Management.

In general this isn’t an issue since both values are identical. However, things are becoming different when retroactive changes are applied in SAP Contract and Lease Mangement and a valuation is performend in a period that has been already reported.

Now we have the situation that in SAP Lease Mangement reporting values have been changed for already closed periods and in general ledger accounting changes are respected in the current period. Consequently, there is no longer a proper reporting on the liabilities and their changes when it comes to period end reporting.

Example:

Assume we have a contract where the monthly rate has increased by 1,000 EUR as of 1-MAR. Month-end processes for march are already performed. According to the lessor the accounting will have to change the condition effective as of 1-MAR and consequently a new time slice for the valuation will have to be created to reflect the increase effective as of 1-MAR.

In financial accounting documents will be created somewhere in April since no document must be created for March.

Accordingly in financial accounting the value change will be reflected for April. However, in SAP Lease Management reporting due to the retroactive change the relevant month is March.

Obviously, there is a certain discrepancy between the reporting that is coming from SAP Contract and Lease Management and that from financial accounting.

How to overcome this situation?

Since the basis for all financial reporting are the totals on general ledger account level and resulting from financial documents the approach I describe here tries to improve the situation. The goal is to have all information available for a proper liability reporting using just general ledger accounting.

Solution

Building the basis

The first thing that is to do is to transfer the information of value changes to totals in general ledger reporting.

Actually this can be done in two different ways:

  1. We could use different accounts for e.g. increase, decrease, amortization…
  2. We could use financial transaction types for e.g. increase, decrease, amortization.

Let’s have a close look at both solutions:

ad 1. Different accounts definitely would give us the ability to report value changes in e.g. capital and reserves. When reporting totals everything is fine as long as it is not coming to a carry forward and a fiscal year change. Assume we have a special account for increases. Since for balance sheet accounts the carry forward is done to the same account there we now have an increase in the new fiscal year that is related to the previous one. What’s more totals on balance sheet accounts never are going to clear out. In other words also for already terminated contracts it is likely that values are reported on certain liability accounts.

ad 2. Transaction types are well known from asset accounting and are often used for provisions or accruals. However, talking of liabilities in leasing this technique can also be used to pass the information of e.g. an increase to the general ledger. The beauty about using transaction types is that we can define and assign carry forward types.

Transaction%20Type

Example: Transaction Type “Acquisition”

Let’s have a closer look to this example from fixed asset accounting. Acquisitions would get posted with transaction type 120 on the according G/L account. Performing a carry forward the totals will just passed to the new fiscal year on the same general ledger account whereas the transaction type, however, is changed to 100.

Example%3A%20Transaction%20Type%20Opening%20Balance

Example: Transaction Type “Opening Balance”

Due to the issues with the carry forward I will only focus on the approach #2.

Implement the solution

Though there is a pretty good guide on how to implement the special ledger required for period end-processing in SAP Contract and Lease Management (see attachment of SAP note 2624449 – Configuration of Special Purpose Ledger as preliminary work for closing processes from RE-FX leasing (IFRS 16)), the above mentioned “Transaction Type” – technical field name RMVCT – is not covered.

Since I only want to focus on the general idea I just will give a brief description on the required steps to include this field:

1. Add field RMVCT below field RBUSA

Add%20field%20RMVCT

Add field RMVCT

2. Apply changes from SAP Note 2511475 – Carryforward transaction type in special ledger balance carryforward to the special purpose ledger.

3. A certain set of transaction types is required according to your reporting needs, e.g.:

Example%3A%20Liability%20Transaction%20Types

Example: Liability Transaction Types

4. In standard no transaction type is transferred when documents are posted in SAP Lease Management. Actually, there are a couple of ways to implement such a solution.

One option would be to use an FI substitution.

A more elegant solution, however, is to use a BAdI implementation for BAdI definition BADI_REEX_FI_BAPI and use method IF_EX_REEX_FI_BAPI~BAPIDOC_MODIFY.

Code%20RMVCT%20lookup

Example: BAdI implementation to lookup RMVCT

The determination in the example above is isolated in private method _GET_RMVCT having the RE flow type as an import parameter and the Consolidation Transaction Type as return parameter.

Either way for the chosen function to be effective a mapping is required. In general it should be sufficient to use the SAP RE flow type and map the relevant flow types to one of the above defined transaction types.

5. Last but not least the according general ledger accounts must have the field “Transaction Type” ready for input. Since we always want to know what the reason for a value change on a liability account was it is a good idea to have an according Field Status Group and assign this to the according general ledger accounts. Actually the same field status group may also be used for e.g. provision accounts.

Customizing%3A%20Field%20Status%20Group

Customizing: Field Status Group

G/L%20account%3A%20Field%20Status%20Group

G/L account: Field Status Group

Now that everything is set to have the Consolidation Transaction Type available in both line item and totals and we have a way to transfer the according data when documents are created. We still have to think of how to derive the according information from the RE documents.

Though SAP Contract and Lease Management does not know of the Consolidation Transaction Type we have to think of how account determination is performed. When just looking at valuation postings the basis that is also recorded in RE documents is the SAP RE Flow Type. And actually this is the very object we are going to utilize here to differentiate value changes.

Referring to SAP note 2580277 – Flow types and account determination during the valuation of leasing contracts the relevant flow types are all those where the account symbol LIABILITY is either the debit or the credit account.

To give you an impression on how an according mapping between flow type and Consolidation Transaction Type may look like, here a short example:

Flow Type Consolidation Transaction Type
I150 Capitalization
I151 Increase
I152 Decrease
I300 Amortization
I301 Amortization
I302 Amortization

Now everything is in place for being able to have qualified information available in G/L reporting and since all information is derived automatically there is no change to your existing processes.

Implement a proper reporting

Since starting with the SAP New General Ledger this field is available in standard reports on totals of general ledger accounts no additional action is required for reporting totals in general ledger accounting. If you are still on SAP ECC 6.0 and haven’t activated the New General Ledger yet, in standard the table GLT3 and the defined special ledger table are the only source for an according reporting of general ledger totals.

Frankly speaking there is no out-of-the box reporting available to get a fancy statement of liability, whereas a totals can be reported using both dimensions – the general ledger account and the transaction type.

A non-integrated solution would be to use a report that has the columns “General Ledger Account”, “Transaction type” and “Amount in local currency” and build a pivot table on the extract.

A more sophisticated approach is to use the according totals table and develop a report, e.g. in SAP ERP using Report Writer or on SAP S/4HANA using a CDS View.

Conclusion

I have to admit that the presented solution is not plain and simple customizing. Actually a couple of complex activities are required. On the other side daily activities are not touched once change is applied.

Using the Consolidation Transaction Type allows us to have more qualified information in general ledger account available regarding value changes from SAP Contract and Lease Management.  The outcome depends on the SAP system you are running SAP Contract and Lease Management on.

At the end all liabilities related to a specific contract are recorded on a single general ledger account that balances to zero once the contract is concluded. In between all relevant values flows can be identified using a second dimension, i.e. the transaction type.

As an outlook the presented BADI may also be used to have a more detailed reporting when implementing IFRS16 using SAP Contract and Lease Mangement without fixed asset accounting.

Assigned Tags

      Be the first to leave a comment
      You must be Logged on to comment or reply to a post.