Hi can I remove the excess space in my report layout? The parameters are
p_price LIKE mbew-verpr OBLIGATORY DEFAULT '7000',
p_curr LIKE t001-waers OBLIGATORY DEFAULT 'USD'.

there are leading spaces in the price parameter and it affects the layout. can i remove it?
WRITE:/'Price Threshold Value =',
p_price,
/'Currency = '(091),
p_curr.