cancel
Showing results for 
Search instead for 
Did you mean: 

VC7.3 : Help Value

Former Member
0 Kudos

Hi All,

In oldest version of VC, we can add directly a value help by righ click and then following the wizard ?

I'm in VC 7.3, how we can do it ?

Br

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

It is slightly different in CE. Follow this example from Help.SAP

1. In the Request Flights input form, change the To country and From country input fields to Combo Box controls:

a. On the Layout board, right-click the From country input field and from the context menu choose Change Control Type ® Combo Box.

b. Repeat this process for the To country input field.

2. Define an entry list for the first dropdown list:

a. Right-click the From country dropdown list and choose Entry List from the context menu.

b. In the Name field, enter a name for the list, for example, Countries.

c. Select the Dynamic option and click Next. A dynamic list automatically displays the values from the selected data service field at runtime (whereas a static list displays values that you define manually).

3. Locate the data service that you require:

a. From the Search in dropdown list, choose the IDES system (the source of the data that we need), such as IDES_R3.

b. From the Search for dropdown list, enter the name of the data service ISA_GET_COUNTRY_LIST.

c. Click Search and then choose the ISA_GET_COUNTRY_LIST data service from the Results list.

d. Click Next.

4. Configure the input parameters:

a. Drag from the Request Flights item on the left to the Input item on the right, to map the data flow between the elements.

b. Select the mapping line, and in the Assigned Value column, enter the value EN then click elsewhere in the dialog box. This indicates that the value EN is the input to the data service so that the entry list items are the English values.

c. Click Next.

5. Configure the output parameters:

a. From the Output port dropdown list, choose COUNTRYLIST.

b. In the Assigned Value column, select the following values from the fx dropdown list:

§ VALUE: Land1

§ TEXT: Landx

These values indicate that the field values for the dropdown list items are taken from the Land1 data service field, while the display names are taken from the Landx data service field.

c. Click Finish.

Answers (1)

Answers (1)

Former Member
0 Kudos

Resolved