cancel
Showing results for 
Search instead for 
Did you mean: 

Bex Text Variable and Characteristic Value variable

Former Member
0 Kudos

BW Experts,

Is there any way we can make a text variable get value from a characteristic value variable created?

Thanks

Ashwin

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Replacement path is not an option .....well basically because I need to fill the text variable from a characteristic value variable created on 0UNIT. At the query run time, I want the text variable to get the value the user chooses on the 0UNIT Char variable.....so my only option is to use a user exit rite?

Thanks

Ashwin

nikhil_chowdhary2
Contributor
0 Kudos

Hi Ashwin,

I think you would have to use a customer exit variable in this case. Define you text variable as type customer exit, and in the exit write the logic under i-step = 2, so that the code gets executed after the user entry variable has the desired value.

Hope it helps,

Regards,

Nikhil

Answers (1)

Answers (1)

edwin_harpino
Active Contributor
0 Kudos