cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Select Window on Click of Custom Button in Object Page

NITIN_SAPRS
Explorer
0 Kudos

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

NITIN_SAPRS
Explorer
0 Kudos
Hi Edrilan_Berisha, Thank you for your answer !! We have the same Functionality in the Standard "Maintain Business Roles" -> Business Users -> Add Where we we get the Dialog with all the users with multi Select Functionality. How we can acheive the same in BTP RAP. Thanks, Nitin
View Entire Topic
Edrilan_Berisha
Product and Topic Expert
Product and Topic Expert
0 Kudos

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 Kudos
Hi Edrilan_Berisha,