Skip to Content
0
Former Member
Apr 09, 2009 at 12:06 PM

How to Map 2 structures in webdynpro ABAP?

41 Views

Hi Group,

I am facing an issue while I was trying to map the fields in Source structe to the Target structure fields.

My requirement is like as under:

I have 2 different structures ( Source Structure on the left side with some fields and Target Structure on the right side with some fields ) as:

eg.,

Source structure ( in Tree format ):

Main Source Structure( source structure header )

- Structure1

- field1

- field2

- filed3

- Sub structure1.1

- field1

- filed2

- Structure2

- field1

- field2

- Structure3

- field1

- field2

Main Target Structure( target structure header )

- Structure1

- field1

- field2

- Structure2

- field1

- field2

- Sub structure2.1

- field1

- filed2

- Structure3

- field1

- field2

now, I want to map the fields of Source structure fields to that of Target Structure fields.

the user chooses like Arrows.... from one souce structure field he will drag and drop to one of the fields of the target structure to which it has to be mapped and this Arrow now should be disabled.

again the user will do the same task until he maps all the strutures of the source is finished.

this all has to be done using webdynpro ABAP.

Please let me know if anybody has worked on the same kind of issue.

thanks in advance.

regards,

Vishnu.