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

$TMP object in production

Former Member
0 Likes
1,060

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.

6 REPLIES 6
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
796

You have just marked this question answered to post this new question.

If you marking it as answered , please provide the solution.

Keshav

Read only

Former Member
0 Likes
796

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.

Read only

0 Likes
796

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

Read only

Former Member
0 Likes
796

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.

Read only

Former Member
0 Likes
796

Not much helpful.

Read only

0 Likes
796

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