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 get G/L Hierarchy ?

Former Member
0 Kudos

Hi,

I want to Display G/L Hierarchy in a Report, but there is no Table or Function Module to get G/L Hierarchy.

Can anyone suggest me how to get the Hierarchy of G/L.

2 REPLIES 2

former_member555112
Active Contributor
0 Kudos

Hi,

The bapi BAPI_GL_ACC_GETLIST will give you the G/L Accounts for a company code.

Display data in a hierachy using CL_GUI_ALV_TREE object.

Regards,

Ankur Parab

Former Member
0 Kudos

Thank u