‎2010 Dec 20 11:43 AM
Hello everybody,
I'm making a SAP Query and I'd like filter some records in ALV list out. I inserted a code in the infoset via SQ02 in Record processing section and everything is OK then I save the Infoset and exit. The problem is when I enter in SQ02 again and try modify the before code, the code is not there but if I put a break point into record processing section when the debugg mode start the code is into the program so it exist but I can't see it in SQ02. Any idea about this issue? Why the code is missing?
Thanks in advance.
‎2010 Dec 20 11:50 AM
Hi,
try to generate report from SQ01
QUERY->MORE FUNCTION->GENERATE PROGRAM
Angelo.
‎2010 Dec 20 11:52 AM
Hi,
After saving your changes have you generated the query again by clicking on icon 'Genrate Shift+F6'.
Regards
Praveen
‎2010 Dec 20 12:12 PM
Yes I push generate button, the code is active, as I said the code inserted working perfectly...
Generate program don't work and I refresh text in SQ02 too but nothing....
The problem only happen in Record processing section, in other sections like DATA, INITIALIZATION...there isn't problem.
Thanks.
Edited by: jlgarcia on Dec 20, 2010 1:13 PM
‎2010 Dec 20 12:39 PM
Hi,
In debugging your code is executed....i.e
You can only see your code in change mode.
Regards
Praveen
‎2010 Dec 20 3:46 PM
I'm working in global area, there aren't any Querys or Infosets with same name....
I'm doing this in change mode, I don't know where can be the code?¿
‎2011 Nov 22 2:21 PM
Hi,
I know this is an old thread but did anyone find a solution for this problem?
I have exact the same problem and I am not able to remove the break-point from the infoset coding because the code doesn't appear in SQ02 / Record Processing any more.
Best Regards
Reinhard
‎2010 Dec 20 12:20 PM
check query area of infoset.Sometimes an infoset with same name can exist in both standard and global areas.