cancel
Showing results for 
Search instead for 
Did you mean: 

How IF_FPM_SHARED_DATA is implemented?

Former Member
0 Kudos

Hi,

I want to implement IF_FPM_SHARED_DATA to share data between different views in FPM.

How can i achieve this?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

former_member196023
Active Participant
0 Kudos

Hi Nawal,

Please follow the following steps for your requirement.

Step1: Create one component ZCOMP1 having interface IF_FPM_SHARED_DATA implemented.

Create one interface node having required context attributes.

Create required layout, view, window and place proper ui.

Step2: Create Second component ZCOMP2 and add ZCOMP1 as component usage.

Here you can map the context node of ZCOMP1 to ZCOMP2.

Create required layout, view, window and place proper ui.

also create ui for mapped context node.

Step3: Create FPM component configuration and/or application configuration to view the result.

Hope this helps.

-Haresh

Former Member
0 Kudos

Thanks Haresh.

i got the process.

Thanks a lot.

Answers (0)