Quantcast
Channel: SCN : All Content - ABAP Development
Viewing all articles
Browse latest Browse all 8332

ABAP Character Data Type Multiplication Issue difference in ITG vs Dev Environments.

$
0
0

Hello Folks,

 

My problem is very simple but hey I have tried everything and dont know why I have an issue and what is the possible solution. Let me create the scenario:-

 

SAP Dev Box:

data: prctg type char15.

 

prctg = '0.065'.

prctg = prctg * 100000.

 

i see prctg value to be: 6500. Which is good.

 

 

SAP ITG Box:

data: prctg type char15.

 

prctg = '0.065'.

prctg = prctg * 100000.

 

i see prctg value to be: 65000. Which is absurd and wrong!!!!

 

.

 

Question: How can 2 environments behave differently? What is the solution to have the same result as the DEV Box using a reliable method please.

 

Thanks alot!!!! Yet I have had no one resolve this issue for me in my workplace so I came here desparately!!

 

Salman


Viewing all articles
Browse latest Browse all 8332

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>