Quantcast
Channel: SCN: Message List - SAP CRM: Webclient UI - Framework
Viewing all articles
Browse latest Browse all 7775

Re: The picklist field //SEARCHCUSTOMER/STRUCT

$
0
0

Hi akilesh,

 

  in ur coding, instead of this line

 

CREATE OBJECT zgt_valuehelp
      TYPE
        zlcl_valuehelp_with_binding.

try with

CREATE OBJECT zgt_valuehelp
      EXPORTING
         iv_source_type = 'T'.

 

if u declare the source type as T which means table then this line will work.


zgt_valuehelp->set_selection_table( zgt_bp_role ).

 

Thanks,

Pandi.


Viewing all articles
Browse latest Browse all 7775

Trending Articles