biuan SAP® BUSINESS ONE SDK
DTW Inventory / Pick and Pack / Pick List
API Pick Lists

Description

The PickLists object supports the picking process of items from the warehouse. The picking process is applicable only for items that are already approved in sales orders.

Source table: OPKL.

Object Model

Remarks

To display the form in the application, select Inventory --> Pick and Pack --> Pick List.

See Also

SAP® B1 DI-API C# definition

public class PickListsClass : IPickLists, PickLists { public virtual int AbsoluteEntry { get; } public virtual DataBrowser Browser { get; } public virtual PickLists_Lines Lines { get; } public virtual string Name { get; set; } public virtual string ObjectType { get; } public virtual int OwnerCode { get; set; } public virtual string OwnerName { get; } public virtual DateTime PickDate { get; set; } public virtual string Remarks { get; set; } public virtual BoPickStatus Status { get; } public virtual BoYesNoEnum UseBaseUnits { get; set; } public virtual SAPbobsCOM.UserFields UserFields { get; } public extern PickListsClass(); public virtual extern int Add(); public virtual extern int Close(); public virtual extern string GetAsXML(); public virtual extern bool GetByKey( int lAbsEntry); public virtual extern bool GetReleasedAllocation( int lAbsEntry); public virtual extern void SaveToFile( string bstrFileName); public virtual extern void SaveXML( ref string pbstrFileName); public virtual extern int Update(); public virtual extern int UpdateReleasedAllocation(); }

Related information


Pick Lists Lines PickLists_Lines Object· Table: PKL1
The PickLists_Lines is a child object of the PickLists object. Each line represents an order and its picking details in the pick list. Source table: PKL1.
   Parent: Pick Lists PickLists Object· Table: OPKL


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