cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple values for a given property in a Master Record

Former Member
0 Kudos
205

I have a requirement to maintain multiple values for a given property of a master data as shown in the above example. Appreciate your help on the above.

Regards

SAP BOSS

View Entire Topic
former_member191765
Active Participant
0 Kudos

you can maintain multiple properties by separated with "," i.e. "N,C"  but try to get when and how to use these property

Former Member
0 Kudos

Yes. That is exactly my question. How do I use the property values in my input values.

Shrikant_Jadhav
Active Contributor
0 Kudos

Hi,

As Anjan said you can maintain multiple properties separated by comma.

As far as how to use that is totally depends on your requirement. You can use dimension over ride, filter option in editor.

Regards,

Shrikant

Former Member
0 Kudos

I want to input the value with a combination of GrI+C or GrI+N. How do I accomplish?

Appreciate your help.

Shrikant_Jadhav
Active Contributor
0 Kudos

Hi ,

Yes, You can use dimension over ride on property value.


I want to input the value with a combination of GrI+C or GrI+N.

But you can not input different data on this two combination e,g,

GRI+C 100

GRI+N 200

Can you explain your requirement in detail with some sample data and screen shots.

Regards,

Shrikant

Former Member
0 Kudos

Hi

My requirement is like this.

I have two properties for Grade 1- Gr1. One is C and another one is N.  C represents Employee and N represents Contractor. I have maintained two different rates in my  DM script logic and based on this  property system should calculate the value. This is my requirement.

Regards

SAP BOSS

Shrikant_Jadhav
Active Contributor
0 Kudos

Hi,

As you said


How do I use the property values in my input values.

I thought you are talking about input form, that's why I said you can crate input form using dimension over ride.

But if your requirement is about scrip logic then it is better to ask question with reference to  following guide by so that we can understand your requirement properly and you will get right solution.

http://scn.sap.com/community/epm/planning-and-consolidation-for-netweaver/blog/2014/01/31/how-to-ask...

Regards,

Shrikant

Former Member
0 Kudos

Hi

I thought you are talking about input form, that's why I said you can crate input form using dimension over ride.

Can you explain the above functionality?

Regards

SAP BOSS

Shrikant_Jadhav
Active Contributor
0 Kudos

Hi,

By assuming you have dimension "GRADE" , property "DISPLAY" , and value of that property "N, C".

and you want to populate member having property value "N" then type

=EPMDimensionOverride("000","GRADE","DISPLAY=N)


it will populate all the  members of  "GRADE" dimension having property value = "N".



Regards,

Shriaknt