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

Issue while calling VIEW_MAINTENANCE_CALL

former_member212705
Active Participant
0 Likes
2,462

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
Read only

RaymondGiuseppi
Active Contributor
0 Likes
2,152

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
Read only

RaymondGiuseppi
Active Contributor
0 Likes
2,153

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

Regards,

Raymond

Read only

0 Likes
2,152

ok i am checking

Read only

0 Likes
2,152

Thanks for your quick reply , i am checking

Read only

rajkumarnarasimman
Active Contributor
0 Likes
2,152

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.

Read only

0 Likes
2,152

Hi raj,

Thanks for your quick reply , i am checking

Read only

Former Member
0 Likes
2,152

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