ui.ComboBox.getTableName

Get the table prefix of the form field.

Syntax

getTableName()
  RETURNING result STRING

Usage

The getTableName() method returns the name of the form field table prefix. The form field table prefix can be NULL if not defined at the form field level.

This allows to identify a COMBOBOX field in your program, for example to fill the drop down list with the appropriate items.