Skip to Content
0
Oct 24, 2011 at 07:04 AM

Display Currency symbol with value in ALV Report

317 Views

Hi Experts,

I need to display currency symbol with value in ALV Report like if currency type is dollar then $200.

Here I am using field catalog type slis_t_fieldcat_alv and suing field merge catalog FM: 'REUSE_ALV_FIELDCATALOG_MERGE'

I tried like this

IF <fs_fieldcat>-fieldname = 'STPRS'.

<fs_fieldcat>-seltext_s = 'Std Cost '.

<fs_fieldcat>-seltext_m = 'Std Cost'.

<fs_fieldcat>-seltext_l = 'Std Cost '

<fs_fieldcat>-tabname = 'MBEW'.

<fs_fieldcat>-ctabname = 'T001'.

<fs_fieldcat>-cfieldname ='WAERS'.

<fs_fieldcat>-datatype = 'CURR'.

ENDIF.

Please any one can suggest the solution for this.

Advance Thanks.

Regards,

Bala Achari