cancel
Showing results for 
Search instead for 
Did you mean: 

Good examples of custom java code for WebDynpro?

MaryM
Participant
0 Kudos

Hello,

does anyone have good example material about java custom code usage in WebDynpros?

I am abap programmer and quite lost when it comes to java

I have a problem: when defining structure in local dictionary and then using it in a view, it appears as noinput field.

In properties enabled = true and readonly = false.

Thank you in advance!

MaryM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Do u want a tutorial on using Ui elements in dyn pro if yes

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0e617bc3-0401-0010-2c82-81f82e73...

regards

Nikhil Tapkir

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Mary,

for view container UI element check this:[http://help.sap.com/saphelp_nw2004s/helpdata/EN/6e/59c3d5b62ba64cb02232efb34b91e5/content.htm]

for interactive form UI element:[http://help.sap.com/saphelp_nw2004s/helpdata/EN/1a/ff773f12f14a18e10000000a114084/content.htm]

Regards,

Khushboo

Former Member
0 Kudos

Hi Mary,

The best way to learn Java code for Web dynpro is by using the Help provided in NWDS- IDE.If you to menu "Help->Help Contents" in the eclipse you will get nice study material.

Also if you know basic Java then it will be quite easy to understand the web dynpro way.

Thnx!

Harry

Former Member
0 Kudos

Hi,

I have a problem: when defining structure in local dictionary and then using it in a view, it appears as noinput field.

In properties enabled = true and readonly = false.

Check the cardinality of the node.

To get your inputfields enabled you need to either create a element for this node or change the cardinality to 1..n

Regards

Ayyapparaj

MaryM
Participant
0 Kudos

Thanks Ayyapparaj,

that helped.

About examples - im interested in all kind of examples that contained parts of custom code in webdynpro.

If anybody knows a good website or something...?

Regards,

MaryM

Former Member
0 Kudos

Hi,

Following Place is good https://www.sdn.sap.com/irj/sdn/webdynpro-elearning

Even you can go through the SDN Wiki.

Regards

Ayyapparaj

Former Member
0 Kudos

HI Mary,

for table UI Elment go through :[https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c092333b-0601-0010-e7af-8c227fb6d052]

Regards:)

Khushboo