Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Default value for importing parameter

Former Member
0 Likes
1,426

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.

5 REPLIES 5
Read only

Former Member
0 Likes
947

hi,

Please specify the function module name..

regards

vijay

Read only

Former Member
0 Likes
947

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

Read only

christine_evans
Active Contributor
0 Likes
947

>

> 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.

Read only

0 Likes
947

U r right christine

the best way is to cut short the length of your variable upto 21 characters

Read only

Former Member
0 Likes
947

not possible