Application Development 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: 

GL Account -> FS Item

Manohar2u
Active Contributor
0 Kudos

How do I get the FS Item for a given GL Account?

Thanks.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Use FM FI_IMPORT_BALANCE_SHEET_POS.

Rob

7 REPLIES 7

Former Member
0 Kudos

from BSEG table by specifying the GL Account U can get the FS items.

0 Kudos

I need financial statement version of FSE3.

Former Member
0 Kudos

Use FM FI_IMPORT_BALANCE_SHEET_POS.

Rob

0 Kudos

Thanks Rob. I am using it, but i need to pass all FS versions and get the data and then compare the GL accounts.

Is there any short way to do it.

Also in the tables where do we have GL Accounts?

0 Kudos

GL accounts are in SKA1. FS versions are in T011. You can call the FM for each version in T011.

Rob

Former Member
0 Kudos

then u have to use FM which might be FI_IMPORT_BALANCE_SHEET_POS.

Former Member
0 Kudos

Hi,

Financial statement version is a hierarchical positioning of G/L accounts.

Like Assets , liabilities and P/L statement.

Try table CF050-GLACCT

Regards

Su