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

Changing custom table entries

Former Member
0 Likes
1,768

Hi,

I have a custom database table in which I have to make changes to one of the records but the change option is greyed out.I checked the 'Delivery and Maintenance Tab' but there it shows that Display/Maintenance Allowed.

Could you please explain to me why I am unable to change the entries and what could be the possible solution?

Thanks,

Sandeep.

3 REPLIES 3
Read only

Former Member
0 Likes
872

Hello,

Look at transaction SE03->Administration->Set System Change Option if the customer developments are modifiable. Check also the namespace of your database table, too.

If possible, create an maintanance to the table using transaction SM30.

And you can "cheat", too.

Use transaction SE16 select the record to be changed and in the detail screen use /h, press ENTER and change the variable CODE to EDIT. You'll be able to change the record manually.

Regards,

Read only

naimesh_patel
Active Contributor
0 Likes
872

Generally, data maintainance from SE16 is allowed when client status is "Modifiable" and quality and production systems are set as "Not modifiable".

To overcome this you need to create a table maintenance for that table and than you will be able to maintain that table using SM30.

Regards,

Naimesh Patel

Read only

Former Member
0 Likes
872

Done