cancel
Showing results for 
Search instead for 
Did you mean: 

How to clear lead selection?

Former Member
0 Kudos

Hi Experts,

How to clear lead selection?

in if_wd_context_node interface, there's only a method to CLEAR_SELECTION to clear selections, but it won't clear lead

selection of this node.

Anyone knows how to clear lead selection??

Regards,

Aaron

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Aaron Shen ,

set you lead select to zero .

write this piece of code where you writen the clear selection

CALL METHOD lo_nd_node_table->SET_LEAD_SELECTION_INDEX
  EXPORTING
    INDEX  = 0
    .

Regards

Chinnaiya P

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Aaron,

In your table context element - there is a setting (checkbox) for Initialization LeadSelection. Just un mark it and default lead selection will disappear.

Hope this helps.

Regards,

Aditya

Edited by: Aditya Laud on Jul 13, 2010 12:25 PM