cancel
Showing results for 
Search instead for 
Did you mean: 

Passing data between UIBB's in GAF floor plan

Former Member
0 Kudos

Hi,

I am using GAF to create a roadmap application with 2 steps.

I want the fields entered in step1 to be displayed in step2.

Please let me know how to pass data between 2 UIBB's. Is it possible at all ?

Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Radhika,

You can impliment IF_FPM_SHARED_DATA interface in all the components you are using for your configuration.

and also tick interface checkbox of node (There is a property of node called Interface) which you want to use in all the component.

Hope this will help you,

Thanks & regards,

Arvind

Former Member
0 Kudos

Hi,

Have these UIBB's are from different components or same component ?.

1. You can consider using a Shared component meaning that the contexts are created in the shared component and both components use Shared component for context mapping.

2.You can create a OO singleton pattern class and share data between these components to share data.