cancel
Showing results for 
Search instead for 
Did you mean: 

NO clear Node context in WDJ

Former Member
0 Kudos

Hi,

I have an application with 2 components (A and B)

Component A read data from a ARFC(A) and show in a table

when the user select one row, the component B is instanciaded and read informacion from a ARFC() and saved in a context in the component controller in Component B and show in other table.

When the user exit from Component B and go to Component A, the context are invalidated with invalidate.

If the user in Component A take other row and this row no had data to fill table B, show the data of the first row selected. If the row select has data, it show the correct one.

We has tried to clean the context in Component B with : invalidate, reset, removeElement, but never clean it when the row selected no had data .

any ideas, please?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Please see the below link.

[http://help.sap.com/saphelp_nwce10/helpdata/en/64/0e0ffd314e44a593ec8b885a753d30/frameset.htm]

Regards

Krishna

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks,

The problem was with the RFC.