Mentor SAP
After this a green underline appears for the List Items field. You can assign the data binding by choosing this green text.

 

 

Of course, you need a table for the dynamic data binding of the choice list.

 

Items should be assigned to “TABLE.DATA[*],” meaning that all rows are bound.

 

In this example CARRIERS is the name of the table.

 

In the next step, you assign the empty Item Text and Item Value fields.

 

 

The CARRNAME column in the CARRIERS table is assigned toItem Text.

 

The CARRID column in the CARRIERS table is assigned to Item Value.

 

With these settings, all names of the entire carrier table will be shown in the choice list.

 

When the user chooses an element, the technical value behind the chosen carrier (here, CARRID) is transported back to the bound field (ADDITIONAL_TEXT).

 

 

The user decides to choose British Airways. The technical value behind (“BA”) will be send back to the bound field.

 

If CARRNAME is used both for Item Value and Item Text, the name of the carrier would also be transported back to the bound field.

 

This depends on what the developer wants.