Skip to Content
0
Former Member
Nov 28, 2008 at 05:07 PM

problem in concatenating fields in to a variable.

28 Views

Hi friends,

I have a requiremnt.

i have 3 fields

vbap-matnr = '670000123'

vbap-vkorg = 4000

vbap-vtweg = 10

now i need to concatenate this 3 values into a single variable in the below format.

l_var = 670000123 400010

i need 9 spaces in between 670000123 400010

Regards,

Priyanka.