📚 SAP Business One SDK Help

Get Method
See Also 
pIMenuAbbreviationParams

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 Function Get( _
   ByVal pIMenuAbbreviationParams As MenuAbbreviationParams _
) As MenuAbbreviation

Parameters

pIMenuAbbreviationParams

See Also