Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
aditya-deloitte opened this issue Aug 26, 2022 · 2 comments
Open

Comments

@aditya-deloitte
Copy link

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
Copy link
Owner

fidley commented Aug 26, 2022

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants