Application Development 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: 

LDB KDF - how to debug

There are 'get' abap command to read LFA1, LFB1 and BSIK.

I can read one document in GET BSIK, but it does not work for other document?

How can I debug it (select BSIK) using LDB KDF?

I tried to put a breakpoint in report SAPDBKDF, but it does not work.

Thanks

3 REPLIES 3

sveabecker
Community Advocate
Community Advocate
0 Kudos

Hi and thanks for your question. I have changed the primary tag as this is not related to SAP Inside Track. In general we recommend adding more details to your question, e.g. you can also add a screenshot. With that, you can reach a broader range of experts to get your question answered. I also recommend to do this tutorial https://developers.sap.com/tutorials/community-qa.html

The more details you provide, the more likely it is that members will be able to assist you. And also related to the tag. Please always try your best to find the best fitting tag. Thank you.

Regards, Svea

SAP Community moderator


----- Stay up-to-date with SAP Community and subscribe to What's New today! -----

FredericGirod
Active Contributor
0 Kudos

I am not sure you could debug LDB.

Did you try to put a SQL trace (st05) and, get the code corresponding to the SELECT in the table ?

Sandra_Rossi
Active Contributor

You should be able to debug the LDB program (its name is SAPDB<LDB name>), it's just that it's an automatically-generated program, but it contains classic SELECT statements. Each time a "PUT node" is done in this program, it triggers the event "GET node" in the "consumer" program.