cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Cost Element group table

Former Member
16,853

Can anyone tell me which table contains the cost element groups and which cost elements are related to them

View Entire Topic
Former Member
0 Likes

You can start with:

SETHEADER

SETNODE

SETLEAF

Rob

suresh_datti
Active Contributor
0 Likes

to add to Rob's reply..

SETHEADER table where SETCLASS = '0102'

SETNODE table where SETCLASS = SETHEADER-SETCLASS

and SUBCLASS = SETHEADER-SUBCLASS

subclass is the Cost Element Group

SETLEAF table where SETCLASS = SETHEADER-SETCLASS

and SUBCLASS = SETHEADER-SUBCLASS

and SETNAME = SETNODE-SETNAME

Good Luck,

Suresh Datti