Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem in record processing codings in SQ02

Former Member
0 Likes
1,673

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.

7 REPLIES 7
Read only

former_member302911
Active Participant
0 Likes
1,323

Hi,

try to generate report from SQ01

QUERY->MORE FUNCTION->GENERATE PROGRAM

Angelo.

Read only

Former Member
0 Likes
1,323

Hi,

After saving your changes have you generated the query again by clicking on icon 'Genrate Shift+F6'.

Regards

Praveen

Read only

0 Likes
1,323

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

Read only

0 Likes
1,323

Hi,

In debugging your code is executed....i.e

You can only see your code in change mode.

Regards

Praveen

Read only

0 Likes
1,323

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?¿

Read only

0 Likes
1,323

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

Read only

former_member188827
Active Contributor
0 Likes
1,323

check query area of infoset.Sometimes an infoset with same name can exist in both standard and global areas.