📚 SAP Business One SDK Help

Update Method
See Also 
pIMenuAbbreviation

Description



The `MenuAbbreviationsService` object is the entry point for operations on Menu Abbreviation records. Obtain it from the `CompanyService` object using the service name `MenuAbbreviationsService`.

Syntax

Visual Basic
Public Sub Update( _
   ByVal pIMenuAbbreviation As MenuAbbreviation _
) 

Parameters

pIMenuAbbreviation

See Also