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: 

How to determine SAP GL ACCOUNT #

Former Member
0 Kudos

hello,

I need to determine the SAP account number by using the company code and either the SAP Vendor # OR the SAP Customer #

What Tables do I need to look into to achieve this?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Check table

SKB1 G/L account master (company code)

8 REPLIES 8

Former Member
0 Kudos

Hi,

Check tables BSAK, BSIK, BSAD & BSID

Regards,

Satish

Former Member
0 Kudos

Hi,

You can get all the G/L accounts for the company code in table [SKB1]...

thanks

Prashant Gupta

Former Member
0 Kudos

Hi,

Check table

SKB1 G/L account master (company code)

0 Kudos

Thanks everyone...

This could help in a roundabout way...

If I grab the GL account from SKB1, how could I either determine Vendors # or Customer # associated with that GL #?

0 Kudos

Hi

Check [KNB1]

0 Kudos

Hi,

Vendor - Table LFB1 GL Account field is AKONT

Customer - Table KNB1 GL Account field is AKONT.

You can give the BUKRS and AKONT to verify in SKB1.

0 Kudos

Please note that Customer and Vendor ledger are linked to General Ledger through Reconciliation account. This reconciliation account is part of General Ledger.

You can use table KNB1- For customer and LFB1- For Vendor master. SAP stores the Reconciliation GL account in the field "AKONT" for above two tables.( Inofrmation is kept at company code level)

Regards

0 Kudos

I do not think reconciliation accounts are the same as GL accounts No?