fidley / falv

FALV - Fast ALV Grid
https://abapblog.com
GNU General Public License v3.0
141 stars 52 forks source link

Request for Demo Program: Creating Table Maintenance using FALV #74

Open aditya-deloitte opened 2 years ago

aditya-deloitte commented 2 years ago

Hi, I attempted to make a table maintenance program using FALV which works similar to T-code SM30. But I was not successful in doing so. If possible, can you provide a simple demo program for the same?

fidley commented 2 years ago

I don't have sample program for that, but this should be not hard, as you have the name of the table, create dynamic table type and dynamic select to that table. Then pass the internal table to FALV and redefine save user command to put the entries back to you table. You would need also to catch the deleted entries by redefining EVF_DATA_CHANGE_FINISHED method.

aditya-deloitte commented 2 years ago

I don't have sample program for that, but this should be not hard, as you have the name of the table, create dynamic table type and dynamic select to that table. Then pass the internal table to FALV and redefine save user command to put the entries back to you table. You would need also to catch the deleted entries by redefining EVF_DATA_CHANGE_FINISHED method.

Alright, I will attempt once again and will come back here if I need your help. And if successful, will post a demo program here for reference.

Cheers, Aditya