cancel
Showing results for 
Search instead for 
Did you mean: 

Calculator in webdynpro

Former Member
0 Kudos

Hi,

I need a calculator tool or function.

Does anyone know about it.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

former_member212713
Contributor
0 Kudos

Hello ;

Use the 'FITRV_CALCULATOR' FM.

Example :

http://yedirenkyazilim.blogspot.com/2009/09/sap-abap-ile-hesap-makinesi.html

Best Regards.

Melih MUTLU

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

>

> Hello ;

>

> Use the 'FITRV_CALCULATOR' FM.

>

> Example :

>

> http://yedirenkyazilim.blogspot.com/2009/09/sap-abap-ile-hesap-makinesi.html

>

> Best Regards.

>

> Melih MUTLU

You marked this answer as having solved your question, but I don't see how it could have. This function module is a classic dynpro screen and won't possibly work from Web Dynpro. Answering an incorrect answer immediately with full points always makes me a little suspecious.

There isn't a built in Web Dynpro Component (from NetWeaver at least) that provides a Calculator. The backend logic you need would be in the function module. However you need to design your own custom component - probalby as a self programmed value help and recreate the layout in Web Dynpro ABAP. I did this some time ago as this same question has been posted on the forums before. Here is a screenshot of the WDA version:

http://www.flickr.com/photos/tjung/3896587012/

It should also be noted that the Adobe Flex Client for Web Dynpro (which will be supported with 7.02/7.20) has a built in Calculator for numeric based fields. This is done completely on the client side in the Flex Client and doesn't require any changes to the application itself. However this only works in the Flex Client - not the HTML rendering or the NWBC SmartClient rendering.

http://www.flickr.com/photos/tjung/3896587042

Answers (0)