biuan SAP® BUSINESS ONE SDK
API Dimensions Service

Description

The DimensionsService service enables you to activate dimensions, as well as change a dimension's description.

To see the list of dimensions, select Financials --> Cost Accounting --> Define Dimensions.

Source table: ODIM

Object Model

Remarks

You cannot add or delete dimensions.

Relevant for China, Japan, Republic of Korea, Singapore, India and Brazil only.

Example

See Also

SAP® B1 DI-API C# definition

public class DimensionsServiceClass : IDimensionsService, DimensionsService { public extern DimensionsServiceClass(); public virtual extern object GetDataInterface( DimensionsServiceDataInterfaces enumMSDI); public virtual extern object GetDataInterfaceFromXMLFile( string bstrFileName); public virtual extern object GetDataInterfaceFromXMLString( string bstrXMLString); public virtual extern Dimension GetDimension( DimensionParams pIDimensionParams); public virtual extern DimensionsParams GetDimensionList(); public virtual extern void UpdateDimension( Dimension pIDimension); }

Related information


Dimensions Service Data Interfaces DimensionsServiceDataInterfaces Enumeration
DimensionsService data interfaces.
   Parent: Dimensions Service DimensionsService Service· Table: ODIM

Dimension Dimension Object· Table: ODIM
Represents one of the five system-defined dimensions, which can be assigned to a profit center or distribution rule. Dimensions enables additional options in assigning costs to additional categories and in reporting. Source table: ODIM
   Parent: Dimensions Service DimensionsService Service· Table: ODIM

Dimensions Params DimensionsParams Collection
A collection of DimensionParams objects.
   Parent: Dimensions Service DimensionsService Service· Table: ODIM


SAP® Business One is the trademark(s) or registered trademark(s) of SAP AG in Germany and in several other countries. Contact
This website is not affiliated with, maintained, authorized, endorsed or sponsored by SAP AG or any of its affiliates