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

Facing Problem while Debugging a custom report using LDB

Former Member
0 Likes
716

Hi Gurus,

I have requirement to modify a custom report program related to FI. This program used Logical database ZDF ( Copied original DDF) for data fetching.

when i am trying to see the data in debugging mode, its not allowing to check in start-of-selection event. only in the initialization & end-of-selection i could able to debug.

when i put breakpoint in initialization, it is allowing to see the flow till a Get Event occurs in the code, once a Get event occur the debugger is coming out and displaying the report.

If anybody faced this kind of problem when debugging a report using LDB, please share how you resolved it. If there are any other ways to debug a program of this kind please help me.

Thanks,

Nanda

2 REPLIES 2
Read only

amit_khare
Active Contributor
0 Likes
464

In case if you want to Debug insed the GET event, goto SE36 open the LDB, click on source program and place your break point there.

Now execute your program.

Regards,

Amit

Reward all helpful replies.

Read only

Former Member
0 Likes
464

Hi Amith,

I checked that way also, i put break point in database program of the copied LDB, but its not allowing to check the flow in that program also.

Please suggest any other ways.

Thanks,

Nanda