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

Smart form number display problem

bhaskar_patil3
Explorer
0 Likes
475

Hi Guys,

I want to display output in following mannner in smartforms.

-

eg : 10.4

minus sign should be display above the decimal place of number.

Please help!!

Thank you,

Bhaskar.

Hi Guys,

I want to display output in following mannner in smartforms.

-

eg : 10.4

minus sign should be display above the decimal place of number.

Please help!!

Thank you,

Bhaskar.

3 REPLIES 3
Read only

bhaskar_patil3
Explorer
0 Likes
451

Hi Friends,

Please reply to this thread.

Read only

0 Likes
451

Hi Bhaskar,

Probably you ca use this FM and pass the same variable to smart form,

Just make a try

Data: d_value(10) type dec.

CALL FUNCTION 'CLOI_PUT_SIGN_IN_FRONT'

CHANGING

VALUE = d_value

.

Revert

Thanks and Regards

Srikanth.P

Read only

0 Likes
451

Hi,

Thanks for the reply.

I have tried it and it put the sign infront of the number,however I want sign to be display at the head of the number.

e.q : _

10.31

ok man thanks for this reply!!!!

Thanks & Regards,

Bhaskar.