Hi Experts,
Need your help on following things. I tried searching for this but could not really get any help. I am looking for exact syntax to achieve this.
1. I want to restrict characteristic value to be entered. Only certain range should be allowed. It should be between <= 'X' and >= 'Y'.
2. I have characteristic (ch_price) with SDCOM-VKOND reference. I want to assign a value to this characteristic. It takes when I mention the value like this '4000' for example. But it throws a syntax error when I assign a value from other characteristic ($self.ch_price = ch_val). Also the value is getting assigned when I queried the variant table but not sure how to assign a value from other characteristic.
Though it is bit similar to ABAP coding it is really confusing for me. Appreciate your help !