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

Using VIEW_MAINTENANCE_CALL

Former Member
2,403

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

1 ACCEPTED SOLUTION
Read only

Peranandam
Contributor
0 Likes
1,083

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

2 REPLIES 2
Read only

uwe_schieferstein
Active Contributor
0 Likes
1,083

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

Read only

Peranandam
Contributor
0 Likes
1,084

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