Quantcast
Channel: SCN: Message List - SAP SRM: Shopping Cart & Catalog
Viewing all articles
Browse latest Browse all 2860

Re: Attachments - Visible internally Only - unflag the box

$
0
0

Hello Madalin,

 

here is below ABAP code:

 

 

DATA: lr_checkbox TYPE REF TO cl_wd_checkbox.
lr_checkbox ?= view->get_element( 'INTERNAL_CHECKBOX' ).
* Unset check-box
IF lr_checkbox IS BOUND.   CALL METHOD lr_checkbox->set_checked        EXPORTING           value = space.ENDIF.


Regards.

 

 

Laurent.


Viewing all articles
Browse latest Browse all 2860

Trending Articles



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