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: 

BAPI for extracting GL line items

Former Member
0 Kudos
1,558

Hi could anyone help me with this one?

I'm looking for a function module that can get the line items given the GL account.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
410

Hi Maple,

Try out with the following BAPI's:

BAPI_GL_ACC_GETDETAIL : G/L Account Details

BAPI_GL_ACC_GETLIST : List of G/L Account for each company code

Hope this will be helpful.

Regards,

A.Fahrudeen

2 REPLIES 2

Former Member
0 Kudos
411

Hi Maple,

Try out with the following BAPI's:

BAPI_GL_ACC_GETDETAIL : G/L Account Details

BAPI_GL_ACC_GETLIST : List of G/L Account for each company code

Hope this will be helpful.

Regards,

A.Fahrudeen

0 Kudos
410

Hi!

I've also tried using the BAPI's you've recommended, but what I need is the actual line items posted under that GL account. The BAPI's you mentioned returns only the basic info of the GL account (description, Chart of Account, etc.), and the complete list of GL accounts under the COA.

Thanks though.