cancel
Showing results for 
Search instead for 
Did you mean: 

how to add in table view an existing field in other view

Former Member
0 Kudos

Hi,

I need add a field in table view but the field are in other view in the same component of table view.

I also need the field to display the data that the field in the source view

field info

component: BP_ADDR

view: BP_ADDR/AccountAddressEF

context node: ZZAMPL (This context was created as value node)

field: Company_Name

table view info

component: BP_ADDR

view: BP_ADDR/CorpAccountAddressOV

context node: BUILADDRESS

How could I do this?

Thanks for your help

Felipe Grajales

Accepted Solutions (1)

Accepted Solutions (1)

former_member184067
Active Contributor
0 Kudos

Hi Felipe,

Based on my experience, you need to enhance the component view BP_ADDR/CorpAccountAddressOV in component BP_ADDR and enhance the context node BUILADDRESS too.

After that add new attribute in context node BUILADDRESS, value attribute may be enough for it.

You need to redefine the GET_<attribute name> method to get the proper value of your new attribute, for this you may see the logic how context node ZZAMPL being populate in view BP_ADDR/AccountAddressEF.

After that you can show it in the view configuration for the proper configuration to show in the web ui.

hopes it helps

cheers

eddhie kurnianto

Answers (0)