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

Table Maintance

Former Member
0 Likes
607

i created a ztable and i want to maintain using sm30.

that is working fine but my prblm is i want to restrict a field in the table based on some value..

i tried in se51 ...

can anyody tell me how to work yaar..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
590

hi

you can not give restrictions in sm30..

but another way you can go for ,is to create maintenance view in se11 and in view you put conditions for your selection.then make a table maintenace gernerator of the view.

i suppose this will help you out..

5 REPLIES 5
Read only

Former Member
0 Likes
591

hi

you can not give restrictions in sm30..

but another way you can go for ,is to create maintenance view in se11 and in view you put conditions for your selection.then make a table maintenace gernerator of the view.

i suppose this will help you out..

Read only

Former Member
0 Likes
590

hi go to the domain and restrict the value for that element..

regards,

venkat .

Read only

Former Member
0 Likes
590

Hi,

When you create table maintenance generator, you must be assigning a function group name.

Go that function module, and write the code in the PAI module of the screen.

Please award points if helpful

Read only

Former Member
0 Likes
590

Hi,

In the transaction SE80, find the function group and the screen regarding this table.

So, you can change it without problems.

Regards,

Fernando

Read only

Former Member
0 Likes
590

Create the event for the maintenance view.

in that event subroutine you can write your own code to perform your action.

It will work.

Regards,

Madan.