‎2009 Mar 02 9:55 AM
Hi,
I have a maintanence view,i want to hide the new entries button coming as default in
the change view.In my maintanence screen,i have only a checkbox,this checkbox once set
cannot be reset.How can i achieve these two?
‎2009 Mar 02 12:52 PM
hi ,
u can write the respective logic in the events of the table maintenance generator .
in ur table maintenace generator in environment -> modification -> maintenace screen .
in the tab element list , u can modify the properties of the particular element according to your requirement .
hope this solution helps you ..
regards,
prashanti
‎2009 Mar 08 12:58 PM
-FIRST QUESTION-
I have some idea for you to try out...
1. Open program LSVIMF3W and search for fom SET_PF_STATUS
2. Looking for below function module
CALL FUNCTION 'VIEW_SET_PF_STATUS'
EXPORTING
STATUS = SPS_STATE
objimp = x_header-importable
TABLES
EXCL_CUA_FUNCT = EXCL_CUA_FUNCT.Set breakpoint at this line.
3. Go to SM30 --> put your table --> Maintain
4. Once it stop at above break point, double click on EXCL_CUA_FUNCT .
5. You will see many object underneath. Append new entry with NEWL into this table.
6. F8 and see what you are expecting.
Hope this enlight your next idea.
-SECOND QUESTION-
It's normally to unable to reset check box after you update your maintenance screen. I have faced this problem. My solution is to delete that entry and insert the same entry after delete. It'll back to normal sympton.
‎2009 Mar 09 1:53 PM
‎2009 Mar 09 6:38 PM
Hi,
go to se11
open the table and in the delivery and maintenance tab
select
display maintenance allowed with restrictions
Regards,
Siddarth
‎2009 Mar 10 12:07 PM