‎2009 Aug 07 3:20 PM
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..
‎2009 Aug 07 3:49 PM
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
‎2009 Aug 07 3:47 PM
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
‎2009 Aug 07 3:49 PM
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
‎2009 Aug 07 3:53 PM
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
‎2009 Aug 11 8:08 AM
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..
‎2009 Aug 11 8:12 AM
‎2009 Aug 11 8:47 AM
check, what Ramesh Mahankali advised!!! in QM screen sequences and screen configuration are adjustable using customising.