biuan SAP® BUSINESS ONE SDK
API SB Obob
SB Obob Object

Description

The SBObob object is raw data access object that enables you to retrieve information quickly and easily. The returned data is usually a Recordset object that enables data manipulation.

See SBObob samples.

Object Model

SBObob
GetBPList (Recordset)
Fields
Field
ValidValuesValidValue
Command
Parameters (CommandParams)CommandParam
GetDueDate (Recordset)
Fields
Field
ValidValuesValidValue
Command
Parameters (CommandParams)CommandParam
GetSystemCurrency (Recordset)
Fields
Field
ValidValuesValidValue
Command
Parameters (CommandParams)CommandParam
GetLocalCurrency (Recordset)
Fields
Field
ValidValuesValidValue
Command
Parameters (CommandParams)CommandParam
GetCurrencyRate (Recordset)
Fields
Field
ValidValuesValidValue
Command
Parameters (CommandParams)CommandParam
GetIndexRate (Recordset)
Fields
Field
ValidValuesValidValue
Command
Parameters (CommandParams)CommandParam
GetItemPrice (Recordset)
Fields
Field
ValidValuesValidValue
Command
Parameters (CommandParams)CommandParam
GetItemList (Recordset)
Fields
Field
ValidValuesValidValue
Command
Parameters (CommandParams)CommandParam
GetUserList (Recordset)
Fields
Field
ValidValuesValidValue
Command
Parameters (CommandParams)CommandParam
GetWareHouseList (Recordset)
Fields
Field
ValidValuesValidValue
Command
Parameters (CommandParams)CommandParam
GetContactEmployees (Recordset)
Fields
Field
ValidValuesValidValue
Command
Parameters (CommandParams)CommandParam
Format_DateToString (Recordset)
Fields
Field
ValidValuesValidValue
Command
Parameters (CommandParams)CommandParam
Format_StringToDate (Recordset)
Fields
Field
ValidValuesValidValue
Command
Parameters (CommandParams)CommandParam
Format_MoneyToString (Recordset)
Fields
Field
ValidValuesValidValue
Command
Parameters (CommandParams)CommandParam
GetObjectKeyBySingleValue (Recordset)
Fields
Field
ValidValuesValidValue
Command
Parameters (CommandParams)CommandParam
GetAccountSegmentsByCode (Recordset)
Fields
Field
ValidValuesValidValue
Command
Parameters (CommandParams)CommandParam
GetTableFieldList (Recordset)
Fields
Field
ValidValuesValidValue
Command
Parameters (CommandParams)CommandParam
GetFieldValidValues (Recordset)
Fields
Field
ValidValuesValidValue
Command
Parameters (CommandParams)CommandParam
GetObjectPermission (Recordset)
Fields
Field
ValidValuesValidValue
Command
Parameters (CommandParams)CommandParam
GetTableList (Recordset)
Fields
Field
ValidValuesValidValue
Command
Parameters (CommandParams)CommandParam
GetSystemPermission (Recordset)
Fields
Field
ValidValuesValidValue
Command
Parameters (CommandParams)CommandParam

See Also

SAP® B1 DI-API C# definition

public class SBObobClass : ISBObob, SBObob { public extern SBObobClass(); public virtual extern string ConvertEnumValueToValidValue( string enumName, int enumValue); public virtual extern int ConvertValidValueToEnumValue( string enumName, string ValidValue); public virtual extern Recordset Format_DateToString( DateTime inDate); public virtual extern Recordset Format_MoneyToString( double inMoney, BoMoneyPrecisionTypes inPrecision); public virtual extern Recordset Format_StringToDate( string inStr); public virtual extern Recordset GetAccountSegmentsByCode( string AccountCode, bool AddSeperator); public virtual extern Recordset GetBPList(BoCardTypes CardType); public virtual extern Recordset GetContactEmployees( string CardCode); public virtual extern Recordset GetCurrencyRate( string Currency, DateTime Date); public virtual extern Recordset GetDueDate( string CardCode, DateTime refDate); public virtual extern void GetEwaParameters( string bstrKey, out string pbstrRsltEwaUserName, out string pbstrRsltEwaPassword); public virtual extern Recordset GetFieldValidValues( string TableName, string FieldName); public virtual extern Recordset GetIndexRate( string Index, DateTime Date); public virtual extern Recordset GetItemList(); public virtual extern Recordset GetItemPrice( string CardCode, string ItemCode, double amount, DateTime Date); public virtual extern Recordset GetLocalCurrency(); public virtual extern Recordset GetObjectKeyBySingleValue( BoObjectTypes ObjNum, string PropName, string Value, BoQueryConditions Condition); public virtual extern Recordset GetObjectPermission( BoObjectTypes Object); public virtual extern Recordset GetSystemCurrency(); public virtual extern Recordset GetSystemPermission( string UserName, string PermissionID); public virtual extern Recordset GetTableFieldList( string TableName); public virtual extern Recordset GetTableList(); public virtual extern Recordset GetUserList(); public virtual extern string GetValidValueDescription( BoObjectTypes ObjNum, string ObjectName, string PropertyName, int enumValue); public virtual extern Recordset GetWareHouseList(); public virtual extern void PutEwaParameters( string bstrKey, string bstrEwaUserName, string bstrEwaPassword); public virtual extern void SetCurrencyRate( string Currency, DateTime Date, double Value, bool Update = false); public virtual extern void SetSystemPermission( string UserName, string PermissionID, int Permission); }

Related information


Bo Money Precision Types BoMoneyPrecisionTypes Enumeration
Defines the precision type (number of decimal places, up to 6) for conversion of money (double integer) to string. The precision of each type depends on definitions in SAP Business One.
   Parent: SB Obob SBObob Object


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