‎2011 Apr 21 8:21 AM
Hi All,
I am experiencing a strange problem. I have a loop in my module pool PAI. The table it loops at has entreis but the loop merely moves from
loop at statement
//some code here
endloop statement
but never goes inside to 'some code'.
It is iterating the no of
Can anyone give a clue as to why this could be happening ?
thanks in advance .
Inesha
‎2011 Apr 21 8:30 AM
‎2011 Apr 21 12:44 PM
‎2011 Apr 21 12:48 PM
‎2011 Apr 23 10:45 AM
Hi Inesha,
If u are sure that the internal table consist values.
try looping with where condition that meets the internal table entries
‎2011 Apr 23 8:18 PM
hi...............
I think its better to post the code for better result
‎2011 May 25 1:30 PM
check the select statements (table or wa) so you may get some solution to execute the code inside the loop
thanking you