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

Required Field name

Former Member
0 Likes
1,229

Hi,

I am creating a report for FI module. Using the Transaction code KSH3 we are getting the cost center group with discription. I need the node and discriptions field name. I tried with F1, but its going a structure area. So how to get the details from the database.

Can any one please help.

Point will be sure.

Mohana

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,068

Hi Mohana,

Check table BSEG or GLPCA field KOSTL, HKGRP. then goto table TKKH2 take field HRKTX for text.

If it is helpfull do reward pts pls.

Regards

Srimanta

Hi,

I am creating a report for FI module. Using the Transaction code KSH3 we are getting the cost center group with discription. I need the node and discriptions field name. I tried with F1, but its going a structure area. So how to get the details from the database.

Can any one please help.

Point will be sure.

Mohana

5 REPLIES 5
Read only

matt
Active Contributor
0 Likes
1,068

Run an SQL trace - see which tables are being hit.

Run an RTA trace - see which tables are being hit.

Debug the program and see where the structure is being filled.

matt

Read only

Former Member
0 Likes
1,068

Hi

Check the tables <b>SETNODE and SETLEAF</b> where all this CC,Profit center and cost element groups are stored

Regards

Anji

Read only

Former Member
0 Likes
1,068

Hi Mohana,

With the field name u get from the structure got to se80 -repository info sys-abap dictionary-field-table fields-give field name-run

Regards,

Kaveri

Read only

Former Member
0 Likes
1,068

Hi Mohana

Cost centre groups are stored in Sets(check GS03 also).. Table SETLEAF

Please check https://wiki.sdn.sap.com/wiki/x/8dQ on how to read Set data

Best Regards

Arun

Read only

Former Member
0 Likes
1,069

Hi Mohana,

Check table BSEG or GLPCA field KOSTL, HKGRP. then goto table TKKH2 take field HRKTX for text.

If it is helpfull do reward pts pls.

Regards

Srimanta