cancel
Showing results for 
Search instead for 
Did you mean: 

Shared Data

Former Member
0 Kudos

i have 4 component ( A (shared component), B and C (implemented if_fpm_ui_building_block) , D (normal component ).

A is a shared component and B and C are using it as used component. its working fine but i 'm using D component as used component in C.

but i need to use shared component node in D component i try to use but its initial.

so i use a interface method of D component called from C component to set node in D component it works.

but i need to know is there any better way to pass shared data node value to component whcih is not implementing if_fpm_ui_building_block interface

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

no i don't think we can shared data between FPM and Non-FPM component using IF_FPM_SHARED_DATA interface implemented Component .

try using class with static attribute.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Monu,

You can use the Interface nodes in the component controller and can use it across all the components which uses that component.