cancel
Showing results for 
Search instead for 
Did you mean: 

Deactivated imput-ready feature for a single line/cell

Former Member
0 Kudos

Hello to everybody.

I've looking for a possibility to deactivate the input-ready feature for just a single cell.

My table shows a collection of accounts from an object.

There's a column for the actual value and right of it the input-ready column for the planning value that should be typed in by the user.

One row of it contains a value that shouldn't be planned.

The problem is, I want to have them in the table but as I said not input ready.

Is this possible? If so, how?

Thanks in advance.

Sebastian

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

You can achieve this using data slices.

Try this link.

http://help.sap.com/saphelp_nw70/helpdata/EN/43/1c3d3f31b70701e10000000a422035/content.htm

Hope this helps.

Regards,

Priya.

Answers (3)

Answers (3)

former_member5472
Active Contributor
0 Kudos

Hi,

Locking can be achieved in Data Slices based on Data ;

If you want a particular row/column to be read only then it cannot be achieved through data slice;

For this you need to go for macro( if you are use Excel interface).

Thanks

Pratyush

Former Member
0 Kudos
Former Member
0 Kudos

Thanks for your answer.

I'll try it.

Sebastian

Former Member
0 Kudos

Yes you can do this. If you do not want the user to change some accounts then you can make freeze this by applying data slices.

In the planninh modeler goto the info provider tab , there you can see data slice tab.

There are two types of data slices;

Data slice based on selection:

If you want to freeze any data then you can either hard code the values or you can do it through an customer exit variable for a characteristic.

Data slice based on exit class:

You can create a custom class and put your code in that and inlcude this class in the data slice tab under exit class.

Edited by: tilak marrapu on Jul 31, 2009 4:03 PM