on ‎2024 May 26 5:52 PM
Hi Experts,
I need to select multiple user names and need to create all selected user names in object Page.
It should be same like "Maintain Business Roles" App.
Please help how can i achieve the same .
Thanks,
Nitin
Request clarification before answering.
Hi,
by this description, it's almost impossible to really tell what you want to do.
You have multiple options to achieve that, you can use a SAPUI5 list with multiselect mode enabled. A table etc. so to me your questions sounds too basic, too broad, and I believe you need to do a proper UI5 training.
<List
id="employeeList"
headerText="{i18n>listHeader}"
items="{
path : 'employee>/Employees'
}"
mode="MultiSelect"
</List>
Best,
Edrilan Berisha
SAP S/4HANA Cloud Financials Development
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 11 | |
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.