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

Generate Table Maintenance SE54 Problem

Former Member
0 Likes
1,972

Hi Experts,

When I was trying to generate the table maintenance in SE54 for a custom table I just created, I am getting an error.

The path I followed is:

Goto SE54 -> entered ZTABLE -> Select "Generated Objects" Radio Button -> Clicked on 'Create/Change' -> 'Yes' to the confirm message -> Entered 'Authorization Groups' -> Entered 'Function Group' -> Selected 'One Step' radiobutton -> Entered 'Overview Screen' Value -> Selected 'No, or user, recording routine' -> Clicked on 'Create'.

Here I am getting a message "<i><b> The maintenance object description has no

transportable development class"</b></i> .

I made sure that the table I created is assigned to an appropriate 'DEV CLASS'

not to '$TMP'.

Can anybody please let me know what went wrong?

Thanks a lot for your help.

5 REPLIES 5
Read only

former_member156446
Active Contributor
0 Likes
1,093

as far as I know.. creating tables from SE54 should be assigned to a transport req or to a development class.

U can also create a table from SE11 .. try that way if it works.

Read only

0 Likes
1,093

Thanks for the response. I did try from SE11 also. No Luck. The error message description has the procedure :

<b>The maintenance object description has no transportable development class

Message no. SV 415</b>

<b>Diagnosis</b>

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

<b>System Response</b>

The generation is not performed.

<b>Procedure</b>

Either assign the maintenance object description for object ZFSS to a correctable development class, or assign the table for the generation of the maintenance module to a function group with non- correctable development classes.

How can I assign <i>the maintenance object description</i> to a development class?

Thanks again.

Read only

0 Likes
1,093

so looks like the development class u saved in is not the correct one.. try saving in some other development class..

Read only

0 Likes
1,093

I am trying in my system

se54 > table / view ( create)

delivery class ' A'

provide fields

<b>save </b>

package remove $temp and give som of ur org development package and hit <b>save.</b>

thats should be it....

Read only

Former Member
0 Likes
1,093

I have saved the table first with '$TMP' inadvertently and then assigned to a 'DEV CLASS' later, but the system still thinks it is with '$TMP'. So I changed it and activated it again. Works now. Thanks for your responses though!