write l_str_summary-cr_amount to l_amount1 left-justified no-sign.
where l_amount is a CHAR
Concatenate ''' l_amount into l_amount.
that's all
Fred
write l_str_summary-cr_amount to l_amount1 left-justified no-sign.
where l_amount is a CHAR
Concatenate ''' l_amount into l_amount.
that's all
Fred