Application Development 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: 

Required Field name

Former Member
0 Kudos

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

Former Member
0 Kudos

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

5 REPLIES 5

matt
Active Contributor
0 Kudos

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

Former Member
0 Kudos

Hi

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

Regards

Anji

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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