cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging Validation & Substitution

raja_thangamani
Active Contributor
0 Kudos

Hi,

Could anybody tell me how to debug or Check whether my validation & Substitutions are getting triggered or not.

I tried to Switched on the Trace. But i couldnt find out.

Raja T.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Raja,

Try to copy the following code in a notepad and save it in your hard disk, whenever you want to switch on the debugger you just have to drag the file from the source location and drop it in the destination. Hope this helps.

Code given below,

[FUNCTION]

Command=/H

Title=Debugger

Type=SystemCommand

Regards,

athavanraja
Active Contributor
0 Kudos

transaction OBBH, OB28.

double click on the table entry ->detail section->double click on the substitution->double click on the exit no.->now you will see the source code and place break points there.

Regards

Raja

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Raja,

to see if a particular pice of code that you have written is getting triggerred or not, you can have a break point in your code. For example,

FORM <do_something>.

break-point.
<your logic comes here>

ENDFORM.

Is that what you are looking for ?

Regards,

Anand Mandalika.