Quantcast
Viewing all articles
Browse latest Browse all 9080

Re: How to Set Checkbox of ALV Grid Dark on Display Mode

Hi Liu,

 

    you want to highlight your editable fields means better apply the color for that particular field by using the below code while filling the fieldcatalog.

 

W_CAT-EMPHASIZE = 'C700'.


ex:

  COL = COL + 1.

   W_CAT-FIELDNAME = 'VBELN'.

   W_CAT-COLTEXT = 'Invoice No.'.

   W_CAT-COL_POS = COL.

   W_CAT-EMPHASIZE = 'C700'.

   APPEND W_CAT TO PT_FIELDCAT.

   CLEAR W_CAT.


Regards,

Krishna


Viewing all articles
Browse latest Browse all 9080

Trending Articles



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