I have the following function
ALTER FUNCTION [dbo].[ActualWeightDIMS] ( -- Add the parameters for the function here @ActualWeight int, @Actual_D
select 'abcd' + ltrim(str(1)) + ltrim(str(2))