Table Maintanence in SM30
Hi all,
I created a Ztable and and a view for that.I am maintaning the ztable using the view in sm30.its worked fine in DEV and i transported to TST.
when i am testing it TST...it gives me a message
Client 100 has status 'not modifiable'.
why do i get this message and a way to fix it.
Thanks,
retransport your table with the proper table definition.
_________________
Cheers!
SY-SUBRC=0
The delivery class on the attributes tab is not set correctly, you want an 'A' or 'L'.
Thanks John...
I would appreciate if you could tell me the scenarios to choose the delivery class.
A - Application table (master and transaction data); data is widely variable and little depends on it
C - Customizing table, maintenance only by cust., not SAP import: Configuration where parts of SAP or your custom programs rely on the data in the table to process the data as you specify
L - Table for storing temporary data, delivered empty ; non critical data to use at you discretion, can be permanent or temporary, not effected by upgrades
G - Customizing table, protected against SAP Upd., only INS all. Similar to "C" though left alone in an upgrade
E - Control table, SAP and customer have separate key areas; Similar to "C" but SAP will update its records and leave your area alone during an upgrade.
S - System table, maint. only by SAP, change = modification; Similar to "C" but LEAVE IT ALONE
W - System table, contents transportable via separate TR objects; SYSTEM configuration table, may be updated by SAP during an upgrade.
boss,
if you get this message, it means that the client has been locked for changes. So, you can ask your Basis administrator to 'unlock' the client by going to t-code SCC1 and marking the client as 'changes allowed'..
hope this clarifies...
rgds,
_________________
codeboy
there is something else you need to do...
when creating the maint. dialog change the radio buttons at the bottom of the screen to read 'User recording routine'. This will bypass the settings of the TC system..
enjoy
While you can have basis "open " the system in SCC1 it also opens it for EVery table and if set wrong allows ABAP development in production and MORE, I beleive you are better off changing the table attribute to the SPECIFIC table.
Thanks Rusells
your Solution worked for me.but could you elaborate the process.what it does and what you mean by that.
This process of saving 'user recording routine' id specifically meant for the scenario that you have mentioned.
It is not about the data class so much - ita sbout this little radio button
Russell
hey thanks Russell! Your solution worked. Changed the Table Maintenance Generator option to 'User recording routine'
Love sapfans!
Nice to see someone uses search.
m@t
_________________
TULY The quality of answers is roughly proportional to the quality of the question.
The downside of being better than everyone else is that people tend to assume you're pretentious.