cancel
Showing results for 
Search instead for 
Did you mean: 

variable type attribute

Former Member
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You have to define that attribute as Navigational Attribute to acheive this. Then, that attribute can act as independent characteristic and you can create Variables/filters on that as requried. Read more from SAP help regarding this.

Regards,

Sree

Answers (3)

Answers (3)

Former Member
0 Kudos

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 Kudos

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

Former Member
0 Kudos

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 Kudos

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 Kudos

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 Kudos

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 Kudos

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

Former Member
0 Kudos

Srini,

what you said was from BEx perspective. But thnx for your reply.

Former Member
0 Kudos