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

equating variable having value 96.245,8 with variable having value 96245.8?

Former Member
0 Likes
352

Hi Gurus,

I am trying to equate a variable(V1) of type (data element I_ERFMG QUAN 13,3) and having value 96.245,865 with another variable(V2) of type MARD-LABST of TYPE (Data element LABST QUAN 13,3) but unfortunately it is not in same format as above variable,its format is 96245.865 i.e. normal decimal digits.

Please suggest how to do this convertion

i am trying to execute this logic

IF V1 < V2.

Do SOmething.

ELSE.

Do something.

ENDIF.

Please help me on this... i am stuck in a middle of sea for this.

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
319

Hi,

first go to t-code SU01--> enter your user name --> click on change -->go to defaults tab

-->change the Decimal notation to X 1,234,567.89

then save and logout and login.

now the data appears properly and you can compare easily..

Prabhudas

Hi,

first go to t-code SU01--> enter your user name --> click on change -->go to defaults tab

-->change the Decimal notation to X 1,234,567.89

then save and logout and login.

now the data appears properly and you can compare easily..

Prabhudas

1 REPLY 1
Read only

Former Member
0 Likes
320

Hi,

first go to t-code SU01--> enter your user name --> click on change -->go to defaults tab

-->change the Decimal notation to X 1,234,567.89

then save and logout and login.

now the data appears properly and you can compare easily..

Prabhudas