cancel
Showing results for 
Search instead for 
Did you mean: 

Relations in model

Former Member
0 Kudos

Hi

I my Web Dynpro application I have to deal with some relations to create the model because I am importing a bean which is having a List(Collection). Is there any good document explaining how to resolve the relations and use them in the Web Dynpro project? If there is some good stuff for this can anybody please share that with me?

Thanks & regards,

Sujit

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member85655
Active Participant
0 Kudos

Hi Sujit,

When you import using the Bean model the relations are already defined based on the structure of the bean. Lets imagine ORder with relation 0..n with OrderITem...So in Order you will define set/getters that accept and return a ArrayList...During the import you will be prompted as to what you want to map this to ..

Hope this helps..

Regards,

Arun