cancel
Showing results for 
Search instead for 
Did you mean: 

Condition step : currency field = constant ?

Former Member
0 Kudos

Hi All,

I am stuck with a silly thing while making my WF , Pls help me out.

I am designing WF for parking invoice (tcode- FV60),there I need to give following condition:

If Invoice Amount > 2500 USD then mail is sent to some particular approver otherwise some other approver.

I have declared one variable 'Amount' in WF container with refrence to table- INVFO and field - WRBTR.(this is a currency field.)

and in condition step in WF, I am giving a condition .i.e - 'Amount' > 2500

But problem is :- condition editor shows 2500 as 2.500,00

i hv tried to give 2500 as 2500.00 then too its shown as 2.500,00 .

Pls advice how to go about it ??

Rgds

Priya

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184495
Active Contributor
0 Kudos

Hi PS,

Just test your WF through FV60 and see whether your condition is getting satisfied.

Are you worried because instead of showing 2500, system is showing 2500,00 - if that is so thats fine, because settings in SAP are maintained that way.

I mean, 2500 for SAP is 2500,00.

Aditya

P.S else, your way is correct on declaring the element in the condition editor.