Hi Group,
I don't want to use concatenate in the below logic:
CONCATENATE 'Hello' lv_indx INTO lv_value.
Please could you let me know the logic without using concatenate. To be precise no abap keywords needs to be used in this logic.
lv_indx and lv_value are variables.
Many Thanks,
Kumar