cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

variable type attribute

Former Member
0 Likes
551

I am not sure if you can restrict the values of a characteristic depending upon attribute values of the characteristic and at the same time allow user to select the attribute values for the characteristic.

You can define a variable of type attribute and restrict values of the characteristic depending upon attribute(s) values. But how will you give access to user so that user can select the attribute values.

any inputs are appreciated

View Entire Topic
Former Member
0 Likes

Nope. You can have a characteristic variable or an attribute variable in a planning level. If you need both, you need 2 planning levels, one for each scenerio.

Mary

Former Member
0 Likes

But how will you create an attribute variable and give access to user to input values for the attribute.

Former Member
0 Likes

From BPS perspective you can create a user exit variable and have input fields for attributes of a characteristic.

Hope this helps.

Thanks

Akash

Former Member
0 Likes

You need 2 variables:

1. characteristic variable for the attribute value you need to restrict on which the user will select.

2. an exit variable which reads the value(s) for the first variable and restricts the dataset based on that value in the attribute.

Former Member
0 Likes

Mary,

I didn't quite get that. I can't have user select the characteristic values because master data is very big and I can't even sort those values logically. so I have to select characteristic values depending upon the attribute values.

pls elaborate

Former Member
0 Likes

Akash,

I also thought about it. But I have never implemented anythng like that before. Have you used exit varible and in func. module created a user selection screen?

thnx

Former Member
0 Likes

But you are wanting to restrict the characteristic by some attribute value such material by material group. Thus you need to have material group in the cube also and have a material group characteristic variable and an material attribute exit variable for material group so that it would read the material group value from the other characteristic variable and restrict in in the ABAP variable exit.

Mary