cancel
Showing results for 
Search instead for 
Did you mean: 

how to let JCO don't convert characters to uppercase

Former Member
0 Kudos

hi all,

I'm using JCO to call BAPI_ALM_ORDERHEAD_GET_LIST,

The TABLE IT_RANGE contens select options.

The system automatically convert characters in the parameter to upper case.

table.setValue("Test","LOW_VALUE").

how to set the value to do not convert characters to uppercase.

in the se37,test function module,there is a flag for uppercase/lowercase,

how can i use in JCO ?

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member185029
Active Contributor
0 Kudos

Hi,

It would be gr8 if you let us know how you managed to solve this issue.

Ashu

former_member185029
Active Contributor
0 Kudos

Hi Colin,

What is the version of R/3 server you are using?

I guess its R/3 which is converting your data to upper case.

Have you tested your function module directly in R/3?

If there is a flag in you function module, you will get it as an Input Node parameter.

Ashu