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

particular table maintenance generator

Former Member
0 Likes
575

hi guru,

i need to create a particular table maintenace.

i have create an append for a std table AGR_DEFINE.

in this append there is one custom field.

now i need to create a table maintenace only for this field without the new entries button.

possible? if so, how?

thanks in advance!

bye

Valerio

hi guru,

i need to create a particular table maintenace.

i have create an append for a std table AGR_DEFINE.

in this append there is one custom field.

now i need to create a table maintenace only for this field without the new entries button.

possible? if so, how?

thanks in advance!

bye

Valerio

3 REPLIES 3
Read only

Former Member
0 Likes
548

Hi Valero,

As per my understanding, it is not possible to do it using standard table maintenance generator. Yes, you can definitely create a custom module pool program to do this.

Thanks & Regards,

Sandip Kamdar

Read only

Former Member
0 Likes
548

Hi

U can create a maintenance view based on table AGR_DEFINE where only the kay field AGR_NAME and your new fields are managed.

Then u can generate a maintenance program (SM30) for the view instead of the table AGR_DEFINE, but you'll have to delete all chance to insert or delete a records, only the options for changing should be available

Max

Read only

0 Likes
548

Hi

U can set an own PF-STATUS for SM30 where u can delete the functions for inserting and deleting

Max