cancel
Showing results for 
Search instead for 
Did you mean: 

How to Remove Currency and Quantity Decimal in Smartforms

Former Member
0 Kudos

Hi Gurus, and Experts.

Please help, i have a smartforms problems. The problem is, many decimals appear in my smartform, please tell me how to remove it ? I have try to use (.0) but it didn't work. Please tell me another way or explain me how to use (.0) this. Thanks before.

Accepted Solutions (1)

Accepted Solutions (1)

jogeswararao_kavala
Active Contributor
0 Kudos

Follow the same way as explained by me in this thread.

http://scn.sap.com/thread/3393812

Declare as many variables as your requirement fields in Global definition, Global data,

Create Program-lines at the cell text fields of these fields.

And equate the declared variables to the fields with decimals as shown in the pictures these.

-Jogeswara Rao K

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

I can see more than one threads of yours on the same issue;

Please.. please... refer the previous link and update the same;

http://scn.sap.com/thread/3393812

Would appreciate your actions.

Thanks & Regards

Former Member
0 Kudos

Hi Manu,

Thank you so much for your appreciated to me, I have read the link and it really help me, thank you.

former_member186052
Active Participant
0 Kudos

Hi,

You can try using the below way.

if gv_value is your field then

try putting it as &gv_field(L.0)& where the L within the braces would be the length of your field GV_VALUE or the number of digits you want to display and .0 would say 0 decimals.

Hope this helps.

-Sandeep

Former Member
0 Kudos

Hi,

Try using  &WA-MENGE(C.0)&.