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