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

Maintain Table View

Former Member
0 Likes
3,640

Hi all,

i have create a customizing table in ta sm30. Now i want, that user only can modify existing field but not make a new entries. How can i do that?

Thx abap_begin

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,526

sorry i can't find the option, can you write more detail.

6 REPLIES 6
Read only

Former Member
0 Likes
1,526

In the delivary /maintaince tab of table set DISPLAY MAINTAINCE ALLOWED WITH RESTRICTIONS so this alows you cannot create new entries...

Let me know if you need any further info..

Regards

Satish Boguda

Read only

Former Member
0 Likes
1,527

sorry i can't find the option, can you write more detail.

Read only

0 Likes
1,526

Go to se11 and give the table name and select create button

next you will get a table control with 5 tabs in the second tab delivery / maintaince you will find

Please check

Regards

Satish Boguda

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,526

Create a maintenence view for the table,

In maintenance view give the appropriate maintenance type.

Then generate table maintenance for the view.

Read only

Former Member
0 Likes
1,526

Hi,

I guess you have created the Customization Table in Transaction SE11. Then you need to create a Maintenance View in the same transaction. So, once you have created the View, navigate to the Maintainance Status Tab. There you will 4 options which will tell you the exact behavior you intend. The descriptions are very intuitive and will guide you.

Options are

1. Read Only

2. Read, Change Delete and Insert

3. Read and Change ( I guess this will meet your Requirement )

4. Read and Change (Time Specific Views)

Have a look at the documentation if you need to more details.

http://help.sap.com/saphelp_nw04s/helpdata/en/cf/21ed2d446011d189700000e8322d00/frameset.htm

Hope this helps.

Thanks,

Samantak

Edited by: Samantak Chatterjee on Jan 5, 2010 7:26 PM

Read only

Former Member
0 Likes
1,526

Hello,

You can achieve this by creating Authorization Object (from Tn: SE54), and assign specific authorizations to this group i..e, read & modify in your case. Now assign this auth group to user to whom you want to give specific authorizations.

Note: You have to regenerate the view by using above auth group.