Skip to Content
-2
Jun 19, 2020 at 01:46 PM

Remove excess space for CURR fields

157 Views

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.

Attachments