cancel
Showing results for 
Search instead for 
Did you mean: 

UI elements

Former Member
0 Kudos

hi,

there are different UI elements in webdynpro. For checkbox element, i would like to know what type of value is binded ie., string or int or like that....

and for radio button, what type of value is binded...

regards

vijaya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

For the UI Element

1.Radio Button:

For ex:Radio button is Zender(Male/Female),For this u need to create one simple type under Dictonaries->Simpletypes.

Go to Enumeration tab in the simpletype Properties.Set the value and desc. acccording to ur requirement.

Finally set the type as Simpletype from dictonary instead of string/int..etc..

2.Check Box:type is boolean(rue means check,False means unCheck).

I hope u wil get it..

Regards,

Lavanya.G

Answers (5)

Answers (5)

former_member189631
Active Contributor
0 Kudos
Former Member
0 Kudos

hi

thankyou very much for giving me very useful information. u sent one example also. it is also very useful for me....I tried to download that example from the site. but i am not at all finding the following path......

Home → Developer Areas → Web Application Server → Web Dynpro → Code Samples → Sample Applications and Tutorials

can u tell me... where can i find Home in the site.

thanks

vijaya lakshmi

abhijeet_mukkawar
Active Contributor
0 Kudos

Hi,

simply visit this link:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/28113de9-0601-0010-71a3-c8780... [original link is broken]

the path talks about the same link, see in this page , in left tast pane, there is Application server, expand you will see Web Dynpro, select, go to new page there on left you will get Web dynpro Code Samples and tutorials.

hope it helps

reward points if it helps

regards

Former Member
0 Kudos

hi abhijeet,

thankyou for sending the link..now i got it.... but no application is opening to download..... it is displaying as portal runtime error...... tell me how can i open without that error.

thanks

vijaya

abhijeet_mukkawar
Active Contributor
0 Kudos

Vijaya,

since yesterday everybody is facing same problem, i think it is somewhere problem on SDN side. wait for sometime and try again. You will succeed

hope it helps

reward points if it helps

regards

Former Member
0 Kudos

Hi Vijaya Lakshmi,

You can refer to below mentioned link which contains everything about the webdynopro space.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/49f2ea90-0201-0010-ce8e-de1...

Hope this helps

Note: Reward if useful

Former Member
0 Kudos

Hi

Both can be bound to boolean vales...as there are only 2 state...selected and not selected

http://help.sap.com/saphelp_nw04/helpdata/en/f0/492c6c49831040af2bcb5975c7076c/frameset.htm

This might be of help...

abhijeet_mukkawar
Active Contributor
0 Kudos

Hi,

check out this documents for <b>UI Element Guide</b>:

http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/656442a1c4de54e10000000a155106/frameset.htm

regards,

reward points if it helps.

Former Member
0 Kudos

hi

chk this document out..it has details of checkbox and all the other UI elements in dynpro.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9214b1e5-0601-0010-fdb0-ec3...

hope it answers ur question

regards

prasy