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

BAPI for extracting GL line items

Former Member
0 Likes
3,031

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
Read only

Former Member
0 Likes
1,883

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

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.

2 REPLIES 2
Read only

Former Member
0 Likes
1,884

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

Read only

0 Likes
1,883

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.