📚 SAP Business One SDK Help

GetCostCenterType Method
See Also 
pICostCenterTypeParams

The key of the cost center type to retrieve.

Description

Retrieves a cost center type.

The cost center type is specified by its key, which is contained in the CostCenterTypeParams object passed to the method.

Syntax

Visual Basic
Public Function GetCostCenterType( _
   ByVal pICostCenterTypeParams As CostCenterTypeParams _
) As CostCenterType

Parameters

pICostCenterTypeParams

The key of the cost center type to retrieve.

See Also