‎2009 Jan 15 10:33 AM
Hi all,
I want to default a filename to the impoting parameter of Function module.
But it allows only 21 chars. Can anyone help me in defaulting a value more than
21 chars.
Thanks,
Keerthi.
‎2009 Jan 15 10:37 AM
‎2009 Jan 15 10:37 AM
I think its SAP standard which restricts only to use 21 characters
and by the way why u need to have more than 21 characters when u can always cut short the length and pass it
‎2009 Jan 15 10:39 AM
>
> Hi all,
>
> I want to default a filename to the impoting parameter of Function module.
> But it allows only 21 chars. Can anyone help me in defaulting a value more than
> 21 chars.
>
>
>
> Thanks,
> Keerthi.
I'm sorry, but there is no magic way of passing a value containing more than 21 chars into a variable defined as char21.
‎2009 Jan 15 10:43 AM
U r right christine
the best way is to cut short the length of your variable upto 21 characters
‎2012 Feb 01 9:16 PM