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

Error in table maintenance generator Please help

Former Member
0 Likes
2,972

Hi All,

I am getting below error when try to maintain table maintenance generator. But when I checked that table it is stored in ZAMEFP and not in $TMP (checked in SE80)

I am giving

Table/View ZKRONOS_MAP_BP

Authorization Group &NC& w/o auth. group

Function group ZKRONOS_MAP_BP

Package ZAMEFP Finance and purchasing for the AME regi

Maintenance type

Maint. Screen No. Overview screen 1

Single screen 2

Recording routine

Compare Flag Automatically Adjustable

But getting below error.

Please let me know how I can get rid of this error

The maintenance object description has no transportable package

Message no. SV415

Diagnosis

You want to generate the maintenance modules for object ZKRONOS_MAP_BP. The correction system is not active for the package $TMP, to which the corresponding maintenance object description is assigned. The function group assigned for the generation has a package which can be corrected.

System response

The generation is not performed.

Procedure

Either assign the maintenance object description for object ZKRONOS_MAP_BP to a correctable package, or assign the table for the generation of the maintenance module to a function group with non-correctable packages.

Points will be rewards for all useful ans.

Thanks

Minal

1 ACCEPTED SOLUTION
Read only

former_member156446
Active Contributor
0 Likes
1,316

Table/View ZKRONOS_MAP_BP

Authorization Group &NC& w/o auth. group

Function group ZKRONOS_MAP_BP

Package ZAMEFP Finance and purchasing for the AME regi

>change the package name... looks like its not transportable.. >create a fresh function group and assign it to it.. it will be resolved

Maintenance type

Maint. Screen No. Overview screen 1

Single screen 2

5 REPLIES 5
Read only

former_member156446
Active Contributor
0 Likes
1,317

Table/View ZKRONOS_MAP_BP

Authorization Group &NC& w/o auth. group

Function group ZKRONOS_MAP_BP

Package ZAMEFP Finance and purchasing for the AME regi

>change the package name... looks like its not transportable.. >create a fresh function group and assign it to it.. it will be resolved

Maintenance type

Maint. Screen No. Overview screen 1

Single screen 2

Read only

Former Member
0 Likes
1,316

Hi Minal,

Delete the $TMP save in Local other wise assign to package (Request number)

if you give me brief i can help you out more.

Thank you .

Regards

Ram

Read only

0 Likes
1,316

Hi Ramana,

It is allredy assign to package and that package is transportable. I created the TMG for other three tables in same manner. But only for this table it is giving above error.

Minal

Read only

0 Likes
1,316

Hi

I know this error was one you had just about 2 years ago, but I also see that you flagged it as answered. However there is no solution in the inline text. So, for the benefit of all, I'll just let you know what a possible solution would be.

The problem lies in the maintenance object description within table TADIR. Usually FUGR is assigned the same name as the table that a maintenance is generated for. For instance if your table name is ZTAB01, you'll for instance find 3 entries in table TADIR if you search with ZTAB01*, a FUGR, a TABL and a TOBJ (usually table name with an S extension).

In my case when I had the exact same error message as you, the TOBJ entry had a $TMP package. You can also view this in transaction SE54 -> Environment -> Maintenance Objects -> Change. Once again you'll see the Object Directory entry + Type. Click on Object Directory Entry.

To fix this you'll have to remove the entry and recreate in SE03 and Change Object Directory Entries. Now Create Object Directory Entry by adding a TOBJ entry with the S extension and assign it to a transportable Package.

Best regards,

Adrian Bruwer

Read only

0 Likes
1,316

Adrian,

Thanks a lot for your solution. I had the same problem, and after I read your post, I navigated to TADIR table, to my surprise found the object saved in local package. I made the required changes in TADIR table, and table maintenance generator worked without reporting any error.

Thanks once again.

Regards,

Tom Jerry.