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

Table Contents

Former Member
0 Likes
482

Dear Colleagues,

I have a table which is Customer specific. I would like to create entries in certain columns as default, so that the customer cannot change it. Also I would like to make only 1 column as editable.

ie Customers should be able to enter contents in only 1 column with default contents in the rest of the columns that should not be modified.

Example Contents in Column A and Column B are to be fixed and not to be modified.

Contents in Column C can be added. There are say only 4 fixed rows.

Can a view help here?.

How can I achieve this?.

Thanks for a quick info.

Regards,

Praveen

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
462

Hi,

In the table mark the <b>key and Initial check box</b> for those fields u dont want to alter.

Refer TCURC table for refernce see the MANDT and WAERS field.

Reward if this helsp.

3 REPLIES 3
Read only

Former Member
0 Likes
463

Hi,

In the table mark the <b>key and Initial check box</b> for those fields u dont want to alter.

Refer TCURC table for refernce see the MANDT and WAERS field.

Reward if this helsp.

Read only

Former Member
0 Likes
462

Hi Praveen,

I dont think such a facility is available in SAP.

However I can offer a temporary solution.

1. Create an additional field in your Z table of type C (default value Space ).

2. Whenever you are inserting / modifying the table check whether C = space.

If the value of C is space, dont insert.

But for this you have to change the table structure and programs associated with the table,

All the Best

Ravi

Read only

Former Member
0 Likes
462

Thanks! for the quick reply