Hi All.
I've found a temporary solution in case of Debugging point not triggering inside the code.
1. Make a logic of Infinite loop.
Data: CH.
Do.
If CH = 'X'.
EXIT.
Endif.
Enddo.
2. Execute your Program.
3. Go to TCode: SM50. As its infinite loop, due to performance issue, you will get the respective program details in SM50.
4. Now Goto Debugging option provided in SM50. Make CH = 'X'. and Debug your Code.
Note: Even though its not permanent solution, we can try this way. Let me know if any one has better solution.
With Regards,
Sudhir.