Sapass

 Simplify SAP R/3 development with Excel VBA/VB RFC  
Home> Bapi>CostObjectNode



Index

CostObjectNode

CostObjectNode


The business object Cost object node is a cost object that is an integral component of a cost object hierarchy.


Use


On a cost object node costs can be recorded that cannot be assigned
directly on the order or plant material level as, for example, can be the case when inventory differences occur.


Structure
The following can be assigned to the lowest cost object nodes, that is,
object nodes to which no other cost object nodes are subordinated:


  • Material / plant

  • Material / plant / production process

  • Via this assignment the orders can be selected that belong to this cost object node.


    Integration
    The value flows of a cost object node can result from the following accounting transactions:

    - Cost recording from financial accounting
    - Material withdrawals
    - Invoice receipt (external)

    - Internal activity-based allocations
    - Process cost allocations
    - Overhead cost surcharges (internal)


    11-Dec-2005


    Methods

    Available Methods


    • GetDetail : Determine Details for a Cost Object Node [ BAPI_COSTOBJNODE_GETDETAIL ]
    • GetHierarchy : Determine Cost Object Hierarchy [ BAPI_COSTOBJNODE_GETHIERARCHY ]
    • GetList : Determine Cost Object Nodes in a Controlling Area [ BAPI_COSTOBJNODE_GETLIST ]

    11-Dec-2005


    GetDetail

    GetDetail


    The method CostObjectNode.GetDetail accesses detailed information on a cost object node.

    You receive the following information:

  • Cost object category
  • CO-PC: Parent cost object
  • Controlling area
  • Company code

  • Plant
  • Business area
  • Profit center
  • Object currency CO object
  • Object currency CO object per ISO
  • Costing sheet
  • Overhead key
  • Variance key
  • Person responsible for cost object
  • Created by

  • Created on
  • Last changed by
  • Last changed on
  • Short text on cost object node
  • Notes

    The authorization object K_CKPH - cost object category
    is checked with activity 03 (display).

    The method CostObjectNode.GetList gives you a list of all cost object nodes in a controlling area.


    Messages are returned in the parameter return. The parameterdocumentation shows the return codes and their meanings.

    Further Information

    For more information, refer to the R/3 Library under CO Cost Object Controlling.


    11-Dec-2005


    GetHierarchy

    GetHierarchy


    The method CostObjectNode.GetHierarchy determines the hierarchy for a hierarchy node.

    Notes

    Authorization object K_CKPH - cost object category
    is checked with activity 03 (display).

    The method CostObjectNode.GetList gives you a list of all cost object nodes in a controlling area.


    Messages are returned in the parameter return. The parameterdocumentation shows the return codes and their meanings.

    Further Information

    For more information, refer to the R/3 Library under CO - Cost Object Controlling.


    11-Dec-2005


    GetList

    GetList


    The method CostObjectNode.GetList determines all cost object nodes in a controlling area.

    Notes

    The authorization object K_CKPH - cost object category
    is checked with activity 03 (display).

    The method CostObjectNode.GetDetail determines the detailed information on a cost object node.


    The method CostObjectNode.GetHierarchy gives you the hierarchy for a cost object node.

    Messages are returned in the parameter return. The parameterdocumentation shows the return codes and their meanings.

    Further Information


    For more information, refer to the R/3 Library under CO - Cost Object Controlling.


    11-Dec-2005