cancel
Showing results for 
Search instead for 
Did you mean: 

How to restrict data for selection

Former Member
0 Kudos

Hi, folk,

I've faced with the following issue.

I have set of items. There are, for example, income items and expense items.

Items are distinguished by value of attribute.

According to business process, planning for income and expense items is quite different. Due to this reason I've created two planning folders to process ones.

Item was placed into header of planning format.

Before planning I should select item. More over, for income planning I should select item from income subset.

So, how to based on value of attribute I can restrict items for selection in the planning folder.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Easier impossible,

Rather than using a variable of type attribute I would use an variable of type exit.

The exit returns the full list of item in income or expense. (This depends on another variable, that could be a simple digit base or based on some other infoobject).

The variable should be assigned to your level and also available in the planning folder for selection.

The user will see the full list values and select the one he nedes to plan.

I hope it's clear.

Cheers,

Alberto