cancel
Showing results for 
Search instead for 
Did you mean: 

Routine Debugging

Former Member
0 Kudos

Hi all,

Would be grateful to you if you could guide me about the basics to write and debug update routine/start routine.

Thanks in advance.

Arun

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

I hope ur problem was solved...

Former Member
0 Kudos

Hi

Follow the below steps.

1) Write "Break-Point" in your start routine and field routine where you want to trace the code.

2) Activate it and load the data via PSA.

3) After the load is done, goto monitor screen ---> Details tab ---> Processing

4) Right-click and select "Simulate Update"

5) Select the data package and press enter.

6) Press F7 twice. It will take you to the Break-Point stmt in the Start routine.

7) From there you can continue the debugging.

Open the transformation where you have written the start routine and from there, go to the menu option Extras -> Display Generated Program. It will contain the start routine you have written. Place a break point there in the code and come to the DTP Execute tab.

Here you can debug the custom --

Select Processing mode as "Serially in the dialog process (for debugging) and then click on execute button. You will now be able to debug the code you have written.

Go through the below link

Hope this helps

regards

gaurav

former_member228339
Contributor
0 Kudos