‎2020 Feb 04 8:56 AM
I have some doubts related to debugger scripting. can we move the Scripting code created in development system to qaulity to test the program in quality. If yes, How it is possible.?? When i created a script to debug the program in developement it is getting saved in local directory and not asking for any TR to save. so that i can move to quality with the help of.. Please help me with this query.
Is it only possible in Development system to create and RUN???
‎2020 Feb 04 12:40 PM
Please use the COMMENT button for comments, questions, adding details, etc., ANSWER is only to propose a solution, dixit SAP text at the right of the answer area. At the same time, the person will be informed of your comment (currently not).
‎2020 Feb 04 12:45 PM
Why not doing a copy/paste of the source code in Quality?
If you want to transport the script for some reasons, as a script can be stored in an ABAP program (SAVE AS / the source code contains specific debug metadata in comments), you just need to transport the ABAP program separately as you can do with any other program.
‎2020 Feb 05 9:03 AM
Hi Sandra, Thanks for the Answer. The Transport itself is not getting created to move to Quality. It is getting saved in Local directory. Else please let me know how i can move the local file saved in DEV to Quality by Transport.
‎2020 Feb 05 9:40 AM
Please use the COMMENT button for comments, questions, adding details, etc., ANSWER is only to propose a solution, dixit SAP text at the right of the answer area. At the same time, the person will be informed of your comment (currently not).
‎2020 Feb 05 9:43 AM
A debugger script file cannot be transported, but you can copy/paste its contents or upload it from another system.
A debugger script ABAP program can be transported (theoretically, but I never tried).