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

Need a solution

Former Member
0 Likes
770

Hi All,

I have a requirement as like in transaction QM01 when we click the defects tab the 'Status' field should be disabled.

Can anyone suggest me a solution for this?

I was not able to find some exits also fo this.

The defects tab is a screen in SAPLIQS0(7715) which is a standard one..

I tried copying that into a custom function group which didnt work..

So if you guys could suggest some other ideas it wud be helpful..

1 ACCEPTED SOLUTION
Read only

ramesh_mahankali
Active Participant
0 Likes
703

Hi,

Screens sequence while creating notification are controlled via customising. Check with your functional team to see this can be achived via customizing first.

-Ramesh

6 REPLIES 6
Read only

Former Member
0 Likes
703

I am not sure if this will work but try something with transaction nd screen variant and that way you will not need to modify the custom code.

Thanks,

Raj

Read only

ramesh_mahankali
Active Participant
0 Likes
704

Hi,

Screens sequence while creating notification are controlled via customising. Check with your functional team to see this can be achived via customizing first.

-Ramesh

Read only

Former Member
0 Likes
703

Hi,

Check enhancement : IWOC0002 which has user-exit FM EXIT_SAPLIQS0_001, I dont think it would be possible to disable the status field but here you can raise an error if some obe tries to change the status or you can raise exception 'NO_STATUS_CHANGE' so that the status does not change.

Regards,

Himanshu

Read only

Former Member
0 Likes
703

Hi all,

Could you guys provide me any other solution other than user exits??

I tried copying tat screen also..But it is also not working..

Read only

0 Likes
703

check for existing BADI's if any on that tcode

Read only

0 Likes
703

check, what Ramesh Mahankali advised!!! in QM screen sequences and screen configuration are adjustable using customising.