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

sign before value

Former Member
0 Likes
958

Hi Experts ,

I have an issue in smartforms. While displaying output in form I am getting negative values after value .

Ex :  258963.25--

But as per Indian standards I have to get like this

--258962.25.

How I can achieve this in Forms .

<urgency downgraded>

Moderator Message: Please search before posting. Thread locked.

@Members: Please don't encourage spoon-feeding.

Message was edited by: Suhas Saha

Hi Experts ,

I have an issue in smartforms. While displaying output in form I am getting negative values after value .

Ex :  258963.25--

But as per Indian standards I have to get like this

--258962.25.

How I can achieve this in Forms .

<urgency downgraded>

Moderator Message: Please search before posting. Thread locked.

@Members: Please don't encourage spoon-feeding.

Message was edited by: Suhas Saha

7 REPLIES 7
Read only

laurent_fournier2
Contributor
0 Likes
927

Hello,

When enetring the field in the smartforms use '(<)'.

ie : &BKPF-DMBTR(<)&.

Regards.

Read only

0 Likes
927

  Hi Laurent ,

   You are right . One more doubt .

  

&BKPF-DMBTR(<I)&.

Here what is  <I

Read only

0 Likes
927

Hi again,

<I stands for sign left, no output of initial value '0.00'.

Regards.

Read only

0 Likes
927

Hi Again,

when i used &BKPF-DMBTR(I)&. then why i didn't sign left.

Regards.

Read only

0 Likes
927

Once again to be clear :

&BKPF-DMBTR(I)& means do not output initial value

&BKPF-DMBTR(<)& means put sign left

&BKPF-DMBTR(<I)& means put sign left and do not output initial value.

Regards.

Read only

0 Likes
927

Hi ,

 

  Thanks for your answers . It helps me a lot.

 

  I changed the form without downloading it . Now the changed one is not correct . Can I again get my original form back.Is there any possibility is there .

Regards.

Read only

Former Member
0 Likes
927

Hi,

You can &variable(<)& as suggested by Laurent.

You can also make use of function module CLOI_PUT_SIGN_IN_FRONT.

Regards,

Danish