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

How to activate the upper and lower case in function modules.

Former Member
0 Likes
873

Dear frnds,

I have a RFC or Bapi when i when i execute it there is a checkbox saying :--

uppercase /lower case ...

in some cases if i click that then only the FM returns values.

So here i would like to make it check always.

So that it will process the input given as it is..without changing it into CAPS....

waiting for ur replies..

Thx,

Ram.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
775

hi,

Do one thing..

translate your input in to Upper case before calling function module

the syntax for translating int o upper case is :

TRANSLATE variable TO UPPER CASE / LOWER CASE.

reward points if useful..

hi,

Do one thing..

translate your input in to Upper case before calling function module

the syntax for translating int o upper case is :

TRANSLATE variable TO UPPER CASE / LOWER CASE.

reward points if useful..

3 REPLIES 3
Read only

Former Member
0 Likes
776

hi,

Do one thing..

translate your input in to Upper case before calling function module

the syntax for translating int o upper case is :

TRANSLATE variable TO UPPER CASE / LOWER CASE.

reward points if useful..

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
775

U can use the translate statement...but its obsolete command..

usage is not appreciated.

pass u r parameter to the FM

HR_99S_CONV_UPPER_CASE

it will give u the uppercase format.

reward if usefull

Read only

0 Likes
775

thx for ur time...

bt frnds my requirement is to stop the conversion i need to process the data as it is..

like if it is SalesOrder..then it should take it as it is...and i also dont want to check that checkbox

ram