Skip to Content
-2
Nov 12, 2020 at 06:51 AM

DMBTR value is not appear in ALV Grid, Values is there in Internal table.

125 Views

Hi All,

Any one help me for this my development.. i have value in internal table DMBTR while passing value to ALV via field catalog it shows as empty. please help on this.

My fieldcatalog.

wa_fieldcat-fieldname = 'DMBTR'.

wa_fieldcat-cfieldname = 'WERKS'.

* wa_fieldcat-tabname = 'LT_GL_VAL'.

wa_fieldcat-ctabname = 'LT_GL_VAL'.

* wa_fieldcat-datatype = 'CURR'.

* wa_fieldcat-outputlen = 8.

wa_fieldcat-seltext_m = 'TOTAL_PPV'.

APPEND wa_fieldcat TO it_fieldcat. CLEAR wa_fieldcat.

ALV Out.

It much appreciated if i got help.

Best Regards

Vetrivel

Attachments

slf6d.png (11.7 kB)
dtbfl.png (18.6 kB)