Hi All,
I'm using Design Studio 1.5.
In my DS application, I would like to pass the value of input field to a bex variable (in order to use the string value in a ABAP function...).
In Design Side, I use an input field and I call a Planning Sequence to pass the string value as a parameter:
PS_1.setVariableValue("MYBEXVARIABLE", INPUTFIELD_1.getValue());
In BW side, my variable MYBEXVARIABLE is based on CHAR250. It defines as single value mandatory.
I've tested my Planning Sequence wth Analysis Office : it works.
With Design Studio 1.5: KO. Even if I fix a string value in the setvariable (ex. PS_1.setVariableValue("MYBEXVARIABLE", "test value") ) , I don't receive the value in BW side (I checked it in debug mode).
This problem only occurs with this variable. The same planning function uses other Bex variables (based on IO defines as char20) without problem : I receive value in my function on BW side.
My question: That's wrong with in my case ? Why I cannot pass a value to a variable based on CHAR250 ?
Thanks a lot for your help.
Best regards,
Sebastien