on ‎2005 Nov 15 4:20 PM
Can anyone tell me which table contains the cost element groups and which cost elements are related to them
Request clarification before answering.
You can start with:
SETHEADER
SETNODE
SETLEAF
Rob
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.