cancel
Showing results for 
Search instead for 
Did you mean: 

Display of Currency fields in Smartforms

Former Member
0 Kudos

Hi All,

I need to print currency fields in my smartform.

For eg: Payroll_amt.

I have declared the field in my Global declarations part of the Smartforms.

The output I am getting is *0.00. What needs to be done in this case to get the proper amount displayed.

Any pointers or suggestions would be really helpful.

Thanks,

Saher

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

the declaration of the field should refer to a data element of a currency type field.

Former Member
0 Kudos

Hi,

I have referred the field to a currency field already.

But in the output the proper payroll amount is not getting displayed. Is there anyway by which we can increase the lenght or something like that?

Thanks,

Saher

Former Member
0 Kudos

where you are printing this currency field

In template or table ?

tell me exactly your requirement

Former Member
0 Kudos

Hi,

I need to print Payroll Amount for an Employee.

I have declared a variable for that in Global Declarations part of the Smart form and referred the field to a standard currency of an existing structure or a data element .

I want to display that field in a window.

Thanks,

Saher

Former Member
0 Kudos

increase window width

If possible create Final window and place that field with proper width

Edited by: murali papana on Sep 9, 2008 8:31 AM

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Also check for the value in debugging and if the value is correct in debugging then try to display the currency field in the smartform as &table-field(<C)& .

Also check for the cell width.

Regards,

Ram

Former Member
0 Kudos

Hi,

Search for a suitable currency field of an existing structure or a data element and then refer the same to it in smartforms.

Regards,

Ram

Former Member
0 Kudos

DECALRE VARIABLE AS BSEG-DMBTR

Edited by: murali papana on Sep 9, 2008 8:12 AM