2007 Nov 21 10:34 AM
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
2007 Nov 21 11:07 AM
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
2007 Nov 21 10:38 AM
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
2007 Nov 21 10:44 AM
Hi
Check the tables <b>SETNODE and SETLEAF</b> where all this CC,Profit center and cost element groups are stored
Regards
Anji
2007 Nov 21 10:48 AM
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
2007 Nov 21 10:59 AM
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
2007 Nov 21 11:07 AM
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