Show TOC Start of Content Area

Procedure documentation Fine-Tuning  Locate the document in its SAP Library structure

In this example, you define an entry list for a drop-down list control, refine the layout, deploy the model and then export it.

You have created the example in Adding a Second Data Service and it is open in Storyboard.

...

...

       1.      Modify the controls of the Input Form:

                            a.      Click the Layout tab.

                            b.      “Streamline“ the Input Form by deleting the following fields (select and press Del):

                            c.      Document Date

                            d.      Document Date To

                            e.      Material

                              f.      Purchase Order

                            g.      Transaction Group

                            h.      Move the Sales Organization field to the top of the three fields.

                              i.      Right-click the Sales Organization field and choose Properties from the context menu. The Control Properties dialog box is displayed.

                              j.      Click the General tab and from the Control type drop-down list, choose Drop-down list to change the field type. This requires you to create a list of menu options for this control.

                            k.      Click the Entry List tab. You use this dialog box to define a Static list of entries, meaning a set list of entries whose values are defined for them.

                              l.      Click the Add (plus) button at the right to create the first entry. In the Value column, write 1000 and in the Display Text column, write Flat Screens.

                          m.      Create two more entries (using the Add button), as follows:

                            n.      Click Close.

Value

Display Text

2000

Full Screens

3000

Jumbo Screens

       2.      Save the model.

       3.      Deploy the model and view it in runtime. It should look similar to the following:

       4.      And finally, export the model and save it on your computer:

                            a.      Click the Design tab and go to the top level of your model by clicking FirstExample (the closed iView level) in the navigation path above the board.

                            b.      Choose Model Export to File. An Exporting message is displayed, followed by the File Download dialog box.

                            c.      Click Save and in the Save As dialog box, navigate to the location in which you want to save the model.

                            d.      Click Save.

Your file is saved, in .gml format. When building other models, you can import the file using the Model Import from File option.

 

End of Content Area