hi all,
i wnt to give n numbers in cheque field.
it declared in zprogram like this (PARAMETERS: S_CHQ_NO(10) TYPE c.)
if i change the 10 to 30 it will take only 30 numbers..but i want to give n numbers..in form interface of samrtforms it declared like (s_chq_no type char(10))..on selection screen it shows 10 numbers field.
please guide me