cancel
Showing results for 
Search instead for 
Did you mean: 

Impact on custom developments with S/4 Simple Finance?

Former Member
0 Kudos

Hello Everyone,

We are considering to move to S/4 Simple finance in the near future and we have some concerns regarding the migration.

We have lot of custom developments for Finance modules and I understood from some blogs that S/4 Simple Finance is Non-disruptive and hence fetching the data from standard tables will continue to work with the new compatibility views.

What about updating of the tables? We use Standard SAP APIs and Function modules to update the tables. Will these APIs and Function modules continue to work with Simple Finance?

What other things to be considered from impact on custom code perspective?

Thanks in Advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Harish,

Please note that all those deleted tables are replaced by HANA CDS views. So those suppression will not affect existing custom ABAP code as long as such code is not writing in one of those tables: custom programs and reports with read access to old tables will continue to work.


If your programs or FM going to effect below table., - Then no need to worry as its going to replace with HANA views with same name., & your Customized progrems


Here is the list of FI/CO tables removed in sFIN v1.0:

Index tables removed:

BSIS

Index for G/L Accounts

BSAS

Index for G/L Accounts (Cleared Items)

BSID

Index for Customers

BSAD

Index for Customers (Cleared Items)

BSIK

Index for Vendors

BSAK

Index for Vendors (Cleared Items)

BSIM

Index, Documents for Material

FAGLBSIS

Index for G/L Accounts – New G/L

FAGLBSAS

Index for G/L Accounts – New G/L (Cleared Items)

Aggregate tables removed:

GLT0

General Ledger: Totals

GLT3

Summary Data Preparations for Consolidation

FAGLFLEXT

New General Ledger: Totals

KNC1

Customer master (transaction figures)

LFC1

Vendor master (transaction figures)

KNC3

Customer master (special G/L transaction figures)

LFC3

Vendor master (special G/L transaction figures)

COSS

Cost Totals for Internal Postings

COSP

Cost Totals for External Postings

Former Member
0 Kudos

Hi,

You can't use "direct" update of tables which were substituted by views.

Can you write an example of FM's which your are using for tables update, and which tables they are updates?