‎2007 Dec 12 6:29 PM
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.
‎2007 Dec 12 6:37 PM
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.
‎2007 Dec 12 6:44 PM
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.
‎2007 Dec 12 6:47 PM
so looks like the development class u saved in is not the correct one.. try saving in some other development class..
‎2007 Dec 12 6:50 PM
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....
‎2007 Dec 12 6:56 PM
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!