2006 Oct 17 7:33 AM
Hi,
I need the import parameter in a FM to NOT convert lowercase letters to uppercase.
I have defined the import parameter type a type whose domain has a checkmark in the "lowercase" (RZLLI_APCL).
Despite this, when I run the program I see it gets converted to uppercase, also when I test the FM. (For export parameters this is not the case).
Anyone know if/how it is possible to do this?
(Translating to lowercase in the beginning of the FM source code also will not do because I need to have the ability for combination of upper and lower cases).
Thanks,
Michal
2006 Oct 17 9:02 AM
if the domain has the check mark for lowercase it should work.
<i>Despite this, when I run the program I see it gets converted to uppercase,</i>
how are you testing this, is it from SE37
if so, have you checked the check box "Uppercase/Lowercase"
or is it thru say type 1 program, if so, is the variable passed to this parameter is also of type with "lower case supported
Regards
Raja
Michal,
That is dependent on the DATA ELEMENT based on which the parameter is defined. In the DATA ELEMENT details, there will be a flag for LOWER CASE / CASE SENSITIVE. If that is checked, then the CASE will be retained, else it will be converted to UPPER CASE.
Regards,
Ravi
Note : Please mark all the helpful answers
2006 Oct 17 7:36 AM
Michal,
That is dependent on the DATA ELEMENT based on which the parameter is defined. In the DATA ELEMENT details, there will be a flag for LOWER CASE / CASE SENSITIVE. If that is checked, then the CASE will be retained, else it will be converted to UPPER CASE.
Regards,
Ravi
Note : Please mark all the helpful answers
2006 Oct 17 7:38 AM
Ravi,
The data element's domain is flagged for lower case.
Thanks,
Michal
2006 Oct 17 9:02 AM
if the domain has the check mark for lowercase it should work.
<i>Despite this, when I run the program I see it gets converted to uppercase,</i>
how are you testing this, is it from SE37
if so, have you checked the check box "Uppercase/Lowercase"
or is it thru say type 1 program, if so, is the variable passed to this parameter is also of type with "lower case supported
Regards
Raja
2006 Oct 17 9:06 AM
Hi michal,
1. This usually happens, when we test thru se37 .
2. for such cases,
3. when we execute the FM (in se37),
4. A CHECKBOX will come on top
(Uppercase/Lowercase)
5. Tick this checkbox.
(It will take care of lower case and will not do any kind of conversion)
regards,
amit m.
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |