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

How to debug Logical database

Former Member
0 Likes
2,325

HI all,

I am trying to execute the report RFDOPR00 , where structure BSEGA is getting populated from Logical database DDF. Can I put break poing in DDF and see how BSEG is being populated.

I tried doing so but , not able to reach the break point. Please suggest how to debug DDF?

Regards

Saurabh

1 ACCEPTED SOLUTION
Read only

amit_khare
Active Contributor
0 Likes
1,125

Hi,

If you want to see how it is getting populated.

Goto Tcode SE36, give DDF and press display.

On the user menu bar click on source code to view the logic.

Regards,

Amit

3 REPLIES 3
Read only

amit_khare
Active Contributor
0 Likes
1,126

Hi,

If you want to see how it is getting populated.

Goto Tcode SE36, give DDF and press display.

On the user menu bar click on source code to view the logic.

Regards,

Amit

Read only

Former Member
0 Likes
1,125

Break-point could be given, when u make the relation (i.e select statement)

Read only

Former Member
0 Likes
1,125

tx