Skip to Content
0
Aug 17, 2015 at 09:26 AM

Namespace problem in ALV Field catalog - Data is not displaying for this columns.

206 Views

Hi All,

We have a reserved name space with our company name. I have created a table with field names starting with the company namespace for example, /TLI/DATE. When using this field name in Field catalog i used field name as /TLI/DATE as shown below.

  wa_fieldcat-fieldname   = '/TLI/DATE'.
   wa_fieldcat-seltext_m   = 'Date'.
   wa_fieldcat-col_pos     =  5.
   APPEND wa_fieldcat TO it_fieldcat.
   CLEAR wa_fieldcat.

In the result ALV Grid display, the date column is empty. i.e Field names which has namespace is not showing any data in the columns but other fields working normal. Pease see the attached screenshot, where the fields with namespace is not showing any data.

Please let me know what changes do i need to make.

Thanks in advance,

Kind regards,

NarsiReddy.

Attachments

ALV ERROR.png (17.9 kB)