2011 Nov 03 10:24 AM
Hi Gurus,
I am facing a problem when using function module as RFC using SE37.
I am providing an input to the function module using import parameter but it always takes it in the upper case .
If we check the checkbox Uppercase / Lowercase it takes it as it is and works fine.
But I am using this function module as an RFC .
Is there some way in which we can pass the Value of this checkbox as checked (X) ?
Or is there some other way that the RFC should always accept the value in th same case without any change ?
I have also checked the data type of the import parameter at the domain level , it is checked as lower case as output characterstics .
Thanks in Advance ,
Amit
Hi Gurus,
I am facing a problem when using function module as RFC using SE37.
I am providing an input to the function module using import parameter but it always takes it in the upper case .
If we check the checkbox Uppercase / Lowercase it takes it as it is and works fine.
But I am using this function module as an RFC .
Is there some way in which we can pass the Value of this checkbox as checked (X) ?
Or is there some other way that the RFC should always accept the value in th same case without any change ?
I have also checked the data type of the import parameter at the domain level , it is checked as lower case as output characterstics .
Thanks in Advance ,
Amit
2011 Nov 03 10:37 AM
2011 Nov 15 3:52 PM
Well, if lowercase is checked in the domain of the field in the function it should work.
are you translating to lowercase before you call it?
did you define the field you pass also as a type that allows lowercase?
2011 Nov 15 5:52 PM
Hi,
If I have understood your question, you are having trouble calling a RFC because it is in lower case.
FYI, calling a FM is case sensitive.
I am not sure how you are calling but before you call do this: TRANSLATE <variable/fm> TO UPPER CASE.
This should solve your problem, provide this was you problem!
Reetesh
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |