Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
Jens-Limbach
Advisor
Advisor

In this short tutorial I would like to explain how to create a list find form to be used for creating new entries in an advanced list pane. This will look similar to a quick create but works simply for a data list. Credit goes to stefankrauth for this hint

Goal: Create a quick create "like" form for adding new elements to a list

1. Create a DataList in the UI Designer Data Model (here: Contacts)

2. Right-Click on the DataList and select "Add ListModificationStructure"

3. Bind the relevant fields to the newly added structure

4. Should look like this:

5. Drag and Drop the ListModificationForm somewhere to your screen

6. Open the ListModificaitonForm and add the fields from your data model structure, also select your structure in the properties within "Associated ListModificationStructure"

7. Add a Hanlder that starts the form to the Add Button

8. Save and Activate and take a look:



19 Comments