Quantcast
Channel: SCN : All Content - Web Dynpro ABAP
Viewing all articles
Browse latest Browse all 3667

POWL field catalog Link to Action LA blanks out the field

$
0
0

Hi guys

what am I doing wrong

 

In my Feeder class  I'm coding something like this

 

REFRESH

c_fieldcat.
*     ls_fieldcat-filter_ref = 'CARRID'.

 
"ls_fieldcat-display_type = 'DK'.

  ls_fieldcat
-colpos = '1'.

  ls_fieldcat
-col_visible = abap_true.

*  ls_fieldcat-enabled = abap_true.

  ls_fieldcat
-allow_sort = abap_true.

  ls_fieldcat
-allow_filter = abap_true.

  ls_fieldcat
-display_type = 'LA'.

 

The ouput POWL now just blanks out the field    what I want  are the values underlined and the Link to Action to work

 

Doesn't matter what I do -- even a silly 2 column table  -- same thing happens -- yet I KNOW it must work since the standard SAP CL_RMAN_PRSP_NOTIFICATIONS works giving a Link to action on Notification number.  I can't really Clone that as it refrences a Zikllion "super classes etc".

 

Any ideas

 

Thanks


Viewing all articles
Browse latest Browse all 3667

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>