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

Cannot maintain data in SM30

Former Member
0 Likes
3,857

I added 2 fields in DB then i generated a table view object so that users can through sm30 to maintain data. Once i transport the reqeust to production and then maintain the data, system alert me that "Client has status 'not modifable'. Acutally, some of table views are maintain by this method. What's wrong? Thanks

8 REPLIES 8
Read only

Former Member
0 Likes
1,690

Hi,

Check authorization in PROD and they might have disabled for you

Check the same

Regards

Shiva

Read only

Laxmana_Appana_
Active Contributor
0 Likes
1,690

Hi,

I think you are trying to add data to the customizing table , maintain the data in development system , system will ask for transport request to save data.

Move the created transport request to production system , data will be moved to production system.

Regards

L Appana

Read only

Former Member
0 Likes
1,690

Could you tell me how to check, Thanks!

Read only

0 Likes
1,690

Hi,

I think you can not run T code SU53 also in production

the otherway is to request the basis team

regards

Shiva

Read only

Former Member
0 Likes
1,690

Hi,

I think you choose the table type a C. that means a customized table, change the table type so that you can insert the data perfectly

Regards

Sudheer

Read only

former_member404244
Active Contributor
0 Likes
1,690

Hi,

It seems u don't have authorization in production..more over in production and quality we often get this message so that we can only see the data in display mode we can't edit it..

one thing u can do..

goto SE37->Give the FM name TRANSACTION_CALL->Execute it->In the transaction name give SM30 and execute ..put a breakpoint inside the source code of the function module ..then see where u r getting the error....

this is an information to u ........also check with basis guys about the roles they assigned..also u can have a look at tcode SCC4...

Regards,

Nagaraj

Read only

Former Member
0 Likes
1,690

Actually, i can access SM30 and i can maintain some of table data using SM30, i think i have right to do the maintainence. But once i re-generate the table view through se53 and transport to production, the error occurs, is it need to grant right on every table view?

Read only

Former Member
0 Likes
1,690

1 - Goto your Z table in SE11

2 - On "Delivery and Maintenance" tab, check if Delivery Class is set to "A" and Data browser/Tableview Maint. is "X" (Display/Maintenance Allowed).

If they don't, change the settings and activate the table.

AFTER THAT, you should go to Utilities -> Table Maintenance Generator.

Click on the first button (the pencil for edit), then on the pop-up window click Expert Mode. Than select all items and click OK.

This should adjust all the SM30 program and should work OK!

The problem is that when you change the table Display/Maint. info, the SM30 function modules need to be updated. Otherwise, you still get the non-modificable message!

I hope this may be helpful!

Bye