cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with passing Dynamic variable values to IP Planning Sequence

Former Member
0 Kudos

Hi All,

I am passing dynamic multiple single variable values , to a IP-planning

sequence. Planning sequence is only taking the last value passed and ignoring the rest.

Multiple variable values are passed as below:

Name Index Value

-


VAR_NAME_1 1 ZCC

VAR_LINES 1 5

VAR_VALUE_1 1 A10000001

VAR_VALUE_2 1 A10000002

VAR_VALUE_3 1 A10000003

VAR_VALUE_4 1 A10000004

VAR_VALUE_5 1 A10000005

The Excel cell references are passed to "command button" through the "Command Range" property.

The values are calculated correctly for the last Cost center and the rest of the Cost centers are ignored.

In this case only data for the Cost Center "A10000005" is processed and rest of the cost centers are ignored.

I appreciate your help.

Patch Levels:

SAP GUI 7.10 (Patch 18)

BEx Analyzer 7.X SP 12

Thank you

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Try giving in this form:

VAR_NAME 1 ZCC

VAR_LINES 1 5

VAR_VALUE 1 A10000001

VAR_VALUE 1 A10000002

VAR_VALUE 1 A10000003

VAR_VALUE 1 A10000004

VAR_VALUE 1 A10000005

Hope it may accept.

Former Member
0 Kudos

Hi,

Also check your variable is of type multiple values.

Former Member
0 Kudos

Hi Indu Sharma - I have tried several combinations, but did not work.

VAR_VALUE_1

VAR_VALUE_2

VAR_VALUE_3

VAR_VALUE_4

VAR_VALUE_5

VAR_VALUE_1

VAR_VALUE_1

VAR_VALUE_1

VAR_VALUE_1

VAR_VALUE_1

VAR_VALUE_EXT_1

VAR_VALUE_EXT_2

VAR_VALUE_EXT_3

VAR_VALUE_EXT_4

VAR_VALUE_EXT_5

Thank you,

Math

Former Member
0 Kudos

Hi Indu Sharma - The variable is mandatory & accepts multiple cost centers. We are using this same variable in various reports and in the WAD.

Thanks,

Math

Former Member
0 Kudos

I have the same problem, any other ways to select more than one value?

EDIT: When I use VAR_VALUE_LOW_EXT_1 it works.

former_member5472
Active Contributor
0 Kudos

Hi,

try using range from and to and see if it works..

Thanks

Pratyush

Former Member
0 Kudos

Hi Pratyush,

I have tried the following to make it work, but with out success.

VAR_VALUE_HIGH_EXT

VAR_VALUE_LOW_EXT

VAR_VALUE_FROM

VAR_VALUE_TO

Thank you,

Math