Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Loading Initial balances

Former Member
0 Likes
531

Hi,

Is there a way to load the Initial balances in Finance. Please let me know.

Thanks.

4 REPLIES 4
Read only

Former Member
0 Likes
481

Hi

For which account?

- Customers: KNC1/KNC3

- Vendors: LFC1/LFC3

- G/L: GLT0

Max

Read only

0 Likes
481

Are these the Tcodes to post legacy balances ?

Read only

0 Likes
481

Not the tables where the balances are stored.

If you need to load an initial balance you should pot some documents for that account.

Max

Read only

Former Member
0 Likes
481

When we went live almost eleven years ago, we did the following:

Created a mapping table that mapped all of the legacy system financial account information to the new SAP accounts. For example, a legacy account might map to a single GL account/cost center/profit center.

I wrote a program in the legacy system that read all of the financial balances for the old accounts, read the mapping table to get the new SAP accounts and wrote a file (actually a number of files) that could be read by standard SAP program RFBIBL00.

We FTPd the files to the SAP application server and ran RFBIBL00 to pick up the files and create financial accounting documents using transaction FB01.

The net result was that the balances of the legacy system were transfered to SAP as a single line item per account.

Rob