cancel
Showing results for 
Search instead for 
Did you mean: 

ABAPWD - Radiobutton and refresh issue

Former Member
0 Kudos

Hi,

I have two current issues with my ABAPWD that i would like some help :

1) My table has radiobuttons which is linked to the context. The one that should be 'on' is off and all the others are 'on' or checked. What setting do i need to change in the radiobutton ?

2) When my context gets updated, its does not show unless i close my browser and start it up again. Is this to do with Singleton or somethig? Do i need 'supply_method' on the view ?

cheers

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

1. I think you are looking exact like this...

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0aba847-ff58-2c10-4a98-c0fad334c...

2. I am not underand this, what you want exaclty, you want to refresh node??

If you want to clear node use INVALIDATE method of that node.

lo_nd_exporting_2->invalidate( ).

Cheers,

Kris.

Former Member
0 Kudos

Thanks for the Link. Will definitely help me.