2013 Sep 12 5:24 PM
Hello experts.
I'm trying to update an ABAP program but its package was deleted.
When I've tried to update, a dialog window appears with the next message:
Package ZBASIS does not exist
Also after make click in this dialog window in the question button, the next message appears:
Message no. TR414
I've tried to update the package for this program with the option "Object direct entry" for "Goto" item in the main menu of SE38 tcode. But every field in this new dialog window is read-only.
Really, I don't know that have to do to resolve this issue.
Regards in advanced.
2013 Sep 12 7:42 PM
Well, if you were able to delete a non empty package, you should be able to change an entry in object directory .
Close every session that could lock the program, and execute transaction SE03 to change the entry R3TR PROG <program>. Also lock for a pencil icon to switch from display to change on any popup screen.
Regards,
Raymond
Hello experts.
I'm trying to update an ABAP program but its package was deleted.
When I've tried to update, a dialog window appears with the next message:
Package ZBASIS does not exist
Also after make click in this dialog window in the question button, the next message appears:
Message no. TR414
I've tried to update the package for this program with the option "Object direct entry" for "Goto" item in the main menu of SE38 tcode. But every field in this new dialog window is read-only.
Really, I don't know that have to do to resolve this issue.
Regards in advanced.
2013 Sep 12 7:42 PM
Well, if you were able to delete a non empty package, you should be able to change an entry in object directory .
Close every session that could lock the program, and execute transaction SE03 to change the entry R3TR PROG <program>. Also lock for a pencil icon to switch from display to change on any popup screen.
Regards,
Raymond
2013 Sep 13 4:30 AM
Hi ,
Check my reply in this discussion http://scn.sap.com/thread/3416324 .
and use below information ...
Program ID : R3TR
Object Type : PROG
Program name : ZTEST " Your Custom Program Name
Regard's
Smruti
2013 Sep 13 4:42 AM
Hi Manuel,
Package ZBASIS does not exist
Then assign new package like this and modify your program...
Follow this procedure :
In SE38, enter your program name.
Then use the menu option "goto -> object directory entry". Click on "Change", and you can enter the new package.
You'll be prompted for a workbench request number also. The same technique can be used to change packages in other objects.
You can also use transaction SE03 (or the tools option from SE09/SE10), but access is sometimes restricted.
Regards,
Ramesh.T
2013 Sep 13 5:26 AM
Change the package of the program first then make changes in the codes..
2013 Sep 13 8:48 AM
hi ,
Unless you delete the objects which were saved under this package, it won't allow you to delete the package....So check the package name once again.
Create a new package in (se80) and assign the package to the program. as below :
Goto TCode : Se38
Enter your program .
Click on "Goto " ->object directory entry". Click on "Change" You get like Screen shot
and Give the package name and save it. and modify your program.
.
Regards
Divakar
2013 Sep 13 11:35 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |