cancel
Showing results for 
Search instead for 
Did you mean: 

Create Control dynamically in loop using SAP Screen Personas

AbhishekSharma
Active Contributor
0 Kudos
103

Hi Gurus,

I am looking for help, to create control (Button) OR repeat a Template (Button + Text) dynamically based on data return from Backend system in JSON format using SAP Screen Personas. 

Please help...

Thanks-

Accepted Solutions (0)

Answers (1)

Answers (1)

Brian_Wills
Contributor

Hello,

As you don't have any details of what you are doing exactly, I'll give you info on what I did before.

You cannot create object (i.e Button) dynamically, so you will need to create a button and then hide it.  When you need it, you unhide it.  You can move the button based on x and y coordinates to place where you want via script.  Hopefully this enough info to get you started.  If you provide more details then a more detailed answer can be provided.

Cheers,

Brian