2007 Feb 16 8:29 AM
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.
2007 Feb 16 8:37 AM
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
2007 Feb 16 8:37 AM
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
2007 Feb 16 11:44 AM
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.