Dynamic Display of Master Data tables in DSP

Hi,

I have to create a DSP page to display the Master Data structure dynamically.

When user selects a table name from dropdown list, we need to display the table columns and rows in table format in DSP.

Tables structures are different and dynamic. I can not hardcode the column names as each table columns name and size differs.

Please let me know what are the possibilities to do it in DSP.

Thanks,
Kavitha

you can try to convert the dynamic records from DB to a certain predefined structure in flow service, then your DSP will just display this predefined structure.
leave the difficult part to the flow service instead of DSP.
HTH,