Hi
I am having two fields like this
wf_acc type c length 1 value '-'.
wa_rseg-wrbtr type rseg-wrbtr. (data type curr length 13 decimal places)
i would like to concatenate wf_acc '-' in front of wa_rseg-wrbtr.
I want my output should e like (-100).
But while doing i am getting a error like "WA_RSEG-WRBTR" must be a character-type data object (data type C, N,D, T or STRING) .
Can any one help me to do this??
Arun Joseph