cancel
Showing results for 
Search instead for 
Did you mean: 

Link_To_Action error in the Table column.

Former Member
0 Kudos

Hi,

I can't able to open my Table Pop-in.

I want to display the Header data in the Main table.In the main table one column for "Link_to_Action".If i click the link,i want to display the Line Item detail in to the another table inside the Maintable.

My Line Item detail is my TABLEPOPIN of my Main table.

Actually i am getting error,once i click the "Link_to_Action" in the main table colum.

<u>This is my error.</u>

<b>The following error text was processed in the system TRN : Could not find attribute SELECTED_POPIN</b>

kindly check the following code,i specified in the prog.

<b> In "link_to_action" table column

Event

OnACTION:

WD_context->set_attribute( name = <u>'SELECTED_POPIN</u>' value = 'TABLEPOPIN' ).</b>

value = 'TABLEPOPIN' is my Tablepopin name.

<u>name = ???</u> (simply i gave 'selected_popin',but i don't why we are giving this name,as per std. example prog(WDR_TEST_TABLE-ROW_POPIN).i gave this name)

Can any try to find out my problem.

Thanks in Advance.

Regards,

Ravi.M

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ravi,

You need to declare an attribute named SELECTED_POPIN in your context. This attribute is used to store then name of the popin and is bound to the selectedPopin property of your table (which has to display the popin). Then, in the link to action, you specify the name of the popin (in your case TABLEPOPIN) and set it to attribute SELECTED_POPIN.

To remove the error, just declare an attribute with the name SELECTED_POPIN in the context of your view and bind the selectedPopin property of your table to this attribute.

Regards,

Neha

<i><b>PS:Reward if helpful</b></i>

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ravi,

Check whether the SELECTED_POPIN is defined in the attributes of the view and also in the view context.

It should be defined in the view context.

Regards

Sireesha.