2008 Jan 22 5:28 AM
Hi all
in the KCH3 transaction we get a list of cost centres group.
can anyone tell me in which table it is stored.i saw in the SETHEADER-FIELDSNAME but there also it is given just as KSTAR i,e: the fieldname.Also tell a table such that i can access it using one of the below tables.
SETHEADER.
SETLEAF.
SETNODE.
SETHEADERT.
Vijay
Hi all
in the KCH3 transaction we get a list of cost centres group.
can anyone tell me in which table it is stored.i saw in the SETHEADER-FIELDSNAME but there also it is given just as KSTAR i,e: the fieldname.Also tell a table such that i can access it using one of the below tables.
SETHEADER.
SETLEAF.
SETNODE.
SETHEADERT.
Vijay
2008 Jan 22 5:30 AM
2008 Jan 22 5:52 AM
Hi ,
The cost element Fields are there in the base table : COSS , COSP ,etc.
if you want more tables than in se11 : COS*.
Reward points if it is usefull...
Girish
2008 Jan 22 8:55 AM
Hi,
If you want to get the list of cost centers for given costcenter group, you can try FM 'BAPI_COSTCENTERGROUP_GETDETAIL'
Sample Code:
Calling Function Module that returns a list of cost centers
CALL FUNCTION 'BAPI_COSTCENTERGROUP_GETDETAIL'
EXPORTING
controllingarea = l_kokrs
groupname = l_ksgru
language = ls_language
IMPORTING
return = ls_return
TABLES
hierarchynodes = lt_hiernode
hierarchyvalues = pa_gt_costcenters.
Regards,
Farheen.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |