cancel
Showing results for 
Search instead for 
Did you mean: 

Type declared in Assistance Class

0 Kudos

Dear Experts,

I need to create a node of type structure defined in assistant class. Lets make it simple by an example. I have a customized structure(Types) in Assistance Class( ex. TY_STRUCT). Now I need to create a node in webdynpro Component Controller context of same type(TY_STRUCT).

Accepted Solutions (1)

Accepted Solutions (1)

chengalarayulu
Active Contributor
0 Kudos

Hi Supriya,

The structure which you have created in Assistance Class will be local to the class.. and you cann't use this in WDP.. so, structure should be created at Dictionary(SE11) level, so that you can easily reuse it.

Answers (1)

Answers (1)

Former Member
0 Kudos

Try to assign type <class_name>=>TY_STRUC to the web dynpro node. I think it should work.

0 Kudos

I tried to pass the 'class_name=>TY_STRUC' value in the dictionary structure space. But it says 'Name space not available'.

How to assign the type to a node, other than this process?

Former Member
0 Kudos

Define the structure in SE11.