fidley/falv

Request for Demo Program: Creating Table Maintenance using FALV

Opened this issue · 2 comments

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?

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.

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