‎2009 Apr 16 8:17 PM
Hi all,
I am using functionmodule VIEW_MAINTENANCE_CALL through ZProgram and every thing is ok.
But my requirement is to change two particular fields and rest should be in display mode(Grayed out).
So
‎2009 Apr 17 1:59 PM
Hi phani chowdary.
It is very simeple.Before calling FM VIEW_MAINTENANCE_CALL in your program you need to set property of fields in table maintanance screen.
Go to function group of table maintanance screen and navigate layout of table maintanace screen. Enable 'OUTPUT ONLY' check box for field you want to gray out and activate function group.
Cheers.....
Regards,
Peranandam
‎2009 Apr 16 9:07 PM
Hello Phani
I do not think you can influence the appearance of the maintenance screens by this function module. You either need to use view-specific events or create a specific maintenance view having the required display properties which is called by your z-report.
Regards
Uwe
‎2009 Apr 17 1:59 PM
Hi phani chowdary.
It is very simeple.Before calling FM VIEW_MAINTENANCE_CALL in your program you need to set property of fields in table maintanance screen.
Go to function group of table maintanance screen and navigate layout of table maintanace screen. Enable 'OUTPUT ONLY' check box for field you want to gray out and activate function group.
Cheers.....
Regards,
Peranandam