‎2010 Jan 17 11:20 AM
Dear experts,
I have requirement where i have to change a object when i see that object it is saved in $TMP in production . The object is starting with A* . So I am little confused because this object having the naming convention of sap. So how it is saved in temporary package. This report is linked to ztransaction. So kindly help I want to do change to this report.
‎2010 Jan 17 11:25 AM
You have just marked this question answered to post this new question.
If you marking it as answered , please provide the solution.
Keshav
‎2010 Jan 17 11:44 AM
I have checked the same program in quality sys but it does not exist. I believe it is something like system generated program.I want to change the output of this report. But in the code i am not able to find any write statement. How to change this report.
‎2010 Jan 17 12:29 PM
Hello,
This is probably an ABAP Query created via SQ01, SQ02.
You transport and develop only the query definition, never the main program.
The main program is always generated in $TMP and has a generic name.
Try to find out via SQ01 or SQ02 which query it is and maintain the query.
Wim
‎2010 Jan 17 12:42 PM
Thanks for your reply. How to search from which query it is generated. When I search the report name in tadir i am not able to find it. Where this report will be saved. How it is transported . Kindly help. I just wanted to how the report I am checking is created by which query.
‎2010 Jan 20 1:43 PM
‎2010 Jan 20 5:52 PM
Hello,
More info can be found here:
[http://wiki.sdn.sap.com/wiki/display/ERPFI/abapquery|http://wiki.sdn.sap.com/wiki/display/ERPFI/abapquery]
A small extract from the article regarding the naming convention:
There is a specific naming convention to this program. It starts with AQZZ, continued by user group name, from seventeenth character Query Name starts and rest of the spaces are filled with '=' (equals).
Wim