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

Is there any difference between debugging and viewing source code

sikindar_a
Active Contributor
0 Likes
716

Dear Techies

i had a doubt iam a Functional Guy and know ABAP a littel i had a doubt does debugging and viewing the source code of the Report thru SE38 are same please let me know

5 REPLIES 5
Read only

former_member188827
Active Contributor
0 Likes
681

No,they are different.In debugging you actually execute the code and check values being passed to different programs and flow logic.

Read only

0 Likes
681

Thanks ABAPUSER

Read only

0 Likes
681

I missed one word in my reply..(insetad of program variables I wrote programs)

No,they are different.In debugging you actually execute the code and check values being passed to different program variables and flow logic.

Read only

former_member194669
Active Contributor
0 Likes
681

Main difference

In debugging mode variables declared have contains values

but if you view in se38 variables declared don't contains values

a®

Read only

sikindar_a
Active Contributor
0 Likes
681

thanks for your wonderful support

wht i can understand is in SE38 we can view only "Code " where as while dubugging we can know how the code is being active and get passing thru various tables and feilds

hopeing the question is answered iam closeing the thread