‎2008 May 16 1:44 PM
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..
‎2008 May 16 1:47 PM
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..
‎2008 May 16 1:47 PM
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..
‎2008 May 16 1:48 PM
hi go to the domain and restrict the value for that element..
regards,
venkat .
‎2008 May 16 1:49 PM
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
‎2008 May 16 1:49 PM
Hi,
In the transaction SE80, find the function group and the screen regarding this table.
So, you can change it without problems.
Regards,
Fernando
‎2008 May 16 1:58 PM
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.