Skip to Content
0
Former Member
Jun 02, 2008 at 07:26 AM

Concatenating

212 Views

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