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

Highest cost element group

Former Member
0 Likes
350

Hi,

What is the easiest way to get the highest level of a cost element group from a cost element. I know how to get all the cost elements from a cost element group but I want to do it the other was. Is there a functional Module or a BAPI or a method for?

kind regards

Maarten

Hi,

What is the easiest way to get the highest level of a cost element group from a cost element. I know how to get all the cost elements from a cost element group but I want to do it the other was. Is there a functional Module or a BAPI or a method for?

kind regards

Maarten

1 REPLY 1
Read only

Former Member
0 Likes
320

Hi,

using tables SETNODE and SETLEAF repeatedly you will know the highest CCGroup.and also using the following FM:(starting with TREEVSELECT)

TREEV_SELECT_NODES

Regards,

Anji