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

case sensitive

Former Member
0 Likes
1,319

Hi Guys,

I'm developing an inbound IDoc.

The segment contains a field 'unit' (data element MSEHT with lower case option ticked). When I'm testing the IDoc with WE19, the unit is getting converted to upper case and the select stt is failing in the inbound function module.

i enter: unit = mg/rotocap

it's converting to : MG/ROTOCAP

why is this happening even if the domain has lowercase option ticked?

regards,

Ravi

1 ACCEPTED SOLUTION
Read only

Former Member
964

Its a problem with WE19. This converts all data to upper case. When the IDoc is sent from the sending system, this will not be an issue.

3 REPLIES 3
Read only

Former Member
965

Its a problem with WE19. This converts all data to upper case. When the IDoc is sent from the sending system, this will not be an issue.

Read only

0 Likes
964

Thanks Martin,

But i'm doing validation testing using WE19, how can i proceed now? This step fails with WE19 !

Read only

0 Likes
964

The only way you will be able to do it is to change the value to lower case in debug mode or even hard code it if still working in a dev system.