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

ABAP Debugger Scripting

former_member658126
Participant
0 Likes
1,155

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???

5 REPLIES 5
Read only

Sandra_Rossi
Active Contributor
0 Likes
1,052

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).

Read only

Sandra_Rossi
Active Contributor
1,052

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.

Read only

former_member658126
Participant
0 Likes
1,052

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.

Read only

1,052

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).

Read only

Sandra_Rossi
Active Contributor
1,052

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).