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: 

Question about view in sm30

Former Member
0 Kudos

I have created a view. In this view i would like to have a field witch have this properties:

- Only in read mode when i am in change or display mode in sm30.

- Changeable when i click on new entries

How can i do that?

At the present, this field is type 'R'. So, it is in read mode only even if i am in the new entries screen.

thanks by advance,

LB.

4 REPLIES 4

Former Member
0 Kudos

Hi Laurent,

If you have generated standard table maintenance you can probably achieve this functionality via SE54 and in Menu Environment->events. Here you can enter your own piece of coding for all standard events.

Regards,

John.

0 Kudos

Thank you for your answer!

I could change the status of the field with this way, when event is detected. But how to change the status?

0 Kudos

Hi Laurent,

On second thoughts, you can better use menu Environment->Maintenance screens and adapt the screen exactly to your needs.

Regards,

John.

0 Kudos

Sorry but it doesn't work. I tried to to change the screen but i didn't fing the change i should make. Do you have any idea?