Application Development 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: 

Passing an import parameter to a F.M

Former Member
0 Kudos

Hi Experts,

Could anyone resolve the issue below listed .

I was passing a string consisting of both upper case and lower case letters as an input parameter to a function module, but the FM is taking the import value in upper case letter rather than mixed.

Eg : I was passing a string consisting of 'DEmo' and it is taking it as 'DEMO'.

In order to make the F.M take what i give to it as input what should i do.

1 ACCEPTED SOLUTION

kesavadas_thekkillath
Active Contributor
0 Kudos

In se37, there will be small check box "Upper case / Lower case" right above the input parameters . Mark it and execute.

2 REPLIES 2

Former Member
0 Kudos

Hi,

What is the import parameter type ?

Regards,

Madhukar Shetty

kesavadas_thekkillath
Active Contributor
0 Kudos

In se37, there will be small check box "Upper case / Lower case" right above the input parameters . Mark it and execute.