falv icon indicating copy to clipboard operation
falv copied to clipboard

Request for Demo Program: Creating Table Maintenance using FALV

Open aditya-deloitte opened this issue 2 years ago • 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?

aditya-deloitte avatar Aug 26 '22 14:08 aditya-deloitte

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.

fidley avatar Aug 26 '22 14:08 fidley

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

aditya-deloitte avatar Aug 26 '22 14:08 aditya-deloitte