cancel
Showing results for 
Search instead for 
Did you mean: 

Can we debug the RFID programs ?

Former Member
0 Kudos

Hello All,

This is Rajani.

I am working on a support project.

I have a doubt. Can we debug the RFID programs ?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Rajani. Debug of RFID programs is possible. For your custom written code you can use the following code.

      • start of code for debugging ***

data: wf_break type i.

while wf_break is initial.

endwhile.

      • end of code for debugging ***

You run the AII test tool to send tag information to AII. Then once the process starts to run, you can run the transaction sm50 in AII, to select that process and debug that process. Since the above is a while loop change the wf_break value to anything other than 0, and use the debugging keys to do your work.