Hi,
I've developed a dynpro application which accesses a backend SAP system, sends a variant value and gets results as table.
When I run the RFC function module inside SAP system, result displayed as follow:
WEMNG MEI BAKORAN TOB
1.582,50 AD 68,20 AD
But when i displayed the same data via a dynpro application inside portal. Same data displayed as follow:
WEMNG TOB BAKORAN
158,25 AD 68,2
Please notice that WEMNG field vaules are displayed different. Why? and how can i fix dynpro application so it displays exactly as SAP?
regards