Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Standard Debugger - Save FM Parameter

ishwarya_doss
Participant
0 Likes
2,236

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!

1 ACCEPTED SOLUTION
Read only

ClausB
Active Participant
1,735

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/2017/12/17/abap-debugger-enhancement-or-how-to-speed-up-your-test-data-creatio...

https://blogs.sap.com/2019/02/22/abap-debugger-enhancement-update/

https://github.com/objective-partner/abap_debugger_data_view_extension

4 REPLIES 4
Read only

ClausB
Active Participant
1,736

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/2017/12/17/abap-debugger-enhancement-or-how-to-speed-up-your-test-data-creatio...

https://blogs.sap.com/2019/02/22/abap-debugger-enhancement-update/

https://github.com/objective-partner/abap_debugger_data_view_extension

Read only

Sandra_Rossi
Active Contributor
1,735

The tool works one variable at a time, so it can be fastidious if the function module has a lot of parameters.

Read only

Sandra_Rossi
Active Contributor
1,735

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?

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,735

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.