You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: