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: 

G/l account

Former Member
0 Kudos

HI .

am using BSEG table to get g/l account is there any other table where i can get g/l account number and lifnr.

Regards

Prajwal.k

3 REPLIES 3

Former Member
0 Kudos

Use table BSIK, BSAK

Former Member
0 Kudos

Hi,

Table : BSAK - Accounting: Secondary Index for Vendors (Cleared Items)

BSIK - Accounting: Secondary Index for Vendors

reward if useful.

Former Member
0 Kudos

Hi,

Try in <b>ARIX_BSAK</b> table, it contains both HKONT(G/L account number) and LIFNR(vendor).

If u use BSEG table, since it is a cluster table you cannot use inner joins. Also, it takes time to retrieve data. If you want to find the table which contains HKONT field, then goto SE90 tcode , Under Repository Information System click Abap Dictionary-->Fields---->Table Fields. Give the field name and check for the table which contains this field. First get HKONT(G/L account number) and then try for LIFNR(vendor number) in another table.If u do like this u will get the data fastly.

Try and reward if found useful.