Alternative approach to show/process 50k records in VBCS
Summary:
Alternative approach to show/process 50k records in VBCS
Content (please ensure you mask any confidential information):
Hi Expert,
I am exploring an alternative solution from a different perspective instead of providing an editable table to users. The table would contain approximately 50,000 records, and even with pagination implemented using BDP with SDP, I believe the user experience would not be optimal, as users would need to scroll extensively and perform inline edits across the table.
Currently, we have validation within the editable table based on the business unit, which is presented as a dropdown. Additionally, there is transformation logic in the UI applied both before displaying the data in the table and when posting records after inline updates.