Application Development 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: 

table maintanence generator

Former Member
0 Kudos

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?

5 REPLIES 5

Former Member
0 Kudos

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

Former Member
0 Kudos

-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.

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi,

go to se11

open the table and in the delivery and maintenance tab

select

display maintenance allowed with restrictions

Regards,

Siddarth

Former Member
0 Kudos

Hi,

check below link

Regards,

Madhu