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

FI Table...???

Former Member
0 Likes
711

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

5 REPLIES 5
Read only

Former Member
0 Likes
649

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

Read only

Former Member
0 Likes
649

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

Read only

Former Member
0 Likes
649

Hi Reddy,

Open the table CSKA and check the field KSTAR u will find the cost elements,

Thanks & regards,

S.Gangi reddy.

Read only

Former Member
0 Likes
649

hi,

try this GRPDYNP.

assign points if helpful

thanks

Prashanth

Read only

Former Member
0 Likes
649

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