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.