biuan SAP® BUSINESS ONE SDK
DTW Inventory / Bin Locations
API Bin Locations Service

Description

The BinLocationsService service enables you to add, look up, update, and remove bin locations.

Source table: OBIN.

Object Model

Remarks

To access the Bin Location Master Data window, from the SAP Business One Main Menu, choose Inventory --> Bin Locations --> Bin Location Master Data.

See Also

SAP® B1 DI-API C# definition

public class BinLocationsServiceClass : IBinLocationsService, BinLocationsService { public extern BinLocationsServiceClass(); public virtual extern BinLocationParams Add( BinLocation pIBinLocation); public virtual extern void Delete( BinLocationParams pIBinLocationParams); public virtual extern BinLocation Get( BinLocationParams pIBinLocationParams); public virtual extern object GetDataInterface( BinLocationsServiceDataInterfaces enumMSDI); public virtual extern object GetDataInterfaceFromXMLFile( string bstrFileName); public virtual extern object GetDataInterfaceFromXMLString( string bstrXMLString); public virtual extern BinLocationCollectionParams GetList(); public virtual extern void Update( BinLocation pIBinLocation); }

Related information


Bin Locations Service Data Interfaces BinLocationsServiceDataInterfaces Enumeration
BinLocationsService data interfaces.
   Parent: Bin Locations Service BinLocationsService Service· Table: OBIN

Bin Location BinLocation Object· Table: OBIN
A bin location is the smallest addressable unit of space in a warehouse where your goods are stored. To facilitate bin location management, SAP Business One lets you maintain a master data record for each bin location. Source table: OBIN.
   Parent: Bin Locations Service BinLocationsService Service· Table: OBIN

Bin Location Collection Params BinLocationCollectionParams Collection
A collection of BinLocationParams objects.
   Parent: Bin Locations Service BinLocationsService Service· Table: OBIN


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