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

SQ02 in Record processing

Former Member
0 Likes
1,861

Hello everybody,

I'm making a SAP Query and I'd like to check authorization objects so, 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 re-enter in SQ02 again and try modify the code,  Any idea about this issue? Why the code is missing?

Fyi : i work on the global area

Thanks in advance.

4 REPLIES 4
Read only

Former Member
0 Likes
1,231

Hi ,

       Please save and generate the Infoset ,then try to re-inter in SQ02 check ur Code ,Execute the query using transaction SQ01.    

http://wiki.sdn.sap.com/wiki/display/profile/Adding+Custom+fields+to+the+ABAP+Query

Regard's

Smruti

Read only

0 Likes
1,231

Thanks Smruti,

i did this and the code works normaly and exists in the generated program but i didn't found it

in the Recording processing section (where i have entred it)

Regards.

Read only

0 Likes
1,231

1 : Go to SQ02 enter ur existing infoset and press change button

2: Press "Shift+F9" (application specific enhancements )

3 : Selct Code  and check is your code there ?

4 : if 3 step = No, then Select Extras Tab ==> select Codingforaddtion icon

      and check is ur existing code there ?

"http://jelajahsap.files.wordpress.com/2008/01/abap-query.pdf"

also check this link page number : 10

Regard's

Smruti

Read only

0 Likes
1,231

hey Samurati,

First of all, thanks for your help i preshaed that,

i tried this solution but i didn't found my code even in extras Tab.

i came back to properties and i found the table that first developer start with

was not used in the InfoSet so i realized that the problem was about Section Node

i correct this and it works thanks God