‎2008 May 12 8:52 AM
hi frnds,
i need the table for FI.
my requirement is in KAH3 transaction i am giving the controlling area and cost element group. then it dispalying some cost elements under the cost element group.
so, i need the table where can i get the cost elements under cost element group for controlling area.
points will be rewarded for helpful answers.
regards,
balu
‎2008 May 12 11:18 AM
Hi,
Try whether any of the below tables list is useful to your scenario.
TCNDS Structure overview - Project Info System
TIVXCMSSPOSCE Item in Schema: Assignment to Cost Element
TKB9E PA Transfer Structures for Settlement
TKB9G PA Transfer Structure: Source
TKECRMC CRM: Transfer of CRM Cost Element Group
TSC0C Table of selection criteria for assignments
TSC0I Table of selection criteria for rules
Regards,
Satya
‎2008 May 12 11:22 AM
Hi,
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
Regards
Kiran Sure
‎2008 May 12 11:33 AM
Hi Reddy,
Open the table CSKA and check the field KSTAR u will find the cost elements,
Thanks & regards,
S.Gangi reddy.
‎2008 May 12 4:10 PM
‎2008 May 13 6:55 AM
you can try this table COSP <-- COEP <--- COBK.
reward if its helpful...tq
[Abap Tips & notes|http://abap4beginner.blogspot.com]
Edited by: anuar jusoh on May 13, 2008 7:55 AM