biuan SAP® BUSINESS ONE SDK
DTW Administration / Setup / Inventory / Shipping Types
API Shipping Types

Description

The ShippingTypes object enables to define transportation methods (for example, air cargo and courier) to carry out deliveries. A shipping type can be assigned to a document, item master data, and business partner master data.

Source table: OSHP.

Object Model

Remarks

To display the form in the application:

  • Select Administration -->Setup -->Inventory -->Shipping Types.

See Also

SAP® B1 DI-API C# definition

public class ShippingTypesClass : IShippingTypes, ShippingTypes { public virtual DataBrowser Browser { get; } public virtual int Code { get; } public virtual string Name { get; set; } public virtual SAPbobsCOM.UserFields UserFields { get; } public virtual string Website { get; set; } public extern ShippingTypesClass(); public virtual extern int Add(); public virtual extern string GetAsXML(); public virtual extern bool GetByKey( int lCode); public virtual extern int Remove(); 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