cancel
Showing results for 
Search instead for 
Did you mean: 

How to Map 2 structures in webdynpro ABAP?

Former Member
0 Kudos

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.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear Vishnu,

I have done the same in the development of SOA Mapping Tool.

you can achieve the same.

Let me know, What do you need to know.

Regards

Anurag Chopra

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I have not worked on such requirement. But in the latest versions there is a new feature for

drag and drop. I think this would be helpful in your case.

Please check the WDR_TEST_DRAG_AND_DROP for this new drag and drop feature.

Please check out these links -

Regards,

Lekha.