cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with Table Filter

former_member205144
Active Participant
0 Kudos

Hi,

I am creating a filter on a table.The cardinality which i used for the table node is 0.n.For the node which iam using for the filter value,cardinality is 0..1.But,i am getting an error lead selection not set.Actually I am setting an initial value to this element using Node->Bind_element() in the WDINIT.Is this the right way?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

This issue always comes when it is required to check 'Iitialize Lead Selection' property Checkbox of the node. Please check this checkbox for the second node you have mentioned in your post.

Answers (2)

Answers (2)

Former Member
0 Kudos

your 2nd node can have the cardinality 1..1 instead of 0..1. This will resolve your issue.

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi,

You can append empty line if the internal table is initial.

append initial line to itab.

lo_nd->bind_table( itab ).