📚 SAP Business One SDK Help

GetProfitCenter Method
See Also 
pIProfitCenterParams

The key of the profit center to retrieve.

Description

Retrieves a profit center.

The profit center is specified by its key (PrcCode), which is contained in the ProfitCenterParams object passed to the method.

Syntax

Visual Basic
Public Function GetProfitCenter( _
   ByVal pIProfitCenterParams As ProfitCenterParams _
) As ProfitCenter

Parameters

pIProfitCenterParams

The key of the profit center to retrieve.

Return Type

The profit center with the specified key.

Example

See Also