Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 10498

Re: Disable the ‘Unlimited’ checkbox on the Limit screen of the Shopping cart.

$
0
0

Hello,

 

 

for 'Unlimited' field in the pop-up window, rather than doing a Web Dynpro Component Configuration enhancement (which cannot be tracked by changed version), implement enhancement spot WD_BADI.

Implement BAdI definition WD_BADI_DOMODIFYVIEW and WDDOMODIFY method:

 

DATA: lr_checkbox   TYPEREFTO cl_wd_checkbox

 

lr_checkbox ?= view->get_element( 'UNLIMITED' ).

IF lr_checkbox ISBOUND.
    CALLMETHOD lr_checkbox->set_visible
      
EXPORTING
           
value = '1'.

ENDIF.

 

Regards.

 

 

Laurent.


Viewing all articles
Browse latest Browse all 10498

Trending Articles



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