cancel
Showing results for 
Search instead for 
Did you mean: 

Copy a transparent container with all its elements and bindings

former_member184111
Active Contributor
0 Kudos

Hi Forum,

In the below Figure1, the 'Add Item' button should add the fields from 'Description' to 'Note to buyer'(contained in a transparent container)

as shown in Figure2.

I understand it can be done by creating a container adding each element dynamically to it and then inserting it in rootuielement container but is there an easier way like copying the entire transparent container that contains all these fields with its layout data and bindings etc, and insert it at the desired index in rootuielement container?

Something like Copy Elememnt and Inset Copied Element actions in Layout?

Figure1:

Figure2:

Thanks,

Anubhav

Accepted Solutions (1)

Accepted Solutions (1)

harsha_jalakam
Active Contributor
0 Kudos

Hi Anubhav,

Please check with row repeater ui element, which suits the best for your requirement.

RowRepeater - Web Dynpro for ABAP - SAP Library

Regards,

Harsha

Answers (1)

Answers (1)

Gowtham
Contributor
0 Kudos

Hi Anubhav,

Anyhow there is going to be more then one line item then why cant you use Table instead of fields.

FYR:

Which will make the UI & effort easier.

- Gowtham