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: 

Issue while calling VIEW_MAINTENANCE_CALL

former_member212705
Active Participant
0 Kudos

Hi experts,

I have requirement to create a program with FM VIEW_MAINTENANCE_CALL using selection screen.

I am getting the data as per the selection screen.

But my requirement is -> my View is having 8 fields where 4 are the fields like sales org, profit center1, profit center2 and country and other 4 are the description of these fields. Whenever I will run my program, the text field(description field) column should not be editable ,i.e. User should not do any changes in those columns.  Right now, I am getting all the data in editable mode.

I am not getting how to deal with this requirement.

Your help will be appreciable.

Thanks in advance.

Regards,

A.T.

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

Use a view of type maintenance view, there declare the text fields as "R" read-only, SE54/SM30 will do the job.

Regards,

Raymond

6 REPLIES 6

raymond_giuseppi
Active Contributor
0 Kudos

Use a view of type maintenance view, there declare the text fields as "R" read-only, SE54/SM30 will do the job.

Regards,

Raymond

0 Kudos

ok i am checking

0 Kudos

Thanks for your quick reply , i am checking

rajkumarnarasimman
Active Contributor
0 Kudos

Hi Ashish,

In module pool screen of the particular table, For that particular 4 fields, uncheck the Input field in screen attributes under Program tab as shown below.

Regards

Rajkumar Narasimman.

0 Kudos

Hi raj,

Thanks for your quick reply , i am checking

Former Member
0 Kudos

Hi

You can create a maintenance view based on your table and generate the maintenance program for the view instead of the table.

In view you can set the fields for read-only

Max