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 does not exist anymore. Why the program stills works?

Former Member
0 Likes
3,826

Hi:

Thank you in advance for your support:

I need to modify a smartform from a program.

When I try to modify the smartform appears this alert:

Package ZAGX does not exist

I press F9 and appears this help message:

"Message no. TR414"

In SE80 the package ZAGX does not exist.

I have many questions:

1.

Why the program stills works?

2.

Do i need to create a new package and MOVE all the program and dependecies to this new package?

4.

How can I see what was inside this missed package?

Maybe nowadays there are another programs in the same situtation.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Message was edited by: Matthew Billingham - removed irrelevant advertising link

1 ACCEPTED SOLUTION
Read only

Sandra_Rossi
Active Contributor
0 Likes
2,303

1. This is always true with any object. A package is only used for transport, dependencies at compile time, logical grouping, etc.

2. Yes you need to create a package to be able to edit the object. Nothing else (other objects pointing to this package will be now editable). If you don't create any dependency in the package (create a package with almost nothing except assigning the right transport layer), then it will be fine.

4. The package assignments are stored in the TADIR table (Object directory entries). The package is in field DEVCLASS.

Hi:

Thank you in advance for your support:

I need to modify a smartform from a program.

When I try to modify the smartform appears this alert:

Package ZAGX does not exist

I press F9 and appears this help message:

"Message no. TR414"

In SE80 the package ZAGX does not exist.

I have many questions:

1.

Why the program stills works?

2.

Do i need to create a new package and MOVE all the program and dependecies to this new package?

4.

How can I see what was inside this missed package?

Maybe nowadays there are another programs in the same situtation.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Message was edited by: Matthew Billingham - removed irrelevant advertising link

1 REPLY 1
Read only

Sandra_Rossi
Active Contributor
0 Likes
2,304

1. This is always true with any object. A package is only used for transport, dependencies at compile time, logical grouping, etc.

2. Yes you need to create a package to be able to edit the object. Nothing else (other objects pointing to this package will be now editable). If you don't create any dependency in the package (create a package with almost nothing except assigning the right transport layer), then it will be fine.

4. The package assignments are stored in the TADIR table (Object directory entries). The package is in field DEVCLASS.