cancel
Showing results for 
Search instead for 
Did you mean: 

WEB DYNPRO ABAP - query

Former Member
0 Kudos

HI EXPERTS,

PLEASE TELL ME HOW TO DISPLAY VALUES FOR THE CHECKBOXES. CREATING THE CONTEXT NODE EVERYTHING I FINE BUT HOW DOES IT BRING THE VALUE FROM THE CONTEXT NODE. DO I HAVE TO CREATE ANY TABLE STORE THE VALUES IN THAT AND IT CAN DISPLAY. I AM CONFUSED PLEASE HELP ME HOW TO DISPLAY THE VALUES DURING RUNTIME.

Accepted Solutions (0)

Answers (2)

Answers (2)

ashish_shah
Contributor
0 Kudos

Hi,

Please follow the link below to post your question in a better manner.

[http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/17662] [original link is broken] [original link is broken] [original link is broken];

Just do a search in the forum on Check box Data binding, you will definitely get the answer.

An answer to your question is : Data Binding, you need to bind your context attribute to check box.

And to display the value at run time , you can make use of Message Manager's report success method from Wizard.

Regards,

Ashish Shah

Former Member
0 Kudos

Hallo vadiv,

Your problem is not clear. What are you trying to do ?

Do you want to display a checkbox in a form or in a table does not matter. You have to choose the checkbox as UI element and bind the checked property to the attribute in your node (type boolean).

see examples in WDR_TEST_UI_ELEMENTS, and in the component WDR_TEST_EVENTS in the view checkbox.

see help in [http://help.sap.com/saphelp_nw70ehp1/helpdata/en/97/ad884118aa1709e10000000a155106/content.htm|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/97/ad884118aa1709e10000000a155106/content.htm]