biuan SAP® BUSINESS ONE SDK
DTW Administration / Setup / Inventory / Warehouse Locations
API Warehouse Locations

Description

The WarehouseLocations object enables to define geographical locations for warehouses.

Source table: OLCT.

Object Model

Remarks

To display the form in the application:

  1. Select Administration --> Setup --> Inventory --> Warehouses.
  2. From the Location field select Define New.

Defining few locations for a warehouse is required when the warehouse includes few areas, where each area can be concidered as a separate warehouse, with the same address as the main warehouse.

See Also

SAP® B1 DI-API C# definition

public class WarehouseLocationsClass : IWarehouseLocations, WarehouseLocations { public virtual string AssesseeType { get; set; } public virtual string Block { get; set; } public virtual DataBrowser Browser { get; } public virtual string BuildingFloorRoom { get; set; } public virtual string CECommissionerate { get; set; } public virtual string CEDivision { get; set; } public virtual string CERange { get; set; } public virtual string CERegisterNumber { get; set; } public virtual string City { get; set; } public virtual int Code { get; } public virtual string CompanyType { get; set; } public virtual string Country { get; set; } public virtual string County { get; set; } public virtual string CSTNumber { get; set; } public virtual string EccNumber { get; set; } public virtual string ExemptionNumber { get; set; } public virtual string Jurisdiction { get; set; } public virtual string LSTVATNumber { get; set; } public virtual string ManufacturerCode { get; set; } public virtual string Name { get; set; } public virtual string NatureOfBusiness { get; set; } public virtual string PANNumber { get; set; } public virtual string RegistrationType { get; } public virtual string ServiceTaxNumber { get; set; } public virtual string State { get; set; } public virtual string Street { get; set; } public virtual string TANNumber { get; set; } public virtual string TINNumber { get; set; } public virtual SAPbobsCOM.UserFields UserFields { get; } public virtual string ZipCode { get; set; } public extern WarehouseLocationsClass(); public virtual extern int Add(); public virtual extern string GetAsXML(); public virtual extern bool GetByKey( int lCode); public virtual extern void SaveToFile( string bstrFileName); public virtual extern void SaveXML( ref string pbstrFileName); public virtual extern int Update(); }


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