Process documentationCheck Customer-Defined Coding

 

The migration to SAP Accounting powered by SAP HANA generates new data structures in Accounting and replaces existing tables with same-named views. You must therefore perform the following checks and activities in the test system:

  • Check if you have write accesses to the tables in your own customer objects in your customer namespace. You have to replace these accesses, since the views with same names allow only read access.

  • Check if you have your own customer-specific views in your own objects in your customer namespace for the tables that no longer exist. You have to replace these views with an open-SQL SELECT or the call of a read module, since the Data Dictionary does not support database views that are based on other views.

    Note Note

    For more information about dealing with customer-specific coding, see SAP Note 1976487Information published on SAP site Simple Finance add-on 1.0: Information about adjusting customer-specific programs to the simplified data model in SAP Simple Finance.

    End of the note.
  • If you are migrating from classic Asset Accounting, note the following:

    Batch input programs for AB01 are no longer supported in new Asset Accounting. If you are using customer-defined programs, you must convert these to BAPIs.