‎2020 Jul 01 1:23 PM
Hi Experts,
Is it possible to save FM with deep structures as parameters in ABAP debugger under the Services of Fast variable display Tool?
Thanks in Advance!
‎2020 Jul 01 3:45 PM
You can also extend your debugger with the open source project "abap_debugger_data_view_extension". This feature is especially interesting for creating test data
https://blogs.sap.com/2019/02/22/abap-debugger-enhancement-update/
https://github.com/objective-partner/abap_debugger_data_view_extension
‎2020 Jul 01 3:45 PM
You can also extend your debugger with the open source project "abap_debugger_data_view_extension". This feature is especially interesting for creating test data
https://blogs.sap.com/2019/02/22/abap-debugger-enhancement-update/
https://github.com/objective-partner/abap_debugger_data_view_extension
‎2020 Jul 01 8:38 PM
The tool works one variable at a time, so it can be fastidious if the function module has a lot of parameters.
‎2020 Jul 01 8:31 PM
If it's not possible to save test data of this function module via SE37, then it's not possible to do it via the debugger... Did you try via SE37?
‎2020 Jul 01 8:34 PM
The question is about saving the parameters of a FM, so only the links you give in the end are related to the question, but don't answer it.