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

Package '$TEMP' & 'Z-package'

Former Member
0 Likes
2,237

Hi Xperts,

I have a simple question. As far as I have learned that in SAP-ABAP every program,FM, CL etc has to assigned to a Package to modularize, encapsulate, and decouple units in the SAP System. It could it either $TEMP or Z-package. $TEMP is temporary storage location for Test scenarios & are flashed out by Basis guys.

My question is 'I'm using CLNT 800 (Sandbox), I assign all my code to a Z-package. Now what happens to the Z-package. Does the Basis people flush it out, in short , How long the Z-package is available in Sandbox to me???'

hanx in advance.

Hi Xperts,

I have a simple question. As far as I have learned that in SAP-ABAP every program,FM, CL etc has to assigned to a Package to modularize, encapsulate, and decouple units in the SAP System. It could it either $TEMP or Z-package. $TEMP is temporary storage location for Test scenarios & are flashed out by Basis guys.

My question is 'I'm using CLNT 800 (Sandbox), I assign all my code to a Z-package. Now what happens to the Z-package. Does the Basis people flush it out, in short , How long the Z-package is available in Sandbox to me???'

hanx in advance.

6 REPLIES 6
Read only

former_member222709
Contributor
0 Likes
1,529

Hi Kevin,

Ideally the Z- Package is at your disposal. It will be available until you delete it or the owner (the user id that created the package) deletes but.

But, practically, your BASIS Team can do a system copy, refresh which may result in erasing your package.

There is a great amount of help available on SDN about package. Search for more details.

Regards,

Pranav.

Read only

Former Member
0 Likes
1,529

Hello...

Flush out...... you mean system refresh or maintainence ?

The packages will not get deleted during this time but generally whenever system refresh or support packges installation happens to the Developemet system..people wil take the back up for safer side... but it never losts any programs unless it is in TMP package...

Experts correct me if i am wrong....

Read only

0 Likes
1,529

My bad, yes Refresh / Maintainence .

Read only

0 Likes
1,529

Then no problem....you will not lose any programs.......

how many programs do you have in that package ..if you can copy them into your local PC then always good ..

Read only

0 Likes
1,529

Yes I have done that, Thanx & have a gr8 day ahead.

Read only

Former Member
0 Likes
1,529

It always better to have a back of your programs incase if there is a system copy or refresh.