cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Multiple Select Window on Click of Custom Button in Object Page

NITIN_SAPRS
Explorer
0 Likes
915

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

Accepted Solutions (1)

Accepted Solutions (1)

Edrilan_Berisha
Product and Topic Expert
Product and Topic Expert
0 Likes

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

NITIN_SAPRS
Explorer
0 Likes
Hi Edrilan_Berisha,

Answers (0)