2012 Dec 24 9:59 AM
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.
2012 Dec 24 11:41 AM
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
2012 Dec 24 12:28 PM
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.
2012 Dec 26 5:01 AM
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
2012 Dec 26 8:33 AM
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