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: 

GL Hiearchy Extraction

Former Member
0 Kudos

Hi All

FAGL_FSV_POS_READ Function module has not given all the information from Financial Statement Version using tcode FSE3. It gives only the first parent node information.. I need to retrieve all the node information.

Pls any one help to suggest any funtion module or BAPI or Extraction Logic..

Thanks

Rahul

2 REPLIES 2

Former Member
0 Kudos

Hi Rahul,

The FM 'FAGL_FSV_POS_READ' does gave all the information. The table parameter ET_011Z holds item details and table ET_011P holds the node details. You need to loop thru these tables inorder to display it as the tree structure.

Thanks,

Mahesh

0 Kudos

Thanks Mahesh