‎2008 Jun 11 10:05 AM
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
‎2008 Jun 11 10:07 AM
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.
‎2008 Jun 11 10:07 AM
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.
‎2008 Jun 11 10:11 AM
Thanks Martin,
But i'm doing validation testing using WE19, how can i proceed now? This step fails with WE19 !
‎2008 Jun 11 10:15 AM
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.